diff options
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
| @@ -2777,6 +2777,10 @@ See the documentation of the user option | |||
| 2777 | --- | 2777 | --- |
| 2778 | *** Rmail now displays 5-digit message ids in its summary buffer. | 2778 | *** Rmail now displays 5-digit message ids in its summary buffer. |
| 2779 | 2779 | ||
| 2780 | *** The new commands rmail-end-of-message and rmail-summary end-of-message, | ||
| 2781 | by default bound to `/', go to the end of the current mail message in | ||
| 2782 | Rmail and Rmail summary buffers. | ||
| 2783 | |||
| 2780 | +++ | 2784 | +++ |
| 2781 | *** Support for `movemail' from GNU mailutils was added to Rmail. | 2785 | *** Support for `movemail' from GNU mailutils was added to Rmail. |
| 2782 | 2786 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e28fc16bb6..b0c9a6c1297 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-08-12 Matt Hodges <MPHodges@member.fsf.org> | ||
| 2 | |||
| 3 | * emacs-lisp/eldoc.el: Add move-beginning-of-line, | ||
| 4 | move-end-of-line, end-of-line, and beginning-of-line to the list | ||
| 5 | of commands after which the echo area is updated. | ||
| 6 | |||
| 1 | 2005-08-12 Eli Zaretskii <eliz@gnu.org> | 7 | 2005-08-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * cus-edit.el (custom-save-all, custom-save-delete): Bind | 9 | * cus-edit.el (custom-save-all, custom-save-delete): Bind |