ChangeLog 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
  2. * org-exp.el (org-export-ascii-preprocess): Renamed from
  3. `org-export-ascii-clean-string'.
  4. (org-export-kill-licensed-text)
  5. (org-export-define-heading-targets)
  6. (org-export-handle-invisible-targets)
  7. (org-export-target-internal-links)
  8. (org-export-remove-or-extract-drawers)
  9. (org-export-remove-archived-trees)
  10. (org-export-protect-quoted-subtrees)
  11. (org-export-protect-verbatim, org-export-protect-examples)
  12. (org-export-select-backend-specific-text)
  13. (org-export-mark-blockquote-and-verse)
  14. (org-export-remove-comment-blocks-and-subtrees)
  15. (org-export-handle-comments, org-export-mark-radio-links)
  16. (org-export-remove-special-table-lines)
  17. (org-export-normalize-links)
  18. (org-export-concatenate-multiline-links)
  19. (org-export-concatenate-multiline-emphasis): New functions,
  20. obtained from spliiting the export preprocessor.
  21. * org-table.el (org-table-recalculate): Improve error message if
  22. the row number is invalid.
  23. 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
  24. * org-archive.el (org-archive-save-context-info): Fix bugs in
  25. customization setup and docstring.
  26. * org-exp.el (org-export-html-style): Changed the size of in the
  27. <pre> element to 90%.
  28. 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
  29. * org.el (org-find-src-example-start): Function removed.
  30. (org-edit-src-find-region-and-lang): New function.
  31. 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
  32. * org.el (org-edit-src-exit): New function.
  33. (org-exit-edit-mode): New minor mode.
  34. * org-exp.el (org-export-preprocess-string): Fix bug with removing
  35. comment-like lines from protected examples.
  36. * org.el (org-edit-src-example, org-find-src-example-start)
  37. (org-protect-source-example, org-edit-special): New functions.
  38. 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
  39. * org-publish.el (org-publish-project-alist): Fix typo in
  40. docstring.
  41. (org-publish-project-alist): Handle :index-title property.
  42. 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
  43. * org-export-latex.el (org-export-as-latex): Make sure region
  44. bounds are correct. Parse subtree properties relating to export.
  45. * org-exp.el (org-export-add-options-to-plist): New function.
  46. (org-infile-export-plist): Use `org-export-add-options-to-plist'.
  47. 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
  48. * org.el (org-default-properties): Add EXPORT_FILE_NAME and
  49. EXPORT_TITLE.
  50. * org-exp.el (org-export-get-title-from-subtree)
  51. (org-export-as-ascii, org-export-as-html): Make sure the original
  52. region-beginning and region-end are used, even after moving
  53. point.
  54. (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
  55. property.
  56. * org-remember.el (org-remember-last-stored-marker): New variable.
  57. (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
  58. (org-remember-handler): Also use marker to remember
  59. last-stored position.
  60. * org.el (org-goto-marker-or-bmk): New function.
  61. 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
  62. * org.el (org-file-properties): Renamed from `org-local-properties'.
  63. (org-scan-tags): Take file tags into account.
  64. (org-tags-match-list-sublevels): Default changed to t.
  65. * org-exp.el (org-export-as-html): Close paragraph after a
  66. footnote.
  67. * org.el (org-update-parent-todo-statistics): New function.
  68. * org-exp.el (org-icalendar-store-UID): New option.
  69. (org-icalendar-force-UID): Option removed.
  70. (org-print-icalendar-entries): IMplement UIDs.
  71. 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
  72. * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
  73. 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
  74. * org-faces.el (org-column): Document how this face is being used
  75. and why sometimes the background faces shine through.
  76. * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
  77. * org-publish.el (org-publish-attachment): Create publishing
  78. directory if it does not yet exist.
  79. * org-table.el (org-calc-default-modes): Change default number
  80. format to (float 8).
  81. * org.el (org-olpath-completing-read): New function.
  82. (org-time-clocksum-format): New option.
  83. (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
  84. * org-clock.el (org-clock-display, org-clock-out)
  85. (org-update-mode-line): Use `org-time-clocksum-format'.
  86. * org-colview-xemacs.el (org-columns-number-to-string): Use
  87. `org-time-clocksum-format'.
  88. * org-colview.el (org-columns-number-to-string): Use
  89. `org-time-clocksum-format'.
  90. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  91. * org-id.el: New file, move from contrib to core.
  92. * org-exp.el (org-icalendar-force-UID): New option.
  93. 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
  94. * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
  95. shifted by one day if theere is a date range without an end
  96. time.
  97. * org.el (org-try-structure-completion): New function.
  98. 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
  99. * org.el (org-set-font-lock-defaults): Improve fontification of
  100. description lists.
  101. (org-insert-item): Handle description lists.
  102. (org-adaptive-fill-function): Improve auto indentation in
  103. description lists.
  104. * org-exp.el (org-export-as-html, org-export-preprocess-string):
  105. Implement VERSE environment.
  106. (org-export-preprocess-string): Implement the COMMENT
  107. environment.
  108. * org-export-latex.el (org-export-latex-preprocess): Implement
  109. VERSE environment.
  110. 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
  111. * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
  112. option.
  113. 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
  114. * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
  115. * org.el (org-quote-csv-field): New functions.
  116. * org-table.el (org-table-export-default-format): Remove :splice
  117. from default format, we get the same effect by not specifying
  118. :tstart and :tend.
  119. (org-table-export): Improve setup, distinguish better between
  120. interactive and non-interactive use, allow specifying the format
  121. on the fly, better protection against wrong file names.
  122. (orgtbl-to-generic): Fix documentation. Do not require :tstart
  123. and :tend when :splice is omitted.
  124. 2008-05-09 Bernt Hansen <bernt@norang.ca>
  125. * org-clock.el (org-clock-select-task): Make sure the selection
  126. letters are 1-9 and A-Z, no special characters.
  127. 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
  128. * org-exp.el (org-export-htmlize): New group.
  129. (org-export-htmlize-output-type)
  130. (org-export-htmlize-css-font-prefix): New options.
  131. (org-export-htmlize-region-for-paste): New function.
  132. (org-export-htmlize-generate-css): New command.
  133. 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
  134. * org/org.el (org-modules, org-format-latex-options):
  135. * org/org-archive.el (org-archive-stamp-time)
  136. (org-archive-save-context-info):
  137. * org/org-faces.el (org-hide):
  138. * org/org-irc.el (org-irc-parse-link):
  139. * org/org-macs.el (org-call-with-arg, org-autoload):
  140. * org/org-mew.el (org-mew-store-link):
  141. * org/org-remember.el (org-remember-store-without-prompt)
  142. (org-remember-templates): Fix typos in docstrings.
  143. * org/org-info.el (org-info-store-link): Remove leftover docstring.
  144. * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
  145. (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
  146. (org-bbdb-anniv-split): Fix typos in docstrings.
  147. * org/org-publish.el (org-publish-project-alist): Doc fixes.
  148. (org-publish-use-timestamps-flag): Reflow docstring.
  149. (org-publish-files-alist): Fix typos in docstring.
  150. 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
  151. * org.el (org-set-visibility-according-to-property): New function.
  152. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
  153. and compute the regular expressions, and update font-lock.
  154. (org-property-re): Allow a dash in property names.
  155. * org-archive.el (org-extract-archive-file): Insert the file name
  156. without the path into the format, to allow the location format to
  157. contain a subdirectory.
  158. * org-agenda.el (org-agenda-post-command-hook): If point is at end
  159. of buffer, and the `org-agenda-type' property undefined, use the
  160. value from the character before.
  161. * org.el (org-add-planning-info): Don't let indentation for
  162. would-be timestamp become extra whitespace at the end of headline.
  163. 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
  164. * org.el (org-remove-double-quotes, org-file-contents): New
  165. functions.
  166. * org-exp.el (org-infile-export-plist): Also parse the
  167. contents of #+SETUPFILE files, recursively.
  168. * org.el (org-set-regexps-and-options): Also parse the
  169. contents of #+SETUPFILE files, recursively.
  170. * org-exp.el (org-export-handle-include-files): New function.
  171. (org-export-preprocess-string): Call
  172. `org-export-handle-include-files'.
  173. * org.el (org-delete-property-globally)
  174. (org-delete-property, org-set-property): Ignore case during
  175. completion.
  176. (org-set-property): Use `org-completing-read' instead of
  177. `completing-read'.
  178. * org.el (org-complete-expand-structure-template): New,
  179. experimental function.
  180. (org-structure-template-alist): New, experimental option.
  181. (org-complete): Call `org-complete-expand-structure-template'.
  182. 2008-05-06 Bastien Guerry <bzg@altern.org>
  183. * org-export-latex.el (org-export-latex-preprocess): Added
  184. support for blockquotes.
  185. 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
  186. * org.el (org-read-date-analyze): Catch the case where only a
  187. weekday is given.
  188. 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
  189. * org.el (org-set-font-lock-defaults): Make the description
  190. tag bold.
  191. * org-exp.el (org-export-as-html, org-close-li): Implement
  192. description lists.
  193. 2008-05-04 Jason Riedy <jason@acm.org>
  194. * org-table.el (*orgtbl-default-fmt*): New variable.
  195. (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
  196. when there is no other fmt available.
  197. (orgtbl-to-generic): Allow an explicitly nil :tstart or
  198. :tend to suppress the appropriate string.
  199. (orgtbl-to-orgtbl): New function for translating to another orgtbl
  200. table.
  201. 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
  202. * org.el (org-read-date-analyze): "." as an alias for "+0" in
  203. read date.
  204. * org-clock.el (org-clock-save-markers-for-cut-and-paste):
  205. New function.
  206. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
  207. New function.
  208. 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
  209. * org-clock.el (org-clock-find-position): Don't include notes
  210. into clock drawer.
  211. * org-archive.el (org-archive-subtree): No longer remove an
  212. extra line after cutting the subtree. `org-cut-subtree' already
  213. takes care of this.
  214. * org-remember.el (org-remember-handler): Only kill the target
  215. buffer if it does not contain the running clock.
  216. * org.el (org-markers-to-move): New variable.
  217. (org-save-markers-in-region, org-check-and-save-marker)
  218. (org-reinstall-markers-in-region): New function.
  219. (org-move-subtree-down, org-copy-subtree): Remember relative
  220. marker positions before cutting.
  221. (org-move-subtree-down, org-paste-subtree): Restore relative
  222. marker positions after pasting.
  223. * org-remember.el (org-remember-clock-out-on-exit): New option.
  224. (org-remember-finalize): Clock out only if the setting in
  225. `org-remember-clock-out-on-exit' requires it.
  226. (org-remember-handler): Do the cleanup in the buffer, to make sure
  227. that the clock marker remains in tact.
  228. 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
  229. * org-clock.el (org-clock-goto): Widen buffer if necessary.
  230. (org-clock-in): Make sure that also tasks outside the narrowed
  231. region will be clocked in correctly.
  232. (org-clock-insert-selection-line): Widen the buffer so that we can
  233. find the correct task heading.
  234. * org.el (org-base-buffer): New function.
  235. * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
  236. and ";" are escaped.
  237. (org-print-icalendar-entries): Also apply
  238. `org-icalendar-cleanup-string' to the headline, not only to the
  239. summary property.
  240. 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
  241. * org-exp.el (org-export-preprocess-hook): New hook.
  242. (org-export-preprocess-string): Call
  243. `org-export-preprocess-hook'.
  244. * org.el (org-font-lock-hook): New variable.
  245. (org-font-lock-hook): New function.
  246. (org-set-font-lock-defaults): Call `org-font-lock-hook'.