comparison lisp/ChangeLog @ 26712:8e76e66ad7fe

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Dec 1999 13:24:44 +0000
parents b20c864d87b9
children e0d2a0a6e1f9
comparison
equal deleted inserted replaced
26711:eac840d283b6 26712:8e76e66ad7fe
1 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4 using the hideshow package.
5 (hs-special-modes-alist): Added entry for bibtex to allow the use
6 of the hideshow package.
7 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
8 not longer provided by bibtex.el directly. Instead the hideshow
9 package should be used.
10 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
11 references to bibtex-hide-entry-bodies.
12
13 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
14
15 * textmodes/bibtex.el: Copyright notice is up to date. Moved
16 maintainer information closer to the beginning of the bibtex.el
17 file.
18 (bibtex-maintainer-salutation): New constant.
19 (bibtex-version): New constant.
20 (bibtex-submit-bug-report): Use bibtex-version and
21 bibtex-maintainer-salutation.
22 (bibtex-entry-field-alist): Made booktitle field optional for
23 @inproceedings entries when crossreferenced.
24 (bibtex-entry-field-alist): Added booktitle field to proceedings
25 entry type (for cross referencing). Thanks to Wagner Toledo Correa
26 for the suggestion.
27 (bibtex-string-file-path): Fixed typo.
28
29 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
30
31 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
32 for reftex.el.
33 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
34 to menu.
35
1 1999-12-04 Dave Love <fx@gnu.org> 36 1999-12-04 Dave Love <fx@gnu.org>
2 37
3 * delsel.el: Revert previous change -- region is significant to 38 * delsel.el: Revert previous change -- region is significant to
4 skeleton. 39 skeleton.
5 40