ChangeLog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
  2. * lisp/org-checklist.el: New file.
  3. 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
  4. * lisp/org-mairix.el: Update to version 0.5.
  5. 2008-07-04 Christian Egli <christian.egli@alumni.ethz.ch>
  6. * scripts/org2hpda: the default location of the diary file should
  7. of course be ~/diary
  8. 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
  9. * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
  10. as options in the include directive.
  11. 2008-06-18 Christian Egli <christian.egli@alumni.ethz.ch>
  12. * scripts/org2hpda (DIARY): Make the location of the diary file
  13. configurable.
  14. (all): reduce links to their destination, i.e. change
  15. '[[http://foo][bar]]' to 'bar'
  16. 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
  17. * lisp/org-mtags.el (org-mtags-replace)
  18. (org-mtags-supported-tags): Fixed typo in contents tag.
  19. (org-mtags-replace): Fix but that could lead to an infinite loop
  20. for a partial tag.
  21. 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
  22. * lisp/org-annotation-helper.el: Remove John Rakestraw from author
  23. list, upon his request.
  24. 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
  25. * lisp/org-annotation-helper.el: New file.
  26. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  27. * lisp/org-id.el (org-id-include-domain): New option.
  28. (org-id-new): Add the domain name to an ID if
  29. `org-id-include-domain' is set.
  30. 2008-05-04 Jason Riedy <jason@acm.org>
  31. * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
  32. default fmt function, collect only the first header line for
  33. field names, and don't call plist-get for the table name on
  34. every line.
  35. 2008-04-15 Jason Riedy <jason@acm.org>
  36. * lisp/orgtbl-sqlinsert.el: New file.
  37. * README: Add to list.
  38. 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
  39. * lisp/org-iswitchb.el: File removed, because the functionality is
  40. now in org.el, in the core.
  41. * lisp/org-mew.el: File moved into the core.
  42. 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
  43. * lisp/org-depend.el: Add `provide' for the module system.
  44. * lisp/org-man.el: Add `provide' for the module system.
  45. * lisp/org-interactive-query.el: Renamed from org-iq.el.
  46. 2008-03-05 Bastien Guerry <bzg@altern.org>
  47. * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
  48. Correctly handle function with no documentation.
  49. 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
  50. * lisp/org-bookmark.el (org-bookmark-store-link): Use
  51. `bookmark-all-names' instead of `bookmark-alist'.
  52. 2008-02-29 Bastien Guerry <bzg@altern.org>
  53. * lisp/org-bookmark.el (org-bookmark-in-dired)
  54. (org-bookmark-when-visiting-a-file)
  55. (org-bookmark-use-first-bookmark): New options.
  56. (org-bookmark-store-link): Behave according to options.
  57. 2008-02-29 Bastien Guerry <bzg@altern.org>
  58. * lisp/org-mairix.el (org-mairix): Use `org-link' group.
  59. 2008-02-28 Bastien Guerry <bzg@altern.org>
  60. * lisp/org-bookmark.el: New file.
  61. 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
  62. * lisp/org-id.el: New file.
  63. 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
  64. * lisp/org-screen.el: New file.
  65. 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
  66. * scripts/org2hpda: Added a Makefile for generation of hipster pda
  67. style printouts
  68. 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
  69. * scripts/dir2org.zsh: New file.
  70. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  71. * lisp/org-annotate-file.el: New file.
  72. 2008-02-07 Bastien Guerry <bzg@altern.org>
  73. * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
  74. to CONTRIB/lisp/.
  75. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  76. * lisp/org-irc.el: New file.
  77. * ChangeLog: New file.