diff options
| author | Juri Linkov | 2004-06-28 23:15:42 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-06-28 23:15:42 +0000 |
| commit | 637b9d739b052b2235c67839bef235e493a85e33 (patch) | |
| tree | 6580ce4d52896700c7c986d2ff688a8f20c01ae9 | |
| parent | c47e847f4dffb3dede677ba3a628e3daf7ace366 (diff) | |
| download | emacs-637b9d739b052b2235c67839bef235e493a85e33.tar.gz emacs-637b9d739b052b2235c67839bef235e493a85e33.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4bd9e5b7189..d3aac1689a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-06-29 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * replace.el (query-replace-read-args): Swallow a space after | ||
| 4 | everything except )]" which in most cases means after a symbol. | ||
| 5 | |||
| 6 | * emacs-lisp/pp.el (pp-buffer): Add autoload. | ||
| 7 | |||
| 1 | 2004-06-26 David Kastrup <dak@gnu.org> | 8 | 2004-06-26 David Kastrup <dak@gnu.org> |
| 2 | 9 | ||
| 3 | * replace.el (perform-replace): Highlight the match even in | 10 | * replace.el (perform-replace): Highlight the match even in |