ChangeLog 3.4 KB

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