From: Richard M. Stallman Date: Fri, 2 Jul 2004 23:53:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5562 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3ccf404aed2f5f17ff7e21063491aec3d90990a;p=emacs.git *** empty log message *** --- 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 + + * 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 * 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 + + * 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 * 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 + + * files.texi (Saving Buffers): Cleanup write-contents-function. + (Magic File Names): Cleanup file-remote-p. + 2004-07-02 Kai Grossjohann * files.texi (Magic File Names): `file-remote-p' returns an