Changes committed gnus/lisp (ChangeLog mm-encode.el)

"Katsumi Yamaoka" <[email protected]> Mon, 14 Dec 2009 01:04:24 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog mm-encode.el

2009-12-13  Reiner Steib  <[email protected]>

	* mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.2043 gnus/lisp/ChangeLog:7.2044
--- ChangeLog:7.2043	Sat Dec 12 12:56:20 2009
+++ ChangeLog	Mon Dec 14 01:04:24 2009
@@ -1,3 +1,7 @@
+2009-12-13  Reiner Steib  <[email protected]>
+
+	* mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
+
 2009-12-12  Reiner Steib  <[email protected]>
 
 	* message.el (message-info): Explain why we use `Info-goto-node'.
Index: mm-encode.el
diff -u gnus/lisp/mm-encode.el:7.19 gnus/lisp/mm-encode.el:7.20
--- mm-encode.el:7.19	Tue Sep 22 23:57:33 2009
+++ mm-encode.el	Mon Dec 14 01:04:24 2009
@@ -64,7 +64,7 @@
   "Option how to create signed parts.
 nil, use the default keys without asking;
 `guided', let you select signing keys from the menu."
-  :version "23.1"
+  :version "23.2" ;; No Gnus 0.12
   :type '(choice (item guided)
 		 (item :tag "default" nil))
   :group 'mime-security)
@@ -73,7 +73,7 @@
   "Option how to create encrypted parts.
 nil, use the default keys without asking;
 `guided', let you select recipients' keys from the menu."
-  :version "23.1"
+  :version "23.2" ;; No Gnus 0.12
   :type '(choice (item guided)
 		 (item :tag "default" nil))
   :group 'mime-security)