diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1254ec2da8b..774adf851ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/rmailsum.el (rmail-summary-expunge) | ||
| 4 | (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed | ||
| 5 | instead of rmail-confirm-expunge. | ||
| 6 | |||
| 3 | * replace.el (perform-replace): Don't use an empty match adjacent | 7 | * replace.el (perform-replace): Don't use an empty match adjacent |
| 4 | to a non-empty match when computing the next match before the | 8 | to a non-empty match when computing the next match before the |
| 5 | replacement is performed. | 9 | replacement is performed. |
diff --git a/src/ChangeLog b/src/ChangeLog index 100c67b099a..96b967cf8c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | 8 | ||
| 9 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> | 9 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> |
| 10 | 10 | ||
| 11 | * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if | ||
| 12 | the buffer is the sole visible buffer when in the mini-buffer. | ||
| 13 | |||
| 11 | * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer): | 14 | * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer): |
| 12 | Bind `inhibit-read-only' to t. | 15 | Bind `inhibit-read-only' to t. |
| 13 | (unwind_with_echo_area_buffer): Use AREF. | 16 | (unwind_with_echo_area_buffer): Use AREF. |