Mercurial > emacs
comparison lisp/ChangeLog @ 56326:95a4e1a61cc0
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Jul 2004 23:53:56 +0000 |
parents | 18b35062b4ab |
children | a2e4dbfb3766 |
comparison
equal
deleted
inserted
replaced
56325:06c785c5e655 | 56326:95a4e1a61cc0 |
---|---|
1 2004-07-02 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * replace.el (query-replace-read-args): Swallow space after | |
4 symbols, not after closeparens. But avoid error if string ends there. | |
5 | |
6 * progmodes/python.el (python-beginning-of-statement): | |
7 Exit the loop if backward-up-list gets error. | |
8 | |
9 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only. | |
10 | |
1 2004-07-02 Andre Spiegel <spiegel@gnu.org> | 11 2004-07-02 Andre Spiegel <spiegel@gnu.org> |
2 | 12 |
3 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers | 13 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers |
4 only if vc-consult-headers is non-nil. | 14 only if vc-consult-headers is non-nil. |
5 | 15 |
42 | 52 |
43 * replace.el (query-replace-read-args): Swallow a space after | 53 * replace.el (query-replace-read-args): Swallow a space after |
44 everything except )]" which in most cases means after a symbol. | 54 everything except )]" which in most cases means after a symbol. |
45 | 55 |
46 * emacs-lisp/pp.el (pp-buffer): Add autoload. | 56 * emacs-lisp/pp.el (pp-buffer): Add autoload. |
57 | |
58 2004-06-28 Richard M. Stallman <rms@gnu.org> | |
59 | |
60 * font-lock.el (font-lock-fontify-syntactic-keywords-region): | |
61 More changes to go with previous change in font-lock.el. | |
47 | 62 |
48 2004-06-26 David Kastrup <dak@gnu.org> | 63 2004-06-26 David Kastrup <dak@gnu.org> |
49 | 64 |
50 * replace.el (perform-replace): Highlight the match even in | 65 * replace.el (perform-replace): Highlight the match even in |
51 non-query mode if there is potential replace string editing. | 66 non-query mode if there is potential replace string editing. |