diff options
| author | Kenichi Handa | 2010-11-26 13:06:59 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-11-26 13:06:59 +0900 |
| commit | d1be4ec2743387d7b8c0c5c83ca97fb345a0b4b2 (patch) | |
| tree | 825910f5efd00c0518b6661081ee8d742eb7254a /lisp/ChangeLog | |
| parent | e957f9ae90f3cab1584c06877cbff075d52a6a9a (diff) | |
| download | emacs-d1be4ec2743387d7b8c0c5c83ca97fb345a0b4b2.tar.gz emacs-d1be4ec2743387d7b8c0c5c83ca97fb345a0b4b2.zip | |
Improve rmail's MIME handling.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc460eaaf3d..812c66d3df6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2010-11-26 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type) | ||
| 4 | (rmail-mime-entity-disposition) | ||
| 5 | (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header) | ||
| 6 | (rmail-mime-entity-body, rmail-mime-entity-children): New functions. | ||
| 7 | (rmail-mime-save): Handle the case that the button's `data' is a | ||
| 8 | MIME entity. | ||
| 9 | (rmail-mime-insert-text): New function. | ||
| 10 | (rmail-mime-insert-image): Handle the case that DATA is a MIME | ||
| 11 | entity. | ||
| 12 | (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk. | ||
| 13 | (rmail-mime-insert-bulk): New function mostly copied from the old | ||
| 14 | rmail-mime-bulk-handler. | ||
| 15 | (rmail-mime-multipart-handler): Just call | ||
| 16 | rmail-mime-process-multipart. | ||
| 17 | (rmail-mime-process-multipart): New funciton mostly copied from | ||
| 18 | the old rmail-mime-multipart-handler. | ||
| 19 | (rmail-mime-show): Just call rmail-mime-process. | ||
| 20 | (rmail-mime-process): New funciton mostly copied from the old | ||
| 21 | rmail-mime-show. | ||
| 22 | (rmail-mime-insert-multipart, rmail-mime-parse) | ||
| 23 | (rmail-mime-insert, rmail-show-mime) | ||
| 24 | (rmail-insert-mime-forwarded-message) | ||
| 25 | (rmail-insert-mime-resent-message): New functions. | ||
| 26 | (rmail-insert-mime-forwarded-message-function): Set to | ||
| 27 | rmail-insert-mime-forwarded-message. | ||
| 28 | (rmail-insert-mime-resent-message-function): Set to | ||
| 29 | rmail-insert-mime-resent-message. | ||
| 30 | |||
| 31 | * mail/rmailsum.el: Require rfc2047. | ||
| 32 | (rmail-header-summary): Handle multiline Subject: field. | ||
| 33 | (rmail-summary-line-decoder): Change the default to | ||
| 34 | rfc2047-decode-string. | ||
| 35 | |||
| 36 | * mail/rmail.el (rmail-enable-mime): Change the default to t. | ||
| 37 | (rmail-mime-feature): Change the default to `rmailmm'. | ||
| 38 | (rmail-quit): Delete the specifal code for rmail-enable-mime. | ||
| 39 | (rmail-display-labels): Likewise. | ||
| 40 | (rmail-show-message-1): Check rmail-enable-mime, and use | ||
| 41 | rmail-show-mime-function for a MIME message. Decode the headers | ||
| 42 | according to RFC2047. | ||
| 43 | |||
| 1 | 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | 44 | 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 45 | ||
| 3 | * progmodes/which-func.el (which-func-imenu-joiner-function): | 46 | * progmodes/which-func.el (which-func-imenu-joiner-function): |