Replace version 24.2 with 24.3 where appropriate (hopefully)
authorGlenn Morris <rgm@gnu.org>
Thu, 16 Aug 2012 11:41:01 +0000 (11:41 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 16 Aug 2012 11:41:01 +0000 (11:41 +0000)
lisp/gnus-msg.el
lisp/gnus-picon.el
lisp/message.el
lisp/nnmail.el

index bcd2cd4..594f68b 100644 (file)
@@ -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)))
index 3b335b3..44f56b5 100644 (file)
@@ -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
index 1e4774b..1e4436a 100644 (file)
@@ -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)
index 1645f49..93f04cd 100644 (file)
@@ -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))