emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/gnus ChangeLog gnus-art.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/gnus ChangeLog gnus-art.el
Date: Sat, 14 Feb 2009 03:36:29 +0000

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

Modified files:
        lisp/gnus      : ChangeLog gnus-art.el 

Log message:
        (rmail-output-to-rmail-file): Move autoload here from gnus.el.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/gnus/ChangeLog?cvsroot=emacs&r1=1.795&r2=1.796
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/gnus/gnus-art.el?cvsroot=emacs&r1=1.175&r2=1.176

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/ChangeLog,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -b -r1.795 -r1.796
--- ChangeLog   7 Feb 2009 22:41:04 -0000       1.795
+++ ChangeLog   14 Feb 2009 03:36:27 -0000      1.796
@@ -1,3 +1,16 @@
+2009-02-14  Glenn Morris  <address@hidden>
+
+       * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
+       variable (only used in gnus-util, which declares it anyway).
+       (rmail-output-to-rmail-file): Move autoload to gnus-art, the only place
+       that uses it.
+       (rmail-insert-rmail-file-header): Remove autoload of deleted function,
+       only used in gnus-util, which autoloads it itself.
+       (rmail-update-summary): Fix autoload.
+
+       * gnus-art.el (rmail-output-to-rmail-file): Move autoload here
+       from gnus.el.
+
 2009-02-07  Glenn Morris  <address@hidden>
 
        * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
@@ -25,10 +38,6 @@
        * nntp.el (nntp-send-authinfo): Use list of
        auth-source modes.
 
-2009-01-26  Teodor Zlatanov  <address@hidden>
-
-       * nntp.el (nntp-send-authinfo): 
-
 2009-01-16  Teodor Zlatanov  <address@hidden>
 
        * auth-source.el: Update docs to reflect epa-file-enable is to be used

Index: gnus-art.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/gnus-art.el,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -b -r1.175 -r1.176
--- gnus-art.el 14 Jan 2009 07:51:26 -0000      1.175
+++ gnus-art.el 14 Feb 2009 03:36:28 -0000      1.176
@@ -3879,6 +3879,9 @@
        (gnus-output-to-rmail filename))))
   filename)
 
+;; FIXME deleted in Emacs 23.
+(autoload 'rmail-output-to-rmail-file "rmailout")
+
 (defun gnus-summary-save-in-mail (&optional filename)
   "Append this article to Unix mail file.
 Optional argument FILENAME specifies file name.




reply via email to

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