From: Glenn Morris Date: Tue, 8 Jan 2013 04:40:09 +0000 (-0800) Subject: Add some :version tags X-Git-Tag: emacs-24.3.90~173^2~7^2~382 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/83c1803a3a78262ae7a0954e18f35cff5c2f70f9 Add some :version tags * gnus/mml-smime.el (mml-smime-sign-with-sender): Add :version. * net/tramp.el (tramp-default-host-alist): Add :version. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a5a93861f..781e0e2116 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-01-08 Glenn Morris + + * net/tramp.el (tramp-default-host-alist): Add :version. + 2013-01-08 Juri Linkov * info.el (Info-read-node-name-2): Don't duplicate suffixes for diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 40600fc20a..e8db8d6148 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2013-01-08 Glenn Morris + + * mml-smime.el (mml-smime-sign-with-sender): Add :version. + 2013-01-07 Daiki Ueno * mml-smime.el: Support signing by sender. diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el index e7f9de7980..22f88b4ae7 100644 --- a/lisp/gnus/mml-smime.el +++ b/lisp/gnus/mml-smime.el @@ -77,6 +77,7 @@ Whether the passphrase is cached at all is controlled by (defcustom mml-smime-sign-with-sender nil "If t, use message sender so find a key to sign with." :group 'mime-security + :version "24.4" :type 'boolean) (defun mml-smime-sign (cont) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 4c346799dc..f8db03ee4d 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -393,6 +393,7 @@ matches, the variable `tramp-default-host' takes effect. If the file name does not specify the method, lookup is done using the empty string for the method name." :group 'tramp + :version "24.4" :type '(repeat (list (choice :tag "Method regexp" regexp sexp) (choice :tag " User regexp" regexp sexp) (choice :tag " Host name" string (const nil)))))