diff options
| author | Peter S Galbraith | 2010-05-19 08:23:40 -0400 |
|---|---|---|
| committer | Peter S Galbraith | 2010-05-19 08:23:40 -0400 |
| commit | b59ee24dfb243e087c09abe66638480491c0ba18 (patch) | |
| tree | 97a2e1c1531316a946de644744daea5548ab3a70 /lisp/mh-e/ChangeLog | |
| parent | ead6f8f50b3d538902ad33421973be783cbea969 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * Version 23.2 released. | 10 | * Version 23.2 released. |