[gnus git] branch master updated: m0-5-85-g345765f =1= Replace version 24.2 with 24.3 where appropriate (hopefully)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 345765f44118e58b60fe3ebffa87099a4511c3c5 (commit)
from dc29a0ac24494cca2f98b5a7779bfa84329f678d (commit)
- Log -----------------------------------------------------------------
commit 345765f44118e58b60fe3ebffa87099a4511c3c5
Author: Glenn Morris <[email protected]>
Date: Thu Aug 16 11:41:01 2012 +0000
Replace version 24.2 with 24.3 where appropriate (hopefully)
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index bcd2cd4..594f68b 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -174,7 +174,7 @@ specifies a group to which resent messages will be Gcc'd. If this is
nil, Gcc will be done according to existing Gcc header(s), if any.
If this is `no-gcc-self', resent messages will be Gcc'd to groups that
existing Gcc header specifies, except for the current group."
- :version "24.2"
+ :version "24.3"
:group 'gnus-message
:type '(choice (const none) (const t) string (const nil)
(const no-gcc-self)))
diff --git a/lisp/gnus-picon.el b/lisp/gnus-picon.el
index 3b335b3..44f56b5 100644
--- a/lisp/gnus-picon.el
+++ b/lisp/gnus-picon.el
@@ -78,7 +78,7 @@ Some people may want to add \"unknown\" to this list."
(defcustom gnus-picon-properties '(:color-symbols (("None" . "white")))
"List of image properties applied to picons."
:type 'list
- :version "24.2"
+ :version "24.3"
:group 'gnus-picon)
(defcustom gnus-picon-style 'inline
diff --git a/lisp/message.el b/lisp/message.el
index 1e4774b..1e4436a 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -1380,7 +1380,7 @@ If nil, you might be asked to input the charset."
"*Addresses to prune when doing wide replies.
This can be a regexp or a list of regexps. Also, a value of nil means
exclude your own user name only."
- :version "24.2"
+ :version "24.3"
:group 'message
:link '(custom-manual "(message)Wide Reply")
:type '(choice (const :tag "Yourself" nil)
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index 1645f49..93f04cd 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -559,7 +559,7 @@ parameter. It should return nil, `warn' or `delete'."
"Extra headers to parse.
In addition to the standard headers, these extra headers will be
included in NOV headers (and the like) when backends parse headers."
- :version "24.2"
+ :version "24.3"
:group 'nnmail
:type '(repeat symbol))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-msg.el | 2 +-
lisp/gnus-picon.el | 2 +-
lisp/message.el | 2 +-
lisp/nnmail.el | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project