aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorPeter S Galbraith2010-05-19 08:23:40 -0400
committerPeter S Galbraith2010-05-19 08:23:40 -0400
commitb59ee24dfb243e087c09abe66638480491c0ba18 (patch)
tree97a2e1c1531316a946de644744daea5548ab3a70 /lisp/mh-e/ChangeLog
parentead6f8f50b3d538902ad33421973be783cbea969 (diff)
downloademacs-b59ee24dfb243e087c09abe66638480491c0ba18.tar.gz
emacs-b59ee24dfb243e087c09abe66638480491c0ba18.zip
Decode RFC2047 encoded Subject lines for mail replies.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index e3c9599b873..29a49c45a38 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,10 @@
12010-05-14 Peter S Galbraith <psg@debian.org>
2
3 * mh-mime.el (mh-decode-message-subject): New function to decode
4 RFC2047 encoded Subject lines. Used for reply drafts.
5 * mh-comp.el (mh-compose-and-send-mail): Call
6 `mh-decode-message-subject' on (reply or forward) message drafts.
7
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 82010-05-07 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * Version 23.2 released. 10 * Version 23.2 released.