ChangeLog 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
  2. * org.el (org-set-font-lock-defaults): Improve fontification of
  3. description lists.
  4. (org-insert-item): Handle description lists.
  5. (org-adaptive-fill-function): Improve auto indentation in
  6. description lists.
  7. * org-exp.el (org-export-as-html, org-export-preprocess-string):
  8. Implement VERSE environment.
  9. (org-export-preprocess-string): Implement the COMMENT
  10. environment.
  11. * org-export-latex.el (org-export-latex-preprocess): Implement
  12. VERSE environment.
  13. 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
  14. * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
  15. option.
  16. 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
  17. * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
  18. * org.el (org-quote-csv-field): New functions.
  19. * org-table.el (org-table-export-default-format): Remove :splice
  20. from default format, we get the same effect by not specifying
  21. :tstart and :tend.
  22. (org-table-export): Improve setup, distinguish better between
  23. interactive and non-interactive use, allow specifying the format
  24. on the fly, better protection against wrong file names.
  25. (orgtbl-to-generic): Fix documentation. Do not require :tstart
  26. and :tend when :splice is omitted.
  27. 2008-05-09 Bernt Hansen <bernt@norang.ca>
  28. * org-clock.el (org-clock-select-task): Make sure the selection
  29. letters are 1-9 and A-Z, no special characters.
  30. 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
  31. * org-exp.el (org-export-htmlize): New group.
  32. (org-export-htmlize-output-type)
  33. (org-export-htmlize-css-font-prefix): New options.
  34. (org-export-htmlize-region-for-paste): New function.
  35. (org-export-htmlize-generate-css): New command.
  36. 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
  37. * org/org.el (org-modules, org-format-latex-options):
  38. * org/org-archive.el (org-archive-stamp-time)
  39. (org-archive-save-context-info):
  40. * org/org-faces.el (org-hide):
  41. * org/org-irc.el (org-irc-parse-link):
  42. * org/org-macs.el (org-call-with-arg, org-autoload):
  43. * org/org-mew.el (org-mew-store-link):
  44. * org/org-remember.el (org-remember-store-without-prompt)
  45. (org-remember-templates): Fix typos in docstrings.
  46. * org/org-info.el (org-info-store-link): Remove leftover docstring.
  47. * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
  48. (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
  49. (org-bbdb-anniv-split): Fix typos in docstrings.
  50. * org/org-publish.el (org-publish-project-alist): Doc fixes.
  51. (org-publish-use-timestamps-flag): Reflow docstring.
  52. (org-publish-files-alist): Fix typos in docstring.
  53. 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
  54. * org.el (org-set-visibility-according-to-property): New function.
  55. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
  56. and compute the regular expressions, and update font-lock.
  57. (org-property-re): Allow a dash in property names.
  58. * org-archive.el (org-extract-archive-file): Insert the file name
  59. without the path into the format, to allow the location format to
  60. contain a subdirectory.
  61. * org-agenda.el (org-agenda-post-command-hook): If point is at end
  62. of buffer, and the `org-agenda-type' property undefined, use the
  63. value from the character before.
  64. * org.el (org-add-planning-info): Don't let indentation for
  65. would-be timestamp become extra whitespace at the end of headline.
  66. 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
  67. * org.el (org-remove-double-quotes, org-file-contents): New
  68. functions.
  69. * org-exp.el (org-infile-export-plist): Also parse the
  70. contents of #+SETUPFILE files, recursively.
  71. * org.el (org-set-regexps-and-options): Also parse the
  72. contents of #+SETUPFILE files, recursively.
  73. * org-exp.el (org-export-handle-include-files): New function.
  74. (org-export-preprocess-string): Call
  75. `org-export-handle-include-files'.
  76. * org.el (org-delete-property-globally)
  77. (org-delete-property, org-set-property): Ignore case during
  78. completion.
  79. (org-set-property): Use `org-completing-read' instead of
  80. `completing-read'.
  81. * org.el (org-complete-expand-structure-template): New,
  82. experimental function.
  83. (org-structure-template-alist): New, experimental option.
  84. (org-complete): Call `org-complete-expand-structure-template'.
  85. 2008-05-06 Bastien Guerry <bzg@altern.org>
  86. * org-export-latex.el (org-export-latex-preprocess): Added
  87. support for blockquotes.
  88. 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
  89. * org.el (org-read-date-analyze): Catch the case where only a
  90. weekday is given.
  91. 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
  92. * org.el (org-set-font-lock-defaults): Make the description
  93. tag bold.
  94. * org-exp.el (org-export-as-html, org-close-li): Implement
  95. description lists.
  96. 2008-05-04 Jason Riedy <jason@acm.org>
  97. * org-table.el (*orgtbl-default-fmt*): New variable.
  98. (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
  99. when there is no other fmt available.
  100. (orgtbl-to-generic): Allow an explicitly nil :tstart or
  101. :tend to suppress the appropriate string.
  102. (orgtbl-to-orgtbl): New function for translating to another orgtbl
  103. table.
  104. 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
  105. * org.el (org-read-date-analyze): "." as an alias for "+0" in
  106. read date.
  107. * org-clock.el (org-clock-save-markers-for-cut-and-paste):
  108. New function.
  109. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
  110. New function.
  111. 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
  112. * org-clock.el (org-clock-find-position): Don't include notes
  113. into clock drawer.
  114. * org-archive.el (org-archive-subtree): No longer remove an
  115. extra line after cutting the subtree. `org-cut-subtree' already
  116. takes care of this.
  117. * org-remember.el (org-remember-handler): Only kill the target
  118. buffer if it does not contain the running clock.
  119. * org.el (org-markers-to-move): New variable.
  120. (org-save-markers-in-region, org-check-and-save-marker)
  121. (org-reinstall-markers-in-region): New function.
  122. (org-move-subtree-down, org-copy-subtree): Remember relative
  123. marker positions before cutting.
  124. (org-move-subtree-down, org-paste-subtree): Restore relative
  125. marker positions after pasting.
  126. * org-remember.el (org-remember-clock-out-on-exit): New option.
  127. (org-remember-finalize): Clock out only if the setting in
  128. `org-remember-clock-out-on-exit' requires it.
  129. (org-remember-handler): Do the cleanup in the buffer, to make sure
  130. that the clock marker remains in tact.
  131. 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
  132. * org-clock.el (org-clock-goto): Widen buffer if necessary.
  133. (org-clock-in): Make sure that also tasks outside the narrowed
  134. region will be clocked in correctly.
  135. (org-clock-insert-selection-line): Widen the buffer so that we can
  136. find the correct task heading.
  137. * org.el (org-base-buffer): New function.
  138. * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
  139. and ";" are escaped.
  140. (org-print-icalendar-entries): Also apply
  141. `org-icalendar-cleanup-string' to the headline, not only to the
  142. summary property.
  143. 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
  144. * org-exp.el (org-export-preprocess-hook): New hook.
  145. (org-export-preprocess-string): Call
  146. `org-export-preprocess-hook'.
  147. * org.el (org-font-lock-hook): New variable.
  148. (org-font-lock-hook): New function.
  149. (org-set-font-lock-defaults): Call `org-font-lock-hook'.