comparison lisp/ChangeLog @ 63778:a5c1760f09c3

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 26 Jun 2005 02:34:59 +0000
parents 73496cbd3e25
children f78655def118
comparison
equal deleted inserted replaced
63777:fd183c9e3b18 63778:a5c1760f09c3
1 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> 1 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2
3 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5 partially contained in the active region. Do not take active
6 region into account when called from Lisp, unless INTERACTIVE arg
7 is non-nil. Use `forward-line' instead of `beginning-of-line' to
8 avoid trouble with fields. Make marker point nowhere when no
9 longer used. Always return nil. Doc fix.
10 (flush-lines): Add INTERACTIVE arg. Do not take active region
11 into account when called from Lisp, unless INTERACTIVE arg is
12 non-nil. Use `forward-line' instead of `beginning-of-line' to
13 avoid trouble with fields. Make marker point nowhere when no
14 longer used. Always return nil. Doc fix.
15 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16 interchangeable. Do not take active region into account when
17 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18 message in echo area when called from Lisp, unless INTERACTIVE arg
19 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20 Return the number of matches. Doc fix.
21 (occur): Doc fix.
22 (perform-replace): Make comment follow double space convention for
23 the sake of `outline-minor-mode'.
2 24
3 * faces.el (facep): Doc fix. 25 * faces.el (facep): Doc fix.
4 26
5 2005-06-25 Richard M. Stallman <rms@gnu.org> 27 2005-06-25 Richard M. Stallman <rms@gnu.org>
6 28