diff options
| author | Jeffrey C Honig | 2007-08-21 12:03:41 +0000 |
|---|---|---|
| committer | Jeffrey C Honig | 2007-08-21 12:03:41 +0000 |
| commit | c50115f1678e9dbe1493d966330dfed5fd41d3c8 (patch) | |
| tree | 8f4f3dc458eb3bbc78d9b6f91af81d73e66bb438 /lisp/mh-e/ChangeLog | |
| parent | 5a14e729a31e338555760623a21aef06679543f2 (diff) | |
| download | emacs-c50115f1678e9dbe1493d966330dfed5fd41d3c8.tar.gz emacs-c50115f1678e9dbe1493d966330dfed5fd41d3c8.zip | |
(mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
known exclusions as comments before the list and move parens to
separate lines to aid in sorting. (Closes SF 1701231).
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 647f5767471..b4b7b8ad18d 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2007-08-21 Jeffrey C Honig <jch@honig.net> | 1 | 2007-08-21 Jeffrey C Honig <jch@honig.net> |
| 2 | 2 | ||
| 3 | * mh-e.el: | ||
| 4 | (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put | ||
| 5 | known exclusions as comments before the list and move parens to | ||
| 6 | separate lines to aid in sorting. (Closes SF 1701231). | ||
| 7 | |||
| 3 | * mh-mime.el (mm-decode-body): remove explicit autoload of | 8 | * mh-mime.el (mm-decode-body): remove explicit autoload of |
| 4 | mh-alias-expand. | 9 | mh-alias-expand. |
| 5 | 10 | ||