aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-06-26 02:34:59 +0000
committerLuc Teirlinck2005-06-26 02:34:59 +0000
commitdd716cec1d25185142da0ddb3c16905b4cb98599 (patch)
tree63edc5f7a5327bc74df74c2336f7f0e5081f731e
parentc3bf675dd1caa64c514dcac38e2d21c64597f9ff (diff)
downloademacs-dd716cec1d25185142da0ddb3c16905b4cb98599.tar.gz
emacs-dd716cec1d25185142da0ddb3c16905b4cb98599.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4efa62aa2c3..f602975b895 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,27 @@
12005-06-25 Luc Teirlinck <teirllm@auburn.edu> 12005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2 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'.
24
3 * faces.el (facep): Doc fix. 25 * faces.el (facep): Doc fix.
4 26
52005-06-25 Richard M. Stallman <rms@gnu.org> 272005-06-25 Richard M. Stallman <rms@gnu.org>