Mercurial > emacs
comparison lisp/ChangeLog @ 59535:9d7f09619bcd
RefTeX upgraded to version 4.26
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Fri, 14 Jan 2005 10:14:35 +0000 |
parents | b086012fa087 |
children | 8e45912a3db0 |
comparison
equal
deleted
inserted
replaced
59534:9bad65481674 | 59535:9d7f09619bcd |
---|---|
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 |
4 more carefully. | 49 more carefully. |
5 | 50 |