Mercurial > emacs
comparison lisp/ChangeLog @ 62468:2867884418c2
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 18 May 2005 11:25:03 +0000 |
parents | 90d27d9ee923 |
children | 0bdc2e9a381e |
comparison
equal
deleted
inserted
replaced
62467:35f6599373fc | 62468:2867884418c2 |
---|---|
1 | |
2 2005-05-18 Carsten Dominik <dominik@science.uva.nl> | |
3 | |
4 * textmodes/reftex-vars.el (reftex-cite-format-builtin): Support | |
5 for jurabib. | |
6 | |
7 * textmodes/reftex.el (featurep): Define aliases for overlay | |
8 commands, for XEmacs compatibility, and use these aliases in | |
9 overlay initializations. | |
10 (reftex-highlight): Use `reftex-move-overlay'. | |
11 (reftex-unhighlight): Use `reftex-delete-overlay'. | |
12 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead. | |
13 (reftex-access-search-path): Use `reftex-uniquify' instead of | |
14 `reftex-uniq' | |
15 | |
16 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay | |
17 `before-string' property modification enables for Emacs as well. | |
18 (reftex-select-item): Use `reftex-delete-overlay'. | |
19 (reftex-select-mark): Use `reftex-make-overlay' and | |
20 `reftex-overlay-put'. | |
21 (reftex-select-unmark): Use `reftex-delete-overlay' and | |
22 `reftex-overlay-put'. | |
23 | |
1 2005-05-18 Lute Kamstra <lute@gnu.org> | 24 2005-05-18 Lute Kamstra <lute@gnu.org> |
2 | 25 |
3 * emacs-lisp/lisp.el (check-parens): Fix docstring. | 26 * emacs-lisp/lisp.el (check-parens): Fix docstring. |
4 | 27 |
5 2005-05-18 Juanma Barranquero <lekktu@gmail.com> | 28 2005-05-18 Juanma Barranquero <lekktu@gmail.com> |