ChangeLog 2.4 KB

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