ChangeLog 9.1 KB

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