diff options
| author | Bill Wohler | 2005-12-05 01:31:04 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-12-05 01:31:04 +0000 |
| commit | 56128d97f68258efef5e732009a1abfdd174862b (patch) | |
| tree | bc38c332229b1a9e4e48451138f5cc2fdcb302f6 /lisp/mh-e/ChangeLog | |
| parent | a932ce451530d32fb582ce58656363ebbb85af78 (diff) | |
| download | emacs-56128d97f68258efef5e732009a1abfdd174862b.tar.gz emacs-56128d97f68258efef5e732009a1abfdd174862b.zip | |
(mh-fetch-x-image-url): Change default from 'ask to
nil. Remove t option. Sync docstring with manual (closes SF #831278).
(mh-invisible-header-fields-internal): Remove X-Image-URL so that
users can see it, look it up in the manual's index, and discover
mh-fetch-x-image-url (closes SF #831278).
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 c26f96ecf97..4febb399a95 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2005-12-04 Bill Wohler <wohler@newt.com> | 1 | 2005-12-04 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask | ||
| 4 | to nil. Remove t option. Sync docstring with manual (closes SF | ||
| 5 | #831278). | ||
| 6 | (mh-invisible-header-fields-internal): Remove X-Image-URL so that | ||
| 7 | users can see it, look it up in the manual's index, and discover | ||
| 8 | mh-fetch-x-image-url (closes SF #831278). | ||
| 9 | |||
| 3 | * mh-customize.el (mh-invisible-header-fields-internal): Add | 10 | * mh-customize.el (mh-invisible-header-fields-internal): Add |
| 4 | X-Bugzilla-* and X-Virus-Scanned. | 11 | X-Bugzilla-* and X-Virus-Scanned. |
| 5 | 12 | ||