ChangeLog 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
  2. * lisp/org-annotation-helper.el: New file.
  3. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  4. * lisp/org-id.el (org-id-include-domain): New option.
  5. (org-id-new): Add the domain name to an ID if
  6. `org-id-include-domain' is set.
  7. 2008-05-04 Jason Riedy <jason@acm.org>
  8. * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
  9. default fmt function, collect only the first header line for
  10. field names, and don't call plist-get for the table name on
  11. every line.
  12. 2008-04-15 Jason Riedy <jason@acm.org>
  13. * lisp/orgtbl-sqlinsert.el: New file.
  14. * README: Add to list.
  15. 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
  16. * lisp/org-iswitchb.el: File removed, because the functionality is
  17. now in org.el, in the core.
  18. * lisp/org-mew.el: File moved into the core.
  19. 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
  20. * lisp/org-depend.el: Add `provide' for the module system.
  21. * lisp/org-man.el: Add `provide' for the module system.
  22. * lisp/org-interactive-query.el: Renamed from org-iq.el.
  23. 2008-03-05 Bastien Guerry <bzg@altern.org>
  24. * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
  25. Correctly handle function with no documentation.
  26. 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
  27. * lisp/org-bookmark.el (org-bookmark-store-link): Use
  28. `bookmark-all-names' instead of `bookmark-alist'.
  29. 2008-02-29 Bastien Guerry <bzg@altern.org>
  30. * lisp/org-bookmark.el (org-bookmark-in-dired)
  31. (org-bookmark-when-visiting-a-file)
  32. (org-bookmark-use-first-bookmark): New options.
  33. (org-bookmark-store-link): Behave according to options.
  34. 2008-02-29 Bastien Guerry <bzg@altern.org>
  35. * lisp/org-mairix.el (org-mairix): Use `org-link' group.
  36. 2008-02-28 Bastien Guerry <bzg@altern.org>
  37. * lisp/org-bookmark.el: New file.
  38. 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
  39. * lisp/org-id.el: New file.
  40. 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
  41. * lisp/org-screen.el: New file.
  42. 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
  43. * scripts/org2hpda: Added a Makefile for generation of hipster pda
  44. style printouts
  45. 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
  46. * scripts/dir2org.zsh: New file.
  47. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  48. * lisp/org-annotate-file.el: New file.
  49. 2008-02-07 Bastien Guerry <bzg@altern.org>
  50. * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
  51. to CONTRIB/lisp/.
  52. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  53. * lisp/org-irc.el: New file.
  54. * ChangeLog: New file.