emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-customize.el mh-comp.el Chan...


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-customize.el mh-comp.el Chan...
Date: Sun, 04 Dec 2005 21:26:03 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/12/05 02:26:03

Modified files:
        lisp/mh-e      : mh-customize.el mh-comp.el ChangeLog 

Log message:
        * 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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-customize.el.diff?tr1=1.40&tr2=1.41&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-comp.el.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.72&tr2=1.73&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.72 emacs/lisp/mh-e/ChangeLog:1.73
--- emacs/lisp/mh-e/ChangeLog:1.72      Mon Dec  5 02:04:11 2005
+++ emacs/lisp/mh-e/ChangeLog   Mon Dec  5 02:26:03 2005
@@ -1,15 +1,20 @@
 2005-12-04  Bill Wohler  <address@hidden>
 
+       * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
+       (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
+       X-Virus-Scanned.
+       
+       * 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.
+
        * mh-customize.el (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).
-       (mh-sortm-args): Sync docstrings with manual.
-
-       * mh-customize.el (mh-invisible-header-fields-internal): Add
-       X-Bugzilla-* and X-Virus-Scanned.
 
        * mh-customize.el (mh-new-messages-folders): Rename from
        mh-index-new-messages-folders.
@@ -24,8 +29,8 @@
        "messages in range" and "range of messages" is redundant and just
        "range" can be used in most circumstances. Also ensured that
        mh-interactive-range was mentioned in all interactive functions
-       that use a range which describes the range argument for both
-       users and programmers.
+       that use a range which describes the range argument for both users
+       and programmers.
 
        * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
        (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
@@ -43,6 +48,7 @@
 
        * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
        (mh-narrow-to-range, mh-toggle-tick): Ditto.
+
 
 2005-12-01  Bill Wohler  <address@hidden>
 
Index: emacs/lisp/mh-e/mh-comp.el
diff -u emacs/lisp/mh-e/mh-comp.el:1.24 emacs/lisp/mh-e/mh-comp.el:1.25
--- emacs/lisp/mh-e/mh-comp.el:1.24     Sun Dec  4 22:34:49 2005
+++ emacs/lisp/mh-e/mh-comp.el  Mon Dec  5 02:26:03 2005
@@ -1143,7 +1143,7 @@
 A signature separator (\"-- \") will be added if the signature block does not
 contain one and `mh-signature-separator-flag' is on.
 
-The value of `mh-letter-insert-signature-hook' is a list of functions to be
+The value of `mh-insert-signature-hook' is a list of functions to be
 called, with no arguments, after the signature is inserted. These functions
 may access the actual name of the file or the function used to insert the
 signature with `mh-signature-file-name'.
@@ -1181,7 +1181,7 @@
                  (funcall mh-signature-file-name)))))
         (save-restriction
           (widen)
-          (run-hooks 'mh-letter-insert-signature-hook))
+          (run-hooks 'mh-insert-signature-hook))
         (goto-char (point-min))
         (when (and (not (mh-file-is-vcard-p mh-signature-file-name))
                    mh-signature-separator-flag
Index: emacs/lisp/mh-e/mh-customize.el
diff -u emacs/lisp/mh-e/mh-customize.el:1.40 
emacs/lisp/mh-e/mh-customize.el:1.41
--- emacs/lisp/mh-e/mh-customize.el:1.40        Mon Dec  5 02:04:11 2005
+++ emacs/lisp/mh-e/mh-customize.el     Mon Dec  5 02:26:03 2005
@@ -2322,6 +2322,15 @@
   :group 'mh-hooks
   :group 'mh-inc)
 
+(defcustom mh-insert-signature-hook nil
+  "Invoked after signature has been inserted.
+
+These functions may access the actual name of the file or the function used to
+insert the signature with `mh-signature-file-name'."
+  :type 'hook
+  :group 'mh-hooks
+  :group 'mh-letter)
+
 (defcustom mh-kill-folder-suppress-prompt-hook '(mh-index-p)
   "Invoked at the beginning of the  \\<mh-folder-mode-map>`\\[mh-kill-folder]' 
command.
 This hook is a list of functions to be called, with no arguments, which should
@@ -2338,14 +2347,6 @@
   :type 'hook
   :group 'mh-hooks
   :group 'mh-folder)
-
-(defcustom mh-letter-insert-signature-hook nil
-  "Invoked after signature has been inserted.
-This hook may access the actual name of the file or the function used to
-insert the signature with `mh-signature-file-name'."
-  :type 'hook
-  :group 'mh-hooks
-  :group 'mh-letter)
 
 (defcustom mh-letter-mode-hook nil
   "Invoked by `mh-letter-mode' on a new letter."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]