aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog6
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7d6fec8b360..d9367c54234 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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,
2781by default bound to `/', go to the end of the current mail message in
2782Rmail 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 @@
12005-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
12005-08-12 Eli Zaretskii <eliz@gnu.org> 72005-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