ChangeLog 2.2 KB

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