diff options
-rw-r--r-- | lisp/ChangeLog | 15 | ||||
-rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c273d6956c9..83fa1775046 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2004-07-02 Richard M. Stallman <rms@gnu.org> + + * replace.el (query-replace-read-args): Swallow space after + symbols, not after closeparens. But avoid error if string ends there. + + * progmodes/python.el (python-beginning-of-statement): + Exit the loop if backward-up-list gets error. + + * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only. + 2004-07-02 Andre Spiegel <spiegel@gnu.org> * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers @@ -45,6 +55,11 @@ * emacs-lisp/pp.el (pp-buffer): Add autoload. +2004-06-28 Richard M. Stallman <rms@gnu.org> + + * font-lock.el (font-lock-fontify-syntactic-keywords-region): + More changes to go with previous change in font-lock.el. + 2004-06-26 David Kastrup <dak@gnu.org> * replace.el (perform-replace): Highlight the match even in diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d2bddd9d1b4..dfb558463fe 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-07-02 Richard M. Stallman <rms@gnu.org> + + * files.texi (Saving Buffers): Cleanup write-contents-function. + (Magic File Names): Cleanup file-remote-p. + 2004-07-02 Kai Grossjohann <kai@emptydomain.de> * files.texi (Magic File Names): `file-remote-p' returns an |