diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e265b1a9715..2e7179701e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2001-01-02 Richard M. Stallman + + * 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 * w32-fns.el (convert-standard-filename): Do length check on name diff --git a/src/ChangeLog b/src/ChangeLog index 636472c4183..6f3b4637ecc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-01-02 Richard M. Stallman + + * window.c (Frecenter): Doc fix. + 2001-01-02 Andrew Innes * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.