diff options
| author | Richard M. Stallman | 2002-07-18 15:04:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-18 15:04:36 +0000 |
| commit | f33f4398d4697116ebbdb512c08bf497f6b49f10 (patch) | |
| tree | ee6fc842817a4e8b8a4e58b21b871d5eefec308b | |
| parent | 9614322710d0ae9f9605d204fc0e57f28d7592ec (diff) | |
| download | emacs-f33f4398d4697116ebbdb512c08bf497f6b49f10.tar.gz emacs-f33f4398d4697116ebbdb512c08bf497f6b49f10.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e59d51062a..c0b46275170 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2002-07-18 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * timer.el (timer-inc-time): Doc fix. | ||
| 4 | |||
| 5 | * replace.el (keep-lines, flush-lines): Interactively report | ||
| 6 | read-only error before reading regexp argument. | ||
| 7 | |||
| 8 | * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks. | ||
| 9 | |||
| 10 | * bindings.el (last-buffer): Handle buffer-list and buffer-predicate | ||
| 11 | frame parameters like bury-buffer. | ||
| 12 | |||
| 13 | * simple.el (choose-completion-delete-max-match): | ||
| 14 | Handle minibuffer prompts explicitly. | ||
| 15 | |||
| 1 | 2002-07-18 Juanma Barranquero <lektu@terra.es> | 16 | 2002-07-18 Juanma Barranquero <lektu@terra.es> |
| 2 | 17 | ||
| 3 | * international/mule-util.el (string-to-sequence, truncate-string): Add | 18 | * international/mule-util.el (string-to-sequence, truncate-string): Add |
diff --git a/src/ChangeLog b/src/ChangeLog index 99709b6ffb3..241ac4f7135 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-07-18 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * data.c (Fdefalias): Doc fix. | ||
| 4 | |||
| 1 | 2002-07-17 Dave Love <fx@gnu.org> | 5 | 2002-07-17 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * intervals.h (text_property_stickiness): Use P_. | 7 | * intervals.h (text_property_stickiness): Use P_. |