diff options
| author | Richard M. Stallman | 2004-07-02 23:53:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-02 23:53:56 +0000 |
| commit | e3ccf404aed2f5f17ff7e21063491aec3d90990a (patch) | |
| tree | d44ccbbe17ea975bf11a5bf1c151d8f299901371 | |
| parent | 9e5d1b634e23145366cc7dffc8325d28d5a04941 (diff) | |
| download | emacs-e3ccf404aed2f5f17ff7e21063491aec3d90990a.tar.gz emacs-e3ccf404aed2f5f17ff7e21063491aec3d90990a.zip | |
*** empty log message ***
| -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 @@ | |||
| 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 |
| @@ -45,6 +55,11 @@ | |||
| 45 | 55 | ||
| 46 | * emacs-lisp/pp.el (pp-buffer): Add autoload. | 56 | * emacs-lisp/pp.el (pp-buffer): Add autoload. |
| 47 | 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. | ||
| 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 |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d2bddd9d1b4..dfb558463fe 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-07-02 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (Saving Buffers): Cleanup write-contents-function. | ||
| 4 | (Magic File Names): Cleanup file-remote-p. | ||
| 5 | |||
| 1 | 2004-07-02 Kai Grossjohann <kai@emptydomain.de> | 6 | 2004-07-02 Kai Grossjohann <kai@emptydomain.de> |
| 2 | 7 | ||
| 3 | * files.texi (Magic File Names): `file-remote-p' returns an | 8 | * files.texi (Magic File Names): `file-remote-p' returns an |