emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog mail/rmailmm.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/rmailmm.el
Date: Sat, 28 Feb 2009 03:27:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/28 03:27:01

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : rmailmm.el 

Log message:
        Update commentary.
        (rmail-mime): Add autoload cookie.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15410&r2=1.15411
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmailmm.el?cvsroot=emacs&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15410
retrieving revision 1.15411
diff -u -b -r1.15410 -r1.15411
--- ChangeLog   27 Feb 2009 15:31:07 -0000      1.15410
+++ ChangeLog   28 Feb 2009 03:26:58 -0000      1.15411
@@ -1,3 +1,15 @@
+2009-02-28  Glenn Morris  <address@hidden>
+
+       * mail/rmailmm.el (rmail-mime): Add autoload cookie.
+       * mail/rmail.el (rmail-mode-map):
+       * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
+
+       * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
+       Fix custom choice to match default.
+       (rmail-get-new-mail): Doc fix.
+       (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
+       header style.
+
 2009-02-27  Chong Yidong  <address@hidden>
 
        * replace.el (keep-lines-read-args): Use empty string as

Index: mail/rmailmm.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailmm.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- mail/rmailmm.el     7 Feb 2009 21:29:17 -0000       1.5
+++ mail/rmailmm.el     28 Feb 2009 03:27:00 -0000      1.6
@@ -25,17 +25,8 @@
 ;;; Commentary:
 
 ;; Essentially based on the design of Alexander Pohoyda's MIME
-;; extensions (mime-display.el and mime.el).  To use, copy a complete
-;; message into a new buffer and call (mime-show t).
-
-;; To use:
-
-;; (autoload 'rmail-mime "rmailmm"
-;;   "Show MIME message." t)
-;; (add-hook 'rmail-mode-hook
-;;           (lambda ()
-;;             (define-key rmail-mode-map (kbd "v")
-;;               'rmail-mime)))
+;; extensions (mime-display.el and mime.el).
+;; Call `M-x rmail-mime' when viewing an Rmail message.
 
 ;;; Code:
 
@@ -378,6 +369,7 @@
       (rmail-mime-handle content-type content-disposition
                         content-transfer-encoding))))
 
+;;;###autoload
 (defun rmail-mime ()
   "Copy buffer contents to a temporary buffer and handle MIME.
 This calls `rmail-mime-show' to do the real job."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]