From: Richard M. Stallman Date: Wed, 3 Jan 2001 00:30:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5297fb001f7c204775bf4f9f958f552b599e6e94;p=emacs.git *** empty log message *** --- 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.