ChangeLog 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
  2. * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
  3. (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
  4. implement reacting on new keyword `chain-sibling-cheduled'.
  5. 2009-02-03 Carsten Dominik <carsten.dominik@gmail.com>
  6. * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
  7. 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  8. * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
  9. state change is blocked.
  10. (org-depend-tag-blocked): New option.
  11. 2009-01-03 Carsten Dominik <carsten.dominik@gmail.com>
  12. * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
  13. to cater for the new export switched in src and example tags.
  14. (org-mtags-replace): Fix bugs in prefix processing.
  15. (org-mtags-get-tag-and-attributes): Add local variable bindings.
  16. 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
  17. * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
  18. lines that have no space after the colon.
  19. 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
  20. * lisp/org-browser-url.el: New file.
  21. * lisp/org-registry.el (org-registry-before-first-heading-p):
  22. Function renamed to `org-before-first-heading-p', and moved to
  23. org.el.
  24. 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
  25. * lisp/org-checklist.el: New file.
  26. 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
  27. * lisp/org-mairix.el: Update to version 0.5.
  28. 2008-07-04 Christian Egli <christian.egli@alumni.ethz.ch>
  29. * scripts/org2hpda: the default location of the diary file should
  30. of course be ~/diary
  31. 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
  32. * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
  33. as options in the include directive.
  34. 2008-06-18 Christian Egli <christian.egli@alumni.ethz.ch>
  35. * scripts/org2hpda (DIARY): Make the location of the diary file
  36. configurable.
  37. (all): reduce links to their destination, i.e. change
  38. '[[http://foo][bar]]' to 'bar'
  39. 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
  40. * lisp/org-mtags.el (org-mtags-replace)
  41. (org-mtags-supported-tags): Fixed typo in contents tag.
  42. (org-mtags-replace): Fix but that could lead to an infinite loop
  43. for a partial tag.
  44. 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
  45. * lisp/org-annotation-helper.el: Remove John Rakestraw from author
  46. list, upon his request.
  47. 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
  48. * lisp/org-annotation-helper.el: New file.
  49. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  50. * lisp/org-id.el (org-id-include-domain): New option.
  51. (org-id-new): Add the domain name to an ID if
  52. `org-id-include-domain' is set.
  53. 2008-05-04 Jason Riedy <jason@acm.org>
  54. * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
  55. default fmt function, collect only the first header line for
  56. field names, and don't call plist-get for the table name on
  57. every line.
  58. 2008-04-15 Jason Riedy <jason@acm.org>
  59. * lisp/orgtbl-sqlinsert.el: New file.
  60. * README: Add to list.
  61. 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
  62. * lisp/org-iswitchb.el: File removed, because the functionality is
  63. now in org.el, in the core.
  64. * lisp/org-mew.el: File moved into the core.
  65. 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
  66. * lisp/org-depend.el: Add `provide' for the module system.
  67. * lisp/org-man.el: Add `provide' for the module system.
  68. * lisp/org-interactive-query.el: Renamed from org-iq.el.
  69. 2008-03-05 Bastien Guerry <bzg@altern.org>
  70. * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
  71. Correctly handle function with no documentation.
  72. 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
  73. * lisp/org-bookmark.el (org-bookmark-store-link): Use
  74. `bookmark-all-names' instead of `bookmark-alist'.
  75. 2008-02-29 Bastien Guerry <bzg@altern.org>
  76. * lisp/org-bookmark.el (org-bookmark-in-dired)
  77. (org-bookmark-when-visiting-a-file)
  78. (org-bookmark-use-first-bookmark): New options.
  79. (org-bookmark-store-link): Behave according to options.
  80. 2008-02-29 Bastien Guerry <bzg@altern.org>
  81. * lisp/org-mairix.el (org-mairix): Use `org-link' group.
  82. 2008-02-28 Bastien Guerry <bzg@altern.org>
  83. * lisp/org-bookmark.el: New file.
  84. 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
  85. * lisp/org-id.el: New file.
  86. 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
  87. * lisp/org-screen.el: New file.
  88. 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
  89. * scripts/org2hpda: Added a Makefile for generation of hipster pda
  90. style printouts
  91. 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
  92. * scripts/dir2org.zsh: New file.
  93. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  94. * lisp/org-annotate-file.el: New file.
  95. 2008-02-07 Bastien Guerry <bzg@altern.org>
  96. * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
  97. to CONTRIB/lisp/.
  98. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  99. * lisp/org-irc.el: New file.
  100. * ChangeLog: New file.