ChangeLog 6.5 KB

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