diff options
| author | Juri Linkov | 2013-05-30 02:11:41 +0300 |
|---|---|---|
| committer | Juri Linkov | 2013-05-30 02:11:41 +0300 |
| commit | 3c9c9d38d0335e5e8a904e4342838fdcdded870f (patch) | |
| tree | 5be9eb37e04dc7569c62c29ab86c03877d15f21e /lisp/ChangeLog | |
| parent | 38b787fa727fd98c3d61b9677a30e17d291d490c (diff) | |
| download | emacs-3c9c9d38d0335e5e8a904e4342838fdcdded870f.tar.gz emacs-3c9c9d38d0335e5e8a904e4342838fdcdded870f.zip | |
* lisp/replace.el (perform-replace): Add `skip-read-only-count',
`skip-filtered-count', `skip-invisible-count' let-bound to 0.
Increment them for corresponding conditions and report the number
of skipped occurrences in the final message.
(query-replace, query-replace-regexp, query-replace-regexp-eval)
(replace-string, replace-regexp): Doc fix.
Fixes: debbugs:11746
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 e4708639514..bcf8462d864 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-05-29 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * replace.el (perform-replace): Add `skip-read-only-count', | ||
| 4 | `skip-filtered-count', `skip-invisible-count' let-bound to 0. | ||
| 5 | Increment them for corresponding conditions and report the number | ||
| 6 | of skipped occurrences in the final message. (Bug#11746) | ||
| 7 | (query-replace, query-replace-regexp, query-replace-regexp-eval) | ||
| 8 | (replace-string, replace-regexp): Doc fix. | ||
| 9 | |||
| 1 | 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * emacs-lisp/trace.el (trace--read-args): Provide a default. | 12 | * emacs-lisp/trace.el (trace--read-args): Provide a default. |