diff options
| author | Johan Bockgård | 2010-08-08 16:55:52 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-08 16:55:52 -0400 |
| commit | e54a1075033073f835596ab666eeed099028beb8 (patch) | |
| tree | 34f6ce1c647bf19da012fa4effb309cf8ee34fe4 /lisp/ChangeLog | |
| parent | f21a9669a44e1358e1f3164e4e1edd4e7000714e (diff) | |
| download | emacs-e54a1075033073f835596ab666eeed099028beb8.tar.gz emacs-e54a1075033073f835596ab666eeed099028beb8.zip | |
Fix query-replace-regexp incomplete highlighting (Bug#6808).
* replace.el (replace-highlight): Bind isearch-forward and
isearch-error, ensuring that highlighting is updated if the user
switches the search direction (Bug#6808).
* isearch.el (isearch-lazy-highlight-forward): New var.
(isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
(isearch-lazy-highlight-update): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2097f6c1973..3a37cf2dfb4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-08-08 Johan Bockgård <bojohan@gnu.org> | ||
| 2 | |||
| 3 | * replace.el (replace-highlight): Bind isearch-forward and | ||
| 4 | isearch-error, ensuring that highlighting is updated if the user | ||
| 5 | switches the search direction (Bug#6808). | ||
| 6 | |||
| 7 | * isearch.el (isearch-lazy-highlight-forward): New var. | ||
| 8 | (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search): | ||
| 9 | (isearch-lazy-highlight-update): Use it. | ||
| 10 | |||
| 1 | 2010-08-06 Kenichi Handa <handa@m17n.org> | 11 | 2010-08-06 Kenichi Handa <handa@m17n.org> |
| 2 | 12 | ||
| 3 | * international/mule.el (define-charset): Store NAME as :base | 13 | * international/mule.el (define-charset): Store NAME as :base |