aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-01-07 20:40:09 -0800
committerGlenn Morris2013-01-07 20:40:09 -0800
commit83c1803a3a78262ae7a0954e18f35cff5c2f70f9 (patch)
tree78bf4f50d3e49378fa15b70af0cd59a48df2060f
parent8a2e287c26d7bd115be088aa03a3a332b44c7e78 (diff)
downloademacs-83c1803a3a78262ae7a0954e18f35cff5c2f70f9.tar.gz
emacs-83c1803a3a78262ae7a0954e18f35cff5c2f70f9.zip
Add some :version tags
* gnus/mml-smime.el (mml-smime-sign-with-sender): Add :version. * net/tramp.el (tramp-default-host-alist): Add :version.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/mml-smime.el1
-rw-r--r--lisp/net/tramp.el1
4 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1a5a93861fb..781e0e2116e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12013-01-08 Glenn Morris <rgm@gnu.org>
2
3 * net/tramp.el (tramp-default-host-alist): Add :version.
4
12013-01-08 Juri Linkov <juri@jurta.org> 52013-01-08 Juri Linkov <juri@jurta.org>
2 6
3 * info.el (Info-read-node-name-2): Don't duplicate suffixes for 7 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 40600fc20a9..e8db8d61481 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12013-01-08 Glenn Morris <rgm@gnu.org>
2
3 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
4
12013-01-07 Daiki Ueno <ueno@gnu.org> 52013-01-07 Daiki Ueno <ueno@gnu.org>
2 6
3 * mml-smime.el: Support signing by sender. 7 * mml-smime.el: Support signing by sender.
diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el
index e7f9de7980d..22f88b4ae75 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
77(defcustom mml-smime-sign-with-sender nil 77(defcustom mml-smime-sign-with-sender nil
78 "If t, use message sender so find a key to sign with." 78 "If t, use message sender so find a key to sign with."
79 :group 'mime-security 79 :group 'mime-security
80 :version "24.4"
80 :type 'boolean) 81 :type 'boolean)
81 82
82(defun mml-smime-sign (cont) 83(defun mml-smime-sign (cont)
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 4c346799dcf..f8db03ee4d7 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -393,6 +393,7 @@ matches, the variable `tramp-default-host' takes effect.
393If the file name does not specify the method, lookup is done using the 393If the file name does not specify the method, lookup is done using the
394empty string for the method name." 394empty string for the method name."
395 :group 'tramp 395 :group 'tramp
396 :version "24.4"
396 :type '(repeat (list (choice :tag "Method regexp" regexp sexp) 397 :type '(repeat (list (choice :tag "Method regexp" regexp sexp)
397 (choice :tag " User regexp" regexp sexp) 398 (choice :tag " User regexp" regexp sexp)
398 (choice :tag " Host name" string (const nil))))) 399 (choice :tag " Host name" string (const nil)))))