comparison lisp/ChangeLog @ 102407:4c603ec78d71

(rmail-cease-edit): Use rmail-ensure-blank-line.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Mar 2009 03:45:51 +0000
parents 8b6630c538f9
children feece1082bed
comparison
equal deleted inserted replaced
102406:8717f0e9d25a 102407:4c603ec78d71
1 2009-03-05 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
4 buffer-local in the view buffer, not the rmail buffer.
5
6 * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
7 at the end of the existing messages, ensuring there is a blank line
8 between them. (Bug#2521)
9
10 * mail/rmail.el (rmail-ensure-blank-line): New function.
11 * mail/rmailedit.el (rmail-cease-edit):
12 * mail/rmailout.el (rmail-output-as-mbox):
13 * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
14
15 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
16 (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
17 Add version.
18 (rmail-mime-total-number-of-bulk-attachments): Doc fix.
19 (rmail-mime): Doc fix. Use rmail-apply-in-message.
20 Disable undo in the mime buffer, mark unmodified.
21
1 2009-03-04 David Reitter <david.reitter@gmail.com> 22 2009-03-04 David Reitter <david.reitter@gmail.com>
2 23
3 * menu-bar.el (clipboard-yank): avoid 24 * menu-bar.el (clipboard-yank): avoid
4 checking (x-selection-exists-p) if unbound in order to enable the 25 checking (x-selection-exists-p) if unbound in order to enable the
5 item. For paste menu item, same, and check kill-ring. 26 item. For paste menu item, same, and check kill-ring.