diff options
| author | Juri Linkov | 2008-10-19 22:34:35 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-10-19 22:34:35 +0000 |
| commit | 04ff2deeb32c2a986531cc4b24dd3ef26a6a3000 (patch) | |
| tree | f53388c1f2f50bd369fb987203fa0132ebb9f87d /lisp/ChangeLog | |
| parent | 9d14752f314c2d4d02cb734a0959457a227bb2c1 (diff) | |
| download | emacs-04ff2deeb32c2a986531cc4b24dd3ef26a6a3000.tar.gz emacs-04ff2deeb32c2a986531cc4b24dd3ef26a6a3000.zip | |
(query-replace, query-replace-regexp)
(replace-string, replace-regexp, perform-replace): Add "word"
indicatiors to the prompt for word delimited replacements.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1614c1db2a..97893e936e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2008-10-19 Juri Linkov <juri@jurta.org> | 1 | 2008-10-19 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * isearch.el (isearch-query-replace, isearch-query-replace-regexp): | ||
| 4 | Add arg `delimited' as in `query-replace' for the case when | ||
| 5 | isearch-allow-scroll=t and the user types C-u M-%. Doc fix. | ||
| 6 | Add more indicators to the prompt ("word" and "in region"). | ||
| 7 | |||
| 8 | * replace.el (query-replace, query-replace-regexp) | ||
| 9 | (replace-string, replace-regexp, perform-replace): Add "word" | ||
| 10 | indicatiors to the prompt for word delimited replacements. | ||
| 11 | |||
| 3 | * replace.el (read-regexp): Rename arg `default' to `default-value'. | 12 | * replace.el (read-regexp): Rename arg `default' to `default-value'. |
| 4 | Doc fix. | 13 | Doc fix. |
| 5 | 14 | ||