aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2013-05-28 02:38:56 +0300
committerJuri Linkov2013-05-28 02:38:56 +0300
commit3a52ccf7c2effeba40fb15950495ccdf8e32ef12 (patch)
treef2f175767daac16953b2a765c9391e41c7be6369 /lisp/ChangeLog
parentf1a60a0f07666582843f324767f740b75c071fb9 (diff)
downloademacs-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/ChangeLog7
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 @@
12013-05-27 Juri Linkov <juri@jurta.org> 12013-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
82013-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'