summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/gnus-art.el2
-rw-r--r--lisp/gnus/gnus-fun.el6
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--lisp/gnus/mml2015.el2
4 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index bbfe55c5d84..3b343adb2fd 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -5983,7 +5983,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)
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el
index f9177377841..8d08cd66463 100644
--- a/lisp/gnus/gnus-fun.el
+++ b/lisp/gnus/gnus-fun.el
@@ -42,19 +42,19 @@
(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)
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index ca0280c874f..92cab57337c 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -619,7 +619,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))
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el
index 74290f45469..941b5ecf7c3 100644
--- a/lisp/gnus/mml2015.el
+++ b/lisp/gnus/mml2015.el
@@ -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)