ChangeLog 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
  2. * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
  3. New variable.
  4. (org-special-blocks-make-special-cookies): Use
  5. `org-special-blocks-ignore-regexp'.
  6. 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
  7. * lisp/org-invoice.el: New file.
  8. 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
  9. * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
  10. safer regular expression.
  11. 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
  12. * lisp/org-track.el: New file.
  13. 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
  14. * lisp/org-indent.el: File removed.
  15. 2009-07-21 Wes Hardaker <wjhns209@hardakers.net> (tiny change)
  16. * lisp/org-export-generic.el (org-export-generic-format): Fix
  17. compatibility issue with Emacs 23.
  18. 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
  19. * lisp/org-checklist.el (org-checklist): Add a custom group for
  20. org-checklist. The options are all for the unchecked items export
  21. function.
  22. (org-checklist-export-time-format): Allow customising the
  23. timestamp appended to the saved unchecked items list
  24. (org-checklist-export-function): Allow customising the output
  25. format for the unchecked items list.
  26. (org-checklist-export-params): Options for the exporter.
  27. (org-checklist-a2ps-params): Printing options.
  28. (org-make-checklist-export): Use values from custom vars. Printing
  29. is now controlled by the PRINT_EXPORT property in the entry, and
  30. the user is only asked if it is missing. Pass the switches to
  31. a2ps-buffer properly.
  32. 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
  33. * README: List new file org-export-generic.el
  34. * lisp/org-export-generic.el: New file.
  35. 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
  36. * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
  37. (org-export-blocks-format-dot): Support ditaa export also for the
  38. docbook exporter.
  39. 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
  40. * lisp/org-special-blocks.el: New file.
  41. 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
  42. * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
  43. level selection.
  44. 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
  45. * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
  46. multiple keys in a single \cite command.
  47. 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
  48. * lisp/org-mtags.el: Fix copyright year.
  49. 2009-03-13 Carsten Dominik <carsten.dominik@gmail.com>
  50. * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
  51. 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
  52. * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
  53. return value of the call to bibtex2html.
  54. (org-export-bibtex-preprocess): Change Class to ID, there can only
  55. be one.
  56. (org-exp-bibtex-docites): Generalize the regexp looking for
  57. citations.
  58. 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
  59. * lisp/org2rem.el: New version from Shatad Pratap.
  60. 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
  61. * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
  62. true siblings.
  63. 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
  64. * lisp/org-R.el: New file.
  65. 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
  66. * lisp/org-choose.el (org-choose-get-fn-map-group): Require
  67. `org-agenda'.
  68. (cl): Require `cl' at runtime.
  69. (org-choose-filter-one): Use `org-split-string' for consistency
  70. accross Emacs version.
  71. 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
  72. * lisp/org-choose.el ("org"): Use file name instead of feature for
  73. `eval-after-load', this is XEmacs compatible.
  74. 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
  75. * lisp/org-choose.el (org-choose-get-fn-map-group): Call
  76. `org-up-heading-all' instead of `outline-up-heading-all', which
  77. does not exist.
  78. 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
  79. * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
  80. (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
  81. implement reacting on new keyword `chain-sibling-cheduled'.
  82. 2009-02-03 Carsten Dominik <carsten.dominik@gmail.com>
  83. * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
  84. 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  85. * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
  86. state change is blocked.
  87. (org-depend-tag-blocked): New option.
  88. 2009-01-03 Carsten Dominik <carsten.dominik@gmail.com>
  89. * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
  90. to cater for the new export switched in src and example tags.
  91. (org-mtags-replace): Fix bugs in prefix processing.
  92. (org-mtags-get-tag-and-attributes): Add local variable bindings.
  93. 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
  94. * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
  95. lines that have no space after the colon.
  96. 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
  97. * lisp/org-browser-url.el: New file.
  98. * lisp/org-registry.el (org-registry-before-first-heading-p):
  99. Function renamed to `org-before-first-heading-p', and moved to
  100. org.el.
  101. 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
  102. * lisp/org-checklist.el: New file.
  103. 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
  104. * lisp/org-mairix.el: Update to version 0.5.
  105. 2008-07-04 Christian Egli <christian.egli@alumni.ethz.ch>
  106. * scripts/org2hpda: the default location of the diary file should
  107. of course be ~/diary
  108. 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
  109. * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
  110. as options in the include directive.
  111. 2008-06-18 Christian Egli <christian.egli@alumni.ethz.ch>
  112. * scripts/org2hpda (DIARY): Make the location of the diary file
  113. configurable.
  114. (all): reduce links to their destination, i.e. change
  115. '[[http://foo][bar]]' to 'bar'
  116. 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
  117. * lisp/org-mtags.el (org-mtags-replace)
  118. (org-mtags-supported-tags): Fixed typo in contents tag.
  119. (org-mtags-replace): Fix but that could lead to an infinite loop
  120. for a partial tag.
  121. 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
  122. * lisp/org-annotation-helper.el: Remove John Rakestraw from author
  123. list, upon his request.
  124. 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
  125. * lisp/org-annotation-helper.el: New file.
  126. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  127. * lisp/org-id.el (org-id-include-domain): New option.
  128. (org-id-new): Add the domain name to an ID if
  129. `org-id-include-domain' is set.
  130. 2008-05-04 Jason Riedy <jason@acm.org>
  131. * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
  132. default fmt function, collect only the first header line for
  133. field names, and don't call plist-get for the table name on
  134. every line.
  135. 2008-04-15 Jason Riedy <jason@acm.org>
  136. * lisp/orgtbl-sqlinsert.el: New file.
  137. * README: Add to list.
  138. 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
  139. * lisp/org-iswitchb.el: File removed, because the functionality is
  140. now in org.el, in the core.
  141. * lisp/org-mew.el: File moved into the core.
  142. 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
  143. * lisp/org-depend.el: Add `provide' for the module system.
  144. * lisp/org-man.el: Add `provide' for the module system.
  145. * lisp/org-interactive-query.el: Renamed from org-iq.el.
  146. 2008-03-05 Bastien Guerry <bzg@altern.org>
  147. * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
  148. Correctly handle function with no documentation.
  149. 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
  150. * lisp/org-bookmark.el (org-bookmark-store-link): Use
  151. `bookmark-all-names' instead of `bookmark-alist'.
  152. 2008-02-29 Bastien Guerry <bzg@altern.org>
  153. * lisp/org-bookmark.el (org-bookmark-in-dired)
  154. (org-bookmark-when-visiting-a-file)
  155. (org-bookmark-use-first-bookmark): New options.
  156. (org-bookmark-store-link): Behave according to options.
  157. 2008-02-29 Bastien Guerry <bzg@altern.org>
  158. * lisp/org-mairix.el (org-mairix): Use `org-link' group.
  159. 2008-02-28 Bastien Guerry <bzg@altern.org>
  160. * lisp/org-bookmark.el: New file.
  161. 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
  162. * lisp/org-id.el: New file.
  163. 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
  164. * lisp/org-screen.el: New file.
  165. 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
  166. * scripts/org2hpda: Added a Makefile for generation of hipster pda
  167. style printouts
  168. 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
  169. * scripts/dir2org.zsh: New file.
  170. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  171. * lisp/org-annotate-file.el: New file.
  172. 2008-02-07 Bastien Guerry <bzg@altern.org>
  173. * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
  174. to CONTRIB/lisp/.
  175. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  176. * lisp/org-irc.el: New file.
  177. * ChangeLog: New file.