Rename 24.5 to 25.1
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Sep 2014 22:14:38 +0000 (22:14 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 29 Sep 2014 22:14:38 +0000 (22:14 +0000)
gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
gnus-fun.el (gnus-x-face-omit-files, gnus-face-directory)
(gnus-face-omit-files):
message.el (message-forward-included-headers):
mml2015.el (mml2015-display-key-image): Bump Emacs version.

lisp/gnus-art.el
lisp/gnus-fun.el
lisp/message.el
lisp/mml2015.el

index d55c703..8444507 100644 (file)
@@ -5984,7 +5984,7 @@ Since MIME attachments tend to be put at the end of an article, we may
 overlook them if there is a huge body.  This option offers you a copy
 of all non-inlinable MIME parts as buttons shown in front of an article.
 If nil, don't show those extra buttons."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-article-mime
   :type 'boolean)
 
index f917737..8d08cd6 100644 (file)
 
 (defcustom gnus-x-face-omit-files nil
   "Regexp to match faces in `gnus-x-face-directory' to be omitted."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-fun
   :type 'string)
 
 (defcustom gnus-face-directory (expand-file-name "faces" gnus-directory)
   "*Directory where Face PNG files are stored."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-fun
   :type 'directory)
 
 (defcustom gnus-face-omit-files nil
   "Regexp to match faces in `gnus-face-directory' to be omitted."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-fun
   :type 'string)
 
index 424a56e..847652f 100644 (file)
@@ -627,7 +627,7 @@ This may also be a list of regexps."
   "If non-nil, delete non-matching headers when forwarding a message.
 Only headers that match this regexp will be included.  This
 variable should be a regexp or a list of regexps."
-  :version "24.5"
+  :version "25.1"
   :group 'message-forwarding
   :type '(repeat :value-to-internal (lambda (widget value)
                                      (custom-split-regexp-maybe value))
index 74290f4..941b5ec 100644 (file)
@@ -149,7 +149,7 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
 
 (defcustom mml2015-display-key-image t
   "If t, try to display key images."
-  :version "24.5"
+  :version "25.1"
   :group 'mime-security
   :type 'boolean)