Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8055 emacs/lisp/ChangeLog:1.8056
*** emacs/lisp/ChangeLog:1.8055 Fri Aug 12 10:18:02 2005
--- emacs/lisp/ChangeLog        Fri Aug 12 10:28:48 2005
***************
*** 1,5 ****
--- 1,18 ----
  2005-08-12  Ehud Karni  <[EMAIL PROTECTED]>
  
+       * 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.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to