diff options
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 | ||