diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ecdeb49f254..084afe4f31a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-05-27 Juri Linkov <juri@jurta.org> | 1 | 2013-05-27 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * replace.el (replace-search): New function with code moved out | ||
| 4 | from `perform-replace'. | ||
| 5 | (replace-highlight, replace-dehighlight): Move function definitions | ||
| 6 | up closer to `replace-search'. (Bug#11746) | ||
| 7 | |||
| 8 | 2013-05-27 Juri Linkov <juri@jurta.org> | ||
| 9 | |||
| 3 | * replace.el (perform-replace): Ignore invisible matches. | 10 | * replace.el (perform-replace): Ignore invisible matches. |
| 4 | In addition to checking `query-replace-skip-read-only', also | 11 | In addition to checking `query-replace-skip-read-only', also |
| 5 | filter out matches by calling `run-hook-with-args-until-failure' | 12 | filter out matches by calling `run-hook-with-args-until-failure' |