diff options
| author | Carsten Dominik | 2005-01-14 10:18:12 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2005-01-14 10:18:12 +0000 |
| commit | 099fc2c9b1da5ef9f7a49e29e2416e3a35e3e47b (patch) | |
| tree | 42bbcebf6e75214ecc24e853ce6d1d9ceee8ff57 | |
| parent | cd19b06c33ce3400228d7bebd3115da24c00ab35 (diff) | |
| download | emacs-099fc2c9b1da5ef9f7a49e29e2416e3a35e3e47b.tar.gz emacs-099fc2c9b1da5ef9f7a49e29e2416e3a35e3e47b.zip | |
Fixed typo in reftex log
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64647c7fbf0..a702dc3d89a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | 1 | ||
| 2 | 2005-01-14 Carsten Dominik <dominik@science.uva.nl> | 2 | 2005-01-14 Carsten Dominik <dominik@science.uva.nl> |
| 3 | 3 | ||
| 4 | * reftex-cite.el (reftex-bib-sort-year): Catch the case if the | 4 | * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case |
| 5 | year is not given. | 5 | if the year is not given. |
| 6 | 6 | ||
| 7 | * reftex-ref.el (reftex-replace-prefix-escapes): Added new escapes | 7 | * textmodes/reftex-ref.el (reftex-replace-prefix-escapes): Added |
| 8 | %m and %M, fixed bug with %F by adding save-match-data. | 8 | new escapes %m and %M, fixed bug with %F by adding |
| 9 | save-match-data. | ||
| 9 | (reftex-reference): Removed ?. from list of spaces. | 10 | (reftex-reference): Removed ?. from list of spaces. |
| 10 | (reftex-label-info): Added automatic label prefix recognition | 11 | (reftex-label-info): Added automatic label prefix recognition |
| 11 | 12 | ||
| 12 | * reftex-index.el (reftex-index-next-phrase): Added slave | 13 | * textmodes/reftex-index.el (reftex-index-next-phrase): Added |
| 13 | parameter to call of `reftex-index-this-phrase' | 14 | slave parameter to call of `reftex-index-this-phrase' |
| 14 | (reftex-index-this-phrase): New optional argument | 15 | (reftex-index-this-phrase): New optional argument |
| 15 | (reftex-index-region-phrases): Added slave parameter to call of | 16 | (reftex-index-region-phrases): Added slave parameter to call of |
| 16 | `reftex-index-this-phrase' | 17 | `reftex-index-this-phrase' |
| @@ -24,23 +25,24 @@ | |||
| 24 | indexing. Fixed bug with matching is there is a quote before or | 25 | indexing. Fixed bug with matching is there is a quote before or |
| 25 | after the word. | 26 | after the word. |
| 26 | 27 | ||
| 27 | * reftex-cite.el (reftex-all-used-citation-keys): Fix bug when | 28 | * textmodes/reftex-cite.el (reftex-all-used-citation-keys): Fix |
| 28 | collecting citation keys in lines with comments. | 29 | bug when collecting citation keys in lines with comments. |
| 29 | (reftex-citation): Prefix argument no longer rescans the document, | 30 | (reftex-citation): Prefix argument no longer rescans the document, |
| 30 | but forces prompting for optional arguments of cite macros. | 31 | but forces prompting for optional arguments of cite macros. |
| 31 | (reftex-do-citation): Prompting for optional arguments | 32 | (reftex-do-citation): Prompting for optional arguments |
| 32 | implemented. | 33 | implemented. |
| 33 | 34 | ||
| 34 | * reftex-vars.el (reftex-cite-format-builtin): Added optional | 35 | * textmodes/reftex-vars.el (reftex-cite-format-builtin): Added |
| 35 | arguments to most cite commands. | 36 | optional arguments to most cite commands. |
| 36 | (reftex-cite-cleanup-optional-args): New option | 37 | (reftex-cite-cleanup-optional-args): New option |
| 37 | (reftex-cite-prompt-optional-args): New option. | 38 | (reftex-cite-prompt-optional-args): New option. |
| 38 | (reftex-trust-label-prefix): New option | 39 | (reftex-trust-label-prefix): New option |
| 39 | 40 | ||
| 40 | * reftex-toc.el (reftex-toc-find-section): Added push-mark before | 41 | * textmodes/reftex-toc.el (reftex-toc-find-section): Added |
| 41 | changing the position in the buffer. | 42 | push-mark before changing the position in the buffer. |
| 42 | 43 | ||
| 43 | * reftex.el (reftex-prefix-to-typekey-alist): New variable | 44 | * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New |
| 45 | variable | ||
| 44 | (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist | 46 | (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist |
| 45 | 47 | ||
| 46 | 2005-01-14 Nick Roberts <nickrob@snap.net.nz> | 48 | 2005-01-14 Nick Roberts <nickrob@snap.net.nz> |