Mercurial > emacs
comparison lisp/ChangeLog @ 101710:7c8b0c84f97e
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 31 Jan 2009 13:32:48 +0000 |
parents | 823851e4047e |
children | 60bf3fa883a8 |
comparison
equal
deleted
inserted
replaced
101709:16e67945499c | 101710:7c8b0c84f97e |
---|---|
4 encoding to `raw-text-unix'. | 4 encoding to `raw-text-unix'. |
5 (rmail-perm-variables): Set encoding of rmail-view-buffer to | 5 (rmail-perm-variables): Set encoding of rmail-view-buffer to |
6 `undecided-unix'. | 6 `undecided-unix'. |
7 (rmail-redecode-body): Don't change EOL conversion of the new | 7 (rmail-redecode-body): Don't change EOL conversion of the new |
8 encoding if the old one left it unspecified. | 8 encoding if the old one left it unspecified. |
9 (rmail-automatic-folder-directives, rmail): Doc fixes. | |
10 (rmail-swap-buffers): New function. | |
11 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe) | |
12 (rmail-show-message): Use rmail-swap-buffers. | |
13 (rmail-decode-region): If DESTINATION is a buffer, set the | |
14 encoding of that buffer, rather than the current buffer. | |
15 (rmail-show-message): Make error message about uuencoded mail | |
16 more explicit. | |
17 (rmail-show-message-maybe): Simplify code. Doc fix. | |
18 (rmail-show-message): Doc fix. | |
9 | 19 |
10 2009-01-31 Glenn Morris <rgm@gnu.org> | 20 2009-01-31 Glenn Morris <rgm@gnu.org> |
11 | 21 |
12 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty | 22 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty |
13 folder. | 23 folder. |