aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2009-01-30 18:31:35 +0000
committerEli Zaretskii2009-01-30 18:31:35 +0000
commita880e5b938c2ac38eb81ec1f24db1c68c6ffa2cb (patch)
tree02a79e67db18c60d20f52ed2fc60470b7fea3b75 /lisp/ChangeLog
parent2f6e377467f1bfa188f59c14f621ec9656579f29 (diff)
downloademacs-a880e5b938c2ac38eb81ec1f24db1c68c6ffa2cb.tar.gz
emacs-a880e5b938c2ac38eb81ec1f24db1c68c6ffa2cb.zip
(unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e7438813949..a766db1f2fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
12009-01-30 Eli Zaretskii <eliz@gnu.org> 12009-01-30 Eli Zaretskii <eliz@gnu.org>
2 2
3 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
4 into Rmail-mbox attributes.
5
3 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind 6 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
4 coding-system-for-read to `raw-text', and use insert-file-contents 7 coding-system-for-read to `raw-text', and use insert-file-contents
5 instead of insert-file-contents-literally. Fixes bug #2019. 8 instead of insert-file-contents-literally. Fixes bug #2019.
9 (rmail-resent-attr-index): Fix index value.
6 10
72009-01-30 Nick Roberts <nickrob@snap.net.nz> 112009-01-30 Nick Roberts <nickrob@snap.net.nz>
8 12