diff options
| author | Mark Lillibridge | 2011-11-07 10:52:29 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-11-07 10:52:29 +0800 |
| commit | 3c6702ef8a797bff39c6e1e4440efab84ca3b8cf (patch) | |
| tree | 65cabf3305f59cb866fd1d0a1e43dfe26387e428 /lisp/ChangeLog | |
| parent | 0d92c7bfab134043c37c5712b56329bf644fda37 (diff) | |
| download | emacs-3c6702ef8a797bff39c6e1e4440efab84ca3b8cf.tar.gz emacs-3c6702ef8a797bff39c6e1e4440efab84ca3b8cf.zip | |
Fix rmail-mbox handling of terminating newlines.
* lisp/mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
Ensure that mbox format messages end in two newlines.
Fixes: debbugs:9974
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6cc9cc86515..e0716bea83f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change) | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text): | ||
| 4 | Ensure that mbox format messages end in two newlines (Bug#9974). | ||
| 5 | |||
| 1 | 2011-11-06 Chong Yidong <cyd@gnu.org> | 6 | 2011-11-06 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * window.el (window-combination-p): Function deleted; its | 8 | * window.el (window-combination-p): Function deleted; its |