Mercurial > emacs
changeset 35014:5fe2c51ebfeb
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 Jan 2001 00:30:59 +0000 |
parents | 587807c5e8e6 |
children | ad30dea71688 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 03 00:19:28 2001 +0000 +++ b/lisp/ChangeLog Wed Jan 03 00:30:59 2001 +0000 @@ -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
--- a/src/ChangeLog Wed Jan 03 00:19:28 2001 +0000 +++ b/src/ChangeLog Wed Jan 03 00:30:59 2001 +0000 @@ -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.