changeset 32403:c86b75f277bb

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Thu, 12 Oct 2000 07:39:14 +0000
parents b8defc3b27e2
children d355f52b4497
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
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.