Mercurial > emacs
comparison lisp/ChangeLog @ 87651:d197b59d36b5
*** empty log message ***
author | Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
---|---|
date | Wed, 09 Jan 2008 01:37:50 +0000 |
parents | 107ccd98fa12 |
children | 3091cbee6fd8 |
comparison
equal
deleted
inserted
replaced
87650:29fbecdf9527 | 87651:d197b59d36b5 |
---|---|
1 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
2 | |
3 * textmodes/bibtex.el (bibtex-initialize): New autoloaded | |
4 command. Rename from function bibtex-files-expand. New optional | |
5 arg select. | |
6 (bibtex-flash-head): Allow blink-matching-delay being zero. | |
7 (bibtex-clean-entry): Use atomic-change-group. | |
8 (bibtex-format-entry): Check presence of required fields only | |
9 after formatting of fields. Use member-ignore-case. Do not use | |
10 bibtex-parse-entry. Do not use booktitle field to set a missing | |
11 title. | |
12 (bibtex-autofill-entry): Do not call undo-boundary. | |
13 (bibtex-lessp): Handle crossref keys that point to another bibtex | |
14 file. | |
15 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate): | |
16 Parse keys if necessary. | |
17 | |
1 2008-01-08 Nick Roberts <nickrob@snap.net.nz> | 18 2008-01-08 Nick Roberts <nickrob@snap.net.nz> |
2 | 19 |
3 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in | 20 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in |
4 quotes in case of spaces, e.g. STL containers (not pretty). | 21 quotes in case of spaces, e.g. STL containers (not pretty). |
5 | 22 |