diff options
| author | Juri Linkov | 2013-05-28 02:38:56 +0300 |
|---|---|---|
| committer | Juri Linkov | 2013-05-28 02:38:56 +0300 |
| commit | 3a52ccf7c2effeba40fb15950495ccdf8e32ef12 (patch) | |
| tree | f2f175767daac16953b2a765c9391e41c7be6369 /lisp/ChangeLog | |
| parent | f1a60a0f07666582843f324767f740b75c071fb9 (diff) | |
| download | emacs-3a52ccf7c2effeba40fb15950495ccdf8e32ef12.tar.gz emacs-3a52ccf7c2effeba40fb15950495ccdf8e32ef12.zip | |
* lisp/replace.el (replace-search): New function with code moved out
from `perform-replace'.
(replace-highlight, replace-dehighlight): Move function definitions
up closer to `replace-search'.
Fixes: debbugs:11746
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' |