comparison lisp/ChangeLog @ 35014:5fe2c51ebfeb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Jan 2001 00:30:59 +0000
parents 8657a10fa06a
children 87ced45d14e9
comparison
equal deleted inserted replaced
35013:587807c5e8e6 35014:5fe2c51ebfeb
1 2001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4 to remove all the current alternative-match highlighting.
5 If nil, remove only what's outside the current window.
6 (isearch-lazy-highlight-remove-overlays): Take optional
7 region within which NOT to remove them.
8 (isearch-lazy-highlight-new-loop): Greatly simplified.
9 (isearch-lazy-highlight-update): Find all the other occurrences
10 visible in the window, in just one call.
11 (isearch-lazy-highlight-start): Now holds start of region to scan.
12 (isearch-lazy-highlight-end): Now holds end of region to scan.
13 (isearch-lazy-highlight-wrapped): Variable deleted.
14 (isearch-lazy-highlight-search): Function deleted.
15
1 2000-01-02 Andrew Innes <andrewi@gnu.org> 16 2000-01-02 Andrew Innes <andrewi@gnu.org>
2 17
3 * w32-fns.el (convert-standard-filename): Do length check on name 18 * w32-fns.el (convert-standard-filename): Do length check on name
4 before aref. 19 before aref.
5 20