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