changeset 64930:fbe8143fcdeb

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 Aug 2005 10:28:48 +0000
parents 196e55109345
children 94a635fcc582
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Aug 12 10:28:02 2005 +0000
+++ b/lisp/ChangeLog	Fri Aug 12 10:28:48 2005 +0000
@@ -1,5 +1,18 @@
 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
 
+	* mail/rmailsum.el (rmail-summary-end-of-message): New command
+	to go to the bottom of the mail message.  Added to
+	`rmail-summary-mode-map' with key "/".
+	(rmail-summary-show-message): New (internal) function for use by
+	both `rmail-summary-beginning/end-of-message'.
+	(rmail-summary-beginning-of-message): Changed to use
+	rmail-summary-show-message.
+
+	* mail/rmail.el (rmail-end-of-message): New command to go to the
+	end of the current message.  Added to `rmail-mode-map' with key "/".
+	(rmail-beginning-of-message): Fixed to work as documented.
+	(rmail-mode): Change documentation.
+
 	* progmodes/compile.el (compilation-start): Add the line
 	"Compilation started" with compilation start time.
         (compilation-mode-font-lock-keywords): Add `started' to keywords.