*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 Jan 2001 00:30:59 +0000 (00:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 Jan 2001 00:30:59 +0000 (00:30 +0000)
lisp/ChangeLog
src/ChangeLog

index e265b1a..2e71797 100644 (file)
@@ -1,3 +1,18 @@
+2001-01-02  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
+       to remove all the current alternative-match highlighting.
+       If nil, remove only what's outside the current window.
+       (isearch-lazy-highlight-remove-overlays): Take optional
+       region within which NOT to remove them.
+       (isearch-lazy-highlight-new-loop): Greatly simplified.
+       (isearch-lazy-highlight-update): Find all the other occurrences
+       visible in the window, in just one call.
+       (isearch-lazy-highlight-start): Now holds start of region to scan.
+       (isearch-lazy-highlight-end): Now holds end of region to scan.
+       (isearch-lazy-highlight-wrapped): Variable deleted.
+       (isearch-lazy-highlight-search): Function deleted.
+
 2000-01-02  Andrew Innes  <andrewi@gnu.org>
 
        * w32-fns.el (convert-standard-filename): Do length check on name
index 636472c..6f3b463 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-02  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * window.c (Frecenter): Doc fix.
+
 2001-01-02  Andrew Innes  <andrewi@gnu.org>
 
        * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.