comparison lisp/ChangeLog @ 59343:64db8dceb925

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Jan 2005 03:00:45 +0000
parents 123d350f0883
children 691ce1962d6d
comparison
equal deleted inserted replaced
59342:132e8f3a36a1 59343:64db8dceb925
1 2005-01-03 Richard M. Stallman <rms@gnu.org>
2
3 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
4 (query-replace-highlight, query-replace-lazy-highlight)
5 (query-replace): Definitions moved up. Doc fix.
6
7 2005-01-03 Richard M. Stallman <rms@gnu.org>
8
9 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12 (lazy-highlight-face): Renamed from isearch-lazy-...
13 Change all references to them.
14
1 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> 15 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
2 16
3 * cus-edit.el (custom-file): Doc fix for defcustom. 17 * cus-edit.el (custom-file): Doc fix for defcustom.
4 (custom-file): The function no longer sets the variable 18 (custom-file): The function no longer sets the variable
5 `custom-file' to its return value. 19 `custom-file' to its return value.
22 (file-provides, file-requires): Use it. 36 (file-provides, file-requires): Use it.
23 37
24 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer 38 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25 instead of calculating the right size. 39 instead of calculating the right size.
26 40
27 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> 41 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28 42
29 * vc-svn.el (vc-svn-diff): Stay local if possible. 43 * vc-svn.el (vc-svn-diff): Stay local if possible.
30 44
31 2005-01-02 Stefan <monnier@iro.umontreal.ca> 45 2005-01-02 Stefan <monnier@iro.umontreal.ca>
32 46