diff options
| author | Stefan Monnier | 2004-05-03 23:04:55 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-03 23:04:55 +0000 |
| commit | 8bf38a9bfef78cbfe65762db736188cfaa99dbd7 (patch) | |
| tree | 4bf2fc4b6f73e4fb294467c0ee371aff2043fa95 /lisp/ChangeLog | |
| parent | e0db3d3f0048af8557090bc93d75bcfd43774bbc (diff) | |
| download | emacs-8bf38a9bfef78cbfe65762db736188cfaa99dbd7.tar.gz emacs-8bf38a9bfef78cbfe65762db736188cfaa99dbd7.zip | |
(bibtex-progress-message): Fix docstring.
(bibtex-entry-update): New command bound to C-c C-u.
(bibtex-text-in-string): Fix regexp.
(bibtex-assoc-of-regexp): Remove.
(bibtex-progress-message): Fix docstring.
(bibtex-inside-field): Use if.
(bibtex-assoc-regexp): New function.
(bibtex-format-entry): Make code more robust so it formats also old entries.
(bibtex-autokey-demangle-title): Merge with obsolete function
bibtex-assoc-of-regexp.
(bibtex-field-list): New function.
(bibtex-entry): Use bibtex-field-list.
(bibtex-parse-entry): Fix docstring.
(bibtex-print-help-message): Use bibtex-field-list.
(bibtex-make-field): Use bibtex-field-list.
(bibtex-entry-index): Bugfix. Return crossref key if required.
(bibtex-lessp): Fix docstring.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bc05f864677..157b5416eaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,27 @@ | |||
| 1 | 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 2 | |||
| 3 | * textmodes/bibtex.el (bibtex-progress-message): Fix docstring. | ||
| 4 | (bibtex-entry-update): New command bound to C-c C-u. | ||
| 5 | (bibtex-text-in-string): Fix regexp. | ||
| 6 | (bibtex-assoc-of-regexp): Remove. | ||
| 7 | (bibtex-progress-message): Fix docstring. | ||
| 8 | (bibtex-inside-field): Use if. | ||
| 9 | (bibtex-assoc-regexp): New function. | ||
| 10 | (bibtex-format-entry): Make code more robust so that it formats | ||
| 11 | also old entries. | ||
| 12 | (bibtex-autokey-demangle-title): Merge with obsolete function | ||
| 13 | bibtex-assoc-of-regexp. | ||
| 14 | (bibtex-field-list): New function. | ||
| 15 | (bibtex-entry): Use bibtex-field-list. | ||
| 16 | (bibtex-parse-entry): Fix docstring. | ||
| 17 | (bibtex-print-help-message): Use bibtex-field-list. | ||
| 18 | (bibtex-make-field): Use bibtex-field-list. | ||
| 19 | (bibtex-entry-index): Bugfix. Return crossref key if required. | ||
| 20 | (bibtex-lessp): Fix docstring. | ||
| 21 | |||
| 1 | 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> | 22 | 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 23 | ||
| 3 | * select.el (xselect-convert-to-string): Move comment to intended | 24 | * select.el (xselect-convert-to-string): Move comment to intended line. |
| 4 | line. | ||
| 5 | 25 | ||
| 6 | 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 26 | 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 7 | 27 | ||
| @@ -19,14 +39,12 @@ | |||
| 19 | 39 | ||
| 20 | 2004-05-03 Kim F. Storm <storm@cua.dk> | 40 | 2004-05-03 Kim F. Storm <storm@cua.dk> |
| 21 | 41 | ||
| 22 | * emulation/cua-base.el (cua--update-indications): | 42 | * emulation/cua-base.el (cua--update-indications): Fix last change. |
| 23 | Fix last change. | ||
| 24 | (cua-mode): Deactivate mark when cua-mode is enabled. | 43 | (cua-mode): Deactivate mark when cua-mode is enabled. |
| 25 | 44 | ||
| 26 | 2004-05-02 Luc Teirlinck <teirllm@auburn.edu> | 45 | 2004-05-02 Luc Teirlinck <teirllm@auburn.edu> |
| 27 | 46 | ||
| 28 | * select.el (xselect-convert-to-string): Bind `inhibit-read-only' | 47 | * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t. |
| 29 | to t. | ||
| 30 | 48 | ||
| 31 | 2004-05-03 Nick Roberts <nickrob@gnu.org> | 49 | 2004-05-03 Nick Roberts <nickrob@gnu.org> |
| 32 | 50 | ||