Mercurial > emacs
comparison admin/FOR-RELEASE @ 102027:7c70a940a53d
Update Rmail notes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 14 Feb 2009 05:17:25 +0000 |
parents | 34e51f3bcf52 |
children | ea3f7354bb96 |
comparison
equal
deleted
inserted
replaced
102026:55b8ba83f74b | 102027:7c70a940a53d |
---|---|
70 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one. | 70 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one. |
71 | 71 |
72 ** In C, use EMACS_INT for variables and structure members | 72 ** In C, use EMACS_INT for variables and structure members |
73 for buffer/string positions. E.g. struct it, struct text_pos. | 73 for 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. | 75 ** Rmail issues: |
76 | |
77 It seems that rmail-output-to-rmail-file can be replaced by rmail-output. | |
78 | 76 |
79 mail/rmail-spam-filter.el: check it still (?) works | 77 mail/rmail-spam-filter.el: check it still (?) works |
80 | 78 |
81 Remainder all in lisp/gnus: | 79 Gnus/Rmail issues: |
82 | 80 gnus-util.el: |
83 gnus-art.el ; mainly doc fixes? change Rmail to Babyl Rmail? | 81 rmail-insert-rmail-file-header does not exist and should not be |
84 gnus-util.el fix gnus-output-to-rmail | 82 autoloaded (it was only a compiler pacifier) |
85 message.el fix message-do-fcc | 83 Ditto rmail-default-rmail-file. |
86 | 84 gnus-output-to-rmail should be fixed to do the following (ideally): |
87 nnbabyl seems ok, but Gnus manual needs updating with respect to rmail. | 85 In Emacs 23, write Babyl only if FILENAME is Babyl, otherwise mbox. |
86 (rmailout can handle this?) | |
87 In Emacs 22, write Babyl | |
88 In both cases, if an Rmail buffer is visiting FILENAME, update it | |
89 | |
90 message.el: | |
91 Fix message-fcc-handler-function for the case | |
92 message-fcc-handler-function = rmail-output | |
93 Ideally, it should behave as gnus-output-to-rmail above. In fact, | |
94 why doesn't it just use gnus-output-to-rmail? | |
95 | |
96 Gnus manual needs updating with respect to Rmail (but then so does the | |
97 Rmail manual). | |
88 | 98 |
89 | 99 |
90 * DOCUMENTATION | 100 * DOCUMENTATION |
91 | 101 |
92 ** Clean up Emacs.app references in code and documentation. | 102 ** Clean up Emacs.app references in code and documentation. |