ChangeLog 3.3 KB

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