emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog dired-x.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog dired-x.el
Date: Tue, 27 Jan 2009 03:45:10 +0000

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

Modified files:
        lisp           : ChangeLog dired-x.el 

Log message:
        (dired-bind-vm): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15185&r2=1.15186
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/dired-x.el?cvsroot=emacs&r1=1.95&r2=1.96

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15185
retrieving revision 1.15186
diff -u -b -r1.15185 -r1.15186
--- ChangeLog   27 Jan 2009 03:15:14 -0000      1.15185
+++ ChangeLog   27 Jan 2009 03:45:06 -0000      1.15186
@@ -1,4 +1,35 @@
-2009-01-26  Glenn Morris  <address@hidden>
+2009-01-27  Glenn Morris  <address@hidden>
+
+       * dired-x.el (dired-bind-vm): Doc fix.
+
+       * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
+       Replace `first' and `rest' with `car' and `cdr' throughout.
+       (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
+       (rsf-scanning-messages-now): Doc fix.
+       (rsf-check-field): Rename from `check-field' and update callers.
+       (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
+       Use rmail-output rather than deleted rmail-output-to-rmail-file.
+
+       * mail/rmail.el: Remove leading `*' from defcustom docs.
+       Remove needless autoloads of many defcustoms and hooks.
+       (rmail-enable-mime, rmail-insert-mime-resent-message-function)
+       (rmail-search-mime-message-function, rmail-search-mime-header-function)
+       (rmail-decode-mime-charset): Doc fix.
+       (rmail-search-message, rmail-resend): Check functions set before use.
+
+       * mail/rmailout.el: Remove leading `*' from defcustom docs.
+       Remove needless autoloads of many defcustoms.
+       (rmail-output-to-babyl-buffer): Rename from
+       rmail-output-to-r-mail-buffer and update caller.
+       (rmail-output): Doc fix.
+
+       * mail/rmailsum.el: Remove leading `*' from defcustom docs.
+       Remove needless autoloads of many defcustoms.
+       (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
+       is set.
+
+       * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
+       (batch-unrmail, unrmail): Doc fix.
 
        * mail/rmailsum.el (rmail-message-recipients-p-1)
        (rmail-message-regexp-p-1): Avoid clobbering the mark.

Index: dired-x.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/dired-x.el,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- dired-x.el  5 Jan 2009 03:18:54 -0000       1.95
+++ dired-x.el  27 Jan 2009 03:45:09 -0000      1.96
@@ -123,8 +123,11 @@
 
 (defcustom dired-bind-vm nil
   "Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'.
-Also, RMAIL files contain -*- rmail -*- at the top so \"f\",
-`dired-advertised-find-file', will run rmail."
+
+RMAIL files in the old Babyl format (used before before Emacs 23.1)
+contain \"-*- rmail -*-\" at the top, so `dired-find-file'
+will run `rmail' on these files.  New RMAIL files use the standard
+mbox format, and so cannot be distinguished in this way."
   :type 'boolean
   :group 'dired-keys)
 




reply via email to

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