ChangeLog-2008 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. 2004-08-25 Marius Vollmer <mvo@zagadka.de>
  2. * docstring.el (docstring-process-alist): Consider entries in
  3. reverse order. That puts them in new-docstrings.texi in the same
  4. order as in the C source.
  5. 2004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  6. * docstring.el: Replaced all "@c module" markers with "@c
  7. module-for-docstring", making it less likely to collide with a
  8. real commentary.
  9. 2002-10-19 Neil Jerram <neil@ossau.uklinux.net>
  10. * guile.texi: Replaced by regenerated libguile version.
  11. 2002-07-10 Gary Houston <ghouston@arglist.com>
  12. * docstring.el: optional 2nd environment variable to locate
  13. built files.
  14. 2002-07-09 Gary Houston <ghouston@arglist.com>
  15. * docstring.el: defined caddr, used in several places but missing
  16. for some reason.
  17. 2002-04-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
  18. * doctring.el: List commands in commentary; nfc.
  19. 2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
  20. * guile.texi: Replaced by regenerated libguile version.
  21. 2002-03-12 Neil Jerram <neil@ossau.uklinux.net>
  22. * guile.texi: Replaced by regenerated libguile version.
  23. 2002-03-08 Neil Jerram <neil@ossau.uklinux.net>
  24. * docstring.el (docstring-libguile-directory,
  25. docstring-display-location, docstring-show-source): New.
  26. 2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
  27. * guile.texi: Replaced by regenerated libguile version.
  28. * docstring.el (make-module-description-list): Exclude @deffn's
  29. with category {C Function}.
  30. (docstring-process-alist): Bind key "d" to
  31. docstring-ediff-this-line in the docstring output buffer.
  32. 2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
  33. * guile.texi: Replaced by libguile version (after automatically
  34. updating docstrings in the reference manual).
  35. 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
  36. * guile.texi: Replaced by libguile version (after automatically
  37. updating docstrings in the reference manual).
  38. * docstring.el (docstring-manual-directory): Added "/ref" to end.
  39. (docstring-manual-files): Now calculated automatically, since by
  40. definition all the .texi files in doc/ref are reference manual
  41. files.
  42. 2001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  43. * guile.texi: Automated docstring merging.
  44. 2001-03-23 Neil Jerram <neil@ossau.uklinux.net>
  45. * ChangeLog, README, docstring.el, guile.texi: New files.