ChangeLog 3.1 KB

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