emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/admin FOR-RELEASE


From: Glenn Morris
Subject: [Emacs-diffs] emacs/admin FOR-RELEASE
Date: Sat, 14 Feb 2009 05:17:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/14 05:17:26

Modified files:
        admin          : FOR-RELEASE 

Log message:
        Update Rmail notes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/admin/FOR-RELEASE?cvsroot=emacs&r1=1.834&r2=1.835

Patches:
Index: FOR-RELEASE
===================================================================
RCS file: /sources/emacs/emacs/admin/FOR-RELEASE,v
retrieving revision 1.834
retrieving revision 1.835
diff -u -b -r1.834 -r1.835
--- FOR-RELEASE 14 Feb 2009 03:41:44 -0000      1.834
+++ FOR-RELEASE 14 Feb 2009 05:17:25 -0000      1.835
@@ -72,19 +72,29 @@
 ** In C, use EMACS_INT for variables and structure members
 for buffer/string positions.  E.g. struct it, struct text_pos.
 
-** These lisp files refer to rmail, and might need updating post-mbox.
-
-It seems that rmail-output-to-rmail-file can be replaced by rmail-output.
+** Rmail issues:
 
 mail/rmail-spam-filter.el:  check it still (?) works
 
-Remainder all in lisp/gnus:
-
-gnus-art.el  ; mainly doc fixes? change Rmail to Babyl Rmail?
-gnus-util.el  fix gnus-output-to-rmail
-message.el    fix message-do-fcc
+Gnus/Rmail issues:
+gnus-util.el:
+  rmail-insert-rmail-file-header does not exist and should not be
+  autoloaded (it was only a compiler pacifier)
+  Ditto rmail-default-rmail-file.
+  gnus-output-to-rmail should be fixed to do the following (ideally):
+    In Emacs 23, write Babyl only if FILENAME is Babyl, otherwise mbox.
+      (rmailout can handle this?)
+    In Emacs 22, write Babyl
+    In both cases, if an Rmail buffer is visiting FILENAME, update it
+
+message.el:
+  Fix message-fcc-handler-function for the case
+    message-fcc-handler-function = rmail-output
+  Ideally, it should behave as gnus-output-to-rmail above. In fact,
+  why doesn't it just use gnus-output-to-rmail?
 
-nnbabyl seems ok, but Gnus manual needs updating with respect to rmail.
+Gnus manual needs updating with respect to Rmail (but then so does the
+Rmail manual).
 
 
 * DOCUMENTATION




reply via email to

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