Mercurial > emacs
diff lisp/ChangeLog @ 32403:c86b75f277bb
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 12 Oct 2000 07:39:14 +0000 |
parents | 89808047822b |
children | fb79b2de00db |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 12 07:38:35 2000 +0000 +++ b/lisp/ChangeLog Thu Oct 12 07:39:14 2000 +0000 @@ -1,3 +1,13 @@ +2000-10-12 Miles Bader <miles@lsi.nec.co.jp> + + * isearch.el (isearch-set-lazy-highlight-faces-at): New function. + (isearch-highlight): Restore lazy-isearch face properties at old + position, and suppress them at new position. + (isearch-dehighlight): Restore lazy-isearch face properties. + (isearch-lazy-highlight-update): Add lazy-isearch overlays even + over the real isearch overlay, but in that case, don't give it a + face property. Use `push'. + 2000-10-12 Kenichi Handa <handa@etl.go.jp> * man.el (Man-getpage-in-background): Fix previous change.