diff options
| author | Bill Wohler | 2005-12-05 02:26:03 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-12-05 02:26:03 +0000 |
| commit | f15ced66917d0fab17f2f7afd7bca91c9a6e8468 (patch) | |
| tree | e39a4e33dafb95c8da7be481b662fee52f745841 /lisp/mh-e/ChangeLog | |
| parent | cc3547414e6e4c2d852a712076874b627874c9fd (diff) | |
| download | emacs-f15ced66917d0fab17f2f7afd7bca91c9a6e8468.tar.gz emacs-f15ced66917d0fab17f2f7afd7bca91c9a6e8468.zip | |
* mh-customize.el (mh-insert-signature-hook): Rename
mh-letter-insert-signature-hook to mh-insert-signature-hook.
* mh-comp.el (mh-insert-signature): Ditto.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 0311198f033..e88a64f3dc7 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,15 +1,20 @@ | |||
| 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-sortm-args): Sync docstrings with manual. | ||
| 4 | (mh-invisible-header-fields-internal): Add X-Bugzilla-* and | ||
| 5 | X-Virus-Scanned. | ||
| 6 | |||
| 7 | * mh-customize.el (mh-insert-signature-hook): Rename | ||
| 8 | mh-letter-insert-signature-hook to mh-insert-signature-hook. | ||
| 9 | |||
| 10 | * mh-comp.el (mh-insert-signature): Ditto. | ||
| 11 | |||
| 3 | * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask | 12 | * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask |
| 4 | to nil. Remove t option. Sync docstring with manual (closes SF | 13 | to nil. Remove t option. Sync docstring with manual (closes SF |
| 5 | #831278). | 14 | #831278). |
| 6 | (mh-invisible-header-fields-internal): Remove X-Image-URL so that | 15 | (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 | 16 | users can see it, look it up in the manual's index, and discover |
| 8 | mh-fetch-x-image-url (closes SF #831278). | 17 | mh-fetch-x-image-url (closes SF #831278). |
| 9 | (mh-sortm-args): Sync docstrings with manual. | ||
| 10 | |||
| 11 | * mh-customize.el (mh-invisible-header-fields-internal): Add | ||
| 12 | X-Bugzilla-* and X-Virus-Scanned. | ||
| 13 | 18 | ||
| 14 | * mh-customize.el (mh-new-messages-folders): Rename from | 19 | * mh-customize.el (mh-new-messages-folders): Rename from |
| 15 | mh-index-new-messages-folders. | 20 | mh-index-new-messages-folders. |
| @@ -24,8 +29,8 @@ | |||
| 24 | "messages in range" and "range of messages" is redundant and just | 29 | "messages in range" and "range of messages" is redundant and just |
| 25 | "range" can be used in most circumstances. Also ensured that | 30 | "range" can be used in most circumstances. Also ensured that |
| 26 | mh-interactive-range was mentioned in all interactive functions | 31 | mh-interactive-range was mentioned in all interactive functions |
| 27 | that use a range which describes the range argument for both | 32 | that use a range which describes the range argument for both users |
| 28 | users and programmers. | 33 | and programmers. |
| 29 | 34 | ||
| 30 | * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg) | 35 | * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg) |
| 31 | (mh-refile-or-write-again, mh-rescan-folder, mh-undo) | 36 | (mh-refile-or-write-again, mh-rescan-folder, mh-undo) |
| @@ -44,6 +49,7 @@ | |||
| 44 | * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list) | 49 | * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list) |
| 45 | (mh-narrow-to-range, mh-toggle-tick): Ditto. | 50 | (mh-narrow-to-range, mh-toggle-tick): Ditto. |
| 46 | 51 | ||
| 52 | |||
| 47 | 2005-12-01 Bill Wohler <wohler@newt.com> | 53 | 2005-12-01 Bill Wohler <wohler@newt.com> |
| 48 | 54 | ||
| 49 | Rewrote Reading Mail chapter in manual which affected mh-show | 55 | Rewrote Reading Mail chapter in manual which affected mh-show |