emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111440: Add some :version tags


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111440: Add some :version tags
Date: Mon, 07 Jan 2013 20:40:09 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111440
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-01-07 20:40:09 -0800
message:
  Add some :version tags
  
  * gnus/mml-smime.el (mml-smime-sign-with-sender): Add :version.
  
  * net/tramp.el (tramp-default-host-alist): Add :version.
modified:
  lisp/ChangeLog
  lisp/gnus/ChangeLog
  lisp/gnus/mml-smime.el
  lisp/net/tramp.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-08 00:28:55 +0000
+++ b/lisp/ChangeLog    2013-01-08 04:40:09 +0000
@@ -1,3 +1,7 @@
+2013-01-08  Glenn Morris  <address@hidden>
+
+       * net/tramp.el (tramp-default-host-alist): Add :version.
+
 2013-01-08  Juri Linkov  <address@hidden>
 
        * info.el (Info-read-node-name-2): Don't duplicate suffixes for

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-01-07 03:59:02 +0000
+++ b/lisp/gnus/ChangeLog       2013-01-08 04:40:09 +0000
@@ -1,3 +1,7 @@
+2013-01-08  Glenn Morris  <address@hidden>
+
+       * mml-smime.el (mml-smime-sign-with-sender): Add :version.
+
 2013-01-07  Daiki Ueno  <address@hidden>
 
        * mml-smime.el: Support signing by sender.

=== modified file 'lisp/gnus/mml-smime.el'
--- a/lisp/gnus/mml-smime.el    2013-01-07 03:59:02 +0000
+++ b/lisp/gnus/mml-smime.el    2013-01-08 04:40:09 +0000
@@ -77,6 +77,7 @@
 (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)

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2013-01-07 09:25:34 +0000
+++ b/lisp/net/tramp.el 2013-01-08 04:40:09 +0000
@@ -393,6 +393,7 @@
 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)))))


reply via email to

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