aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2009-01-24 03:32:30 +0000
committerGlenn Morris2009-01-24 03:32:30 +0000
commitff99ff9318865c1d9c792a5df69151c0096969d9 (patch)
treee998a6f70d7de4b9672b49506305f3125878c50b /admin
parente39280819e790687744367fae6f4e01449a75f30 (diff)
downloademacs-ff99ff9318865c1d9c792a5df69151c0096969d9.tar.gz
emacs-ff99ff9318865c1d9c792a5df69151c0096969d9.zip
Add rmail-mbox issues.
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE39
1 files changed, 39 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 58142551cab..16cde09d46f 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -72,6 +72,45 @@ Fixed by this change?
72** In C, use EMACS_INT for variables and structure members 72** In C, use EMACS_INT for variables and structure members
73for buffer/string positions. E.g. struct it, struct text_pos. 73for buffer/string positions. E.g. struct it, struct text_pos.
74 74
75** These lisp files refer to rmail, and might need updating post-mbox.
76
77mail/rmailout ; act on the following comment?
78
79 ;; When Rmail is really installed, if we delete or rename the old Rmail
80 ;; we should do likewise with this function.
81
82 (defun rmail-output-to-r-mail-buffer (tembuf msg)
83
84mail/rmail-spam-filter.el: rmail-output-to-rmail-file was deleted
85 this file is modified in rmail-mbox-branch?
86
87dired-x.el ; doc-fix for dired-bind-vm?
88gnus/gnus-art.el
89gnus/gnus-util.el
90gnus/gnus.el
91gnus/message.el
92gnus/nnbabyl.el
93mail/feedmail.el ; comments about mail-header-separator still valid?
94mail/metamail.el
95mail/sendmail.el
96mail/uce.el
97mail/undigest.el
98mail/unrmail.el ; this file is modified in rmail-mbox-branch?
99net/mairix.el
100org/org-rmail.el
101
102EOOH references:
103
104gnus/gnus-util.el
105gnus/nnbabyl.el
106gnus/nndoc.el
107gnus/nnmail.el
108mail/sendmail.el
109mail/uce.el
110mail/undigest.el
111mail/unrmail.el
112
113
75* DOCUMENTATION 114* DOCUMENTATION
76 115
77** Clean up Emacs.app references in code and documentation. 116** Clean up Emacs.app references in code and documentation.