comparison lisp/ChangeLog @ 58975:3b113ec26ed0

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 15 Dec 2004 10:27:25 +0000
parents 22e52a9843e7
children b66ca362d233
comparison
equal deleted inserted replaced
58974:f23a14da8463 58975:3b113ec26ed0
1 2004-12-15 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-update): Test isearch-lazy-highlight
4 before calling isearch-lazy-highlight-new-loop.
5 (isearch-lazy-highlight-new-loop):
6 Don't test isearch-lazy-highlight.
7
8 * replace.el (perform-replace): Add isearch-case-fold-search.
9 Use delimited-flag for isearch-regexp.
10 Reset isearch-lazy-highlight-last-string to force lazy
11 highlighting when called from isearch mode.
12 (query-replace-highlight): Revert defcustom type to boolean.
13 (query-replace-lazy-highlight): New defcustom.
14 (query-replace): New face.
15 (perform-replace, replace-highlight, replace-dehighlight):
16 Test query-replace-lazy-highlight instead of special value
17 `isearch' of query-replace-highlight.
18 (replace-dehighlight): Don't call isearch-dehighlight.
19 (replace-highlight): Don't call isearch-highlight.
20 Use face `query-replace' unconditionally.
21
1 2004-12-14 Kim F. Storm <storm@cua.dk> 22 2004-12-14 Kim F. Storm <storm@cua.dk>
2 23
3 * simple.el (inhibit-mark-movement): Remove defvar. 24 * simple.el (inhibit-mark-movement): Remove defvar.
4 (beginning-of-buffer, end-of-buffer): Don't use it. 25 (beginning-of-buffer, end-of-buffer): Don't use it.
5 26