Mercurial > emacs
changeset 26712:8e76e66ad7fe
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 05 Dec 1999 13:24:44 +0000 |
parents | eac840d283b6 |
children | 5d6ad3911da4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 35 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Dec 05 13:23:17 1999 +0000 +++ b/lisp/ChangeLog Sun Dec 05 13:24:44 1999 +0000 @@ -1,3 +1,38 @@ +1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> + + * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support + using the hideshow package. + (hs-special-modes-alist): Added entry for bibtex to allow the use + of the hideshow package. + (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is + not longer provided by bibtex.el directly. Instead the hideshow + package should be used. + (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete + references to bibtex-hide-entry-bodies. + +1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> + + * textmodes/bibtex.el: Copyright notice is up to date. Moved + maintainer information closer to the beginning of the bibtex.el + file. + (bibtex-maintainer-salutation): New constant. + (bibtex-version): New constant. + (bibtex-submit-bug-report): Use bibtex-version and + bibtex-maintainer-salutation. + (bibtex-entry-field-alist): Made booktitle field optional for + @inproceedings entries when crossreferenced. + (bibtex-entry-field-alist): Added booktitle field to proceedings + entry type (for cross referencing). Thanks to Wagner Toledo Correa + for the suggestion. + (bibtex-string-file-path): Fixed typo. + +1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> + + * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' + for reftex.el. + (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' + to menu. + 1999-12-04 Dave Love <fx@gnu.org> * delsel.el: Revert previous change -- region is significant to