ChangeLog 8.0 KB

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