aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2005-12-05 02:26:03 +0000
committerBill Wohler2005-12-05 02:26:03 +0000
commitf15ced66917d0fab17f2f7afd7bca91c9a6e8468 (patch)
treee39a4e33dafb95c8da7be481b662fee52f745841
parentcc3547414e6e4c2d852a712076874b627874c9fd (diff)
downloademacs-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.
-rw-r--r--lisp/mh-e/ChangeLog18
-rw-r--r--lisp/mh-e/mh-comp.el4
-rw-r--r--lisp/mh-e/mh-customize.el17
3 files changed, 23 insertions, 16 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 @@
12005-12-04 Bill Wohler <wohler@newt.com> 12005-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
472005-12-01 Bill Wohler <wohler@newt.com> 532005-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
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el
index 4a812d6822c..5cac13d265b 100644
--- a/lisp/mh-e/mh-comp.el
+++ b/lisp/mh-e/mh-comp.el
@@ -1143,7 +1143,7 @@ By default, the text of your signature is taken from the file
1143A signature separator (\"-- \") will be added if the signature block does not 1143A signature separator (\"-- \") will be added if the signature block does not
1144contain one and `mh-signature-separator-flag' is on. 1144contain one and `mh-signature-separator-flag' is on.
1145 1145
1146The value of `mh-letter-insert-signature-hook' is a list of functions to be 1146The value of `mh-insert-signature-hook' is a list of functions to be
1147called, with no arguments, after the signature is inserted. These functions 1147called, with no arguments, after the signature is inserted. These functions
1148may access the actual name of the file or the function used to insert the 1148may access the actual name of the file or the function used to insert the
1149signature with `mh-signature-file-name'. 1149signature with `mh-signature-file-name'.
@@ -1181,7 +1181,7 @@ The signature can also be inserted using Identities (see `mh-identity-list')"
1181 (funcall mh-signature-file-name))))) 1181 (funcall mh-signature-file-name)))))
1182 (save-restriction 1182 (save-restriction
1183 (widen) 1183 (widen)
1184 (run-hooks 'mh-letter-insert-signature-hook)) 1184 (run-hooks 'mh-insert-signature-hook))
1185 (goto-char (point-min)) 1185 (goto-char (point-min))
1186 (when (and (not (mh-file-is-vcard-p mh-signature-file-name)) 1186 (when (and (not (mh-file-is-vcard-p mh-signature-file-name))
1187 mh-signature-separator-flag 1187 mh-signature-separator-flag
diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el
index 780318d9766..2b834c5913e 100644
--- a/lisp/mh-e/mh-customize.el
+++ b/lisp/mh-e/mh-customize.el
@@ -2322,6 +2322,15 @@ current folder, `mh-current-folder'."
2322 :group 'mh-hooks 2322 :group 'mh-hooks
2323 :group 'mh-inc) 2323 :group 'mh-inc)
2324 2324
2325(defcustom mh-insert-signature-hook nil
2326 "Invoked after signature has been inserted.
2327
2328These functions may access the actual name of the file or the function used to
2329insert the signature with `mh-signature-file-name'."
2330 :type 'hook
2331 :group 'mh-hooks
2332 :group 'mh-letter)
2333
2325(defcustom mh-kill-folder-suppress-prompt-hook '(mh-index-p) 2334(defcustom mh-kill-folder-suppress-prompt-hook '(mh-index-p)
2326 "Invoked at the beginning of the \\<mh-folder-mode-map>`\\[mh-kill-folder]' command. 2335 "Invoked at the beginning of the \\<mh-folder-mode-map>`\\[mh-kill-folder]' command.
2327This hook is a list of functions to be called, with no arguments, which should 2336This hook is a list of functions to be called, with no arguments, which should
@@ -2339,14 +2348,6 @@ in the +inbox buffer, you will not be happy."
2339 :group 'mh-hooks 2348 :group 'mh-hooks
2340 :group 'mh-folder) 2349 :group 'mh-folder)
2341 2350
2342(defcustom mh-letter-insert-signature-hook nil
2343 "Invoked after signature has been inserted.
2344This hook may access the actual name of the file or the function used to
2345insert the signature with `mh-signature-file-name'."
2346 :type 'hook
2347 :group 'mh-hooks
2348 :group 'mh-letter)
2349
2350(defcustom mh-letter-mode-hook nil 2351(defcustom mh-letter-mode-hook nil
2351 "Invoked by `mh-letter-mode' on a new letter." 2352 "Invoked by `mh-letter-mode' on a new letter."
2352 :type 'hook 2353 :type 'hook