# HG changeset patch # User Miles Bader # Date 971336354 0 # Node ID c86b75f277bb9dc75c674ea31d82149398b1daee # Parent b8defc3b27e22d97b00f3bbda1a9589d047966e1 *** empty log message *** diff -r b8defc3b27e2 -r c86b75f277bb lisp/ChangeLog --- 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 + + * 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 * man.el (Man-getpage-in-background): Fix previous change.