Mercurial > emacs
changeset 101710:7c8b0c84f97e
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 31 Jan 2009 13:32:48 +0000 |
parents | 16e67945499c |
children | 4ea3bd98b124 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 31 13:31:45 2009 +0000 +++ b/lisp/ChangeLog Sat Jan 31 13:32:48 2009 +0000 @@ -6,6 +6,16 @@ `undecided-unix'. (rmail-redecode-body): Don't change EOL conversion of the new encoding if the old one left it unspecified. + (rmail-automatic-folder-directives, rmail): Doc fixes. + (rmail-swap-buffers): New function. + (rmail-change-major-mode-hook, rmail-swap-buffers-maybe) + (rmail-show-message): Use rmail-swap-buffers. + (rmail-decode-region): If DESTINATION is a buffer, set the + encoding of that buffer, rather than the current buffer. + (rmail-show-message): Make error message about uuencoded mail + more explicit. + (rmail-show-message-maybe): Simplify code. Doc fix. + (rmail-show-message): Doc fix. 2009-01-31 Glenn Morris <rgm@gnu.org>