diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9cf33c9aa70..d0651d2e646 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 2 | |||
| 3 | * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep | ||
| 4 | track of the buffer position of the end of a BibTeX entry as this | ||
| 5 | position may change during reformatting. | ||
| 6 | (bibtex-format-entry): Remove whitespace before processing | ||
| 7 | numerical fields so that we recognize the latter properly. | ||
| 8 | (bibtex-reformat): Do not use push which changes the global value | ||
| 9 | of bibtex-entry-format. | ||
| 10 | (bibtex-field-braces-alist, bibtex-field-strings-alist) | ||
| 11 | (bibtex-field-re-init): Replace only space characters by regexp | ||
| 12 | for whitespace. | ||
| 13 | (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix | ||
| 14 | docstring. | ||
| 15 | (bibtex-initialize): Also update bibtex-strings. | ||
| 16 | (bibtex-kill-field): Preserve white space at end of entry. | ||
| 17 | (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill): Update | ||
| 18 | bibtex-reference-keys. | ||
| 19 | |||
| 1 | 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | 20 | 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 21 | ||
| 3 | * minibuffer.el (completion-pcm--merge-try): Also consider placing | 22 | * minibuffer.el (completion-pcm--merge-try): Also consider placing |