1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-01-03 00:30:59 +00:00
parent ac6857fb16
commit 5297fb001f
2 changed files with 19 additions and 0 deletions

View 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

View 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.