gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 1 Sep 2010 04:42:04 +0000 (04:42 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 1 Sep 2010 04:42:04 +0000 (04:42 +0000)
lisp/ChangeLog
lisp/gnus-html.el
lisp/gnus-sum.el
lisp/message.el

index 6b9fdb0..e55f347 100644 (file)
@@ -1,5 +1,10 @@
 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
+       (gnus-html-frame-width, gnus-blocked-images)
+       * message.el (message-prune-recipient-rules): Add custom version.
+       * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
+
        * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
        functions.
 
index f568d67..0c3ad4b 100644 (file)
 
 (defcustom gnus-html-cache-directory (nnheader-concat gnus-directory "html-cache/")
   "Where Gnus will cache images it downloads from the web."
+  :version "24.1"
   :group 'gnus-art
   :type 'directory)
 
 (defcustom gnus-html-cache-size 500000000
   "The size of the Gnus image cache."
+  :version "24.1"
   :group 'gnus-art
   :type 'integer)
 
 (defcustom gnus-html-frame-width 70
   "What width to use when rendering HTML."
+  :version "24.1"
   :group 'gnus-art
   :type 'integer)
 
 (defcustom gnus-blocked-images "."
   "Images that have URLs matching this regexp will be blocked."
+  :version "24.1"
   :group 'gnus-art
   :type 'regexp)
 
index cd0824f..5aae825 100644 (file)
@@ -663,7 +663,7 @@ string with the suggested prefix."
        gnus-low-score-mark gnus-ancient-mark gnus-read-mark
        gnus-duplicate-mark)
   "*The list of marks converted into expiration if a group is auto-expirable."
-  :version "21.1"
+  :version "24.1"
   :group 'gnus-summary
   :type '(repeat character))
 
index 4527724..588d397 100644 (file)
@@ -250,6 +250,7 @@ included.  Organization and User-Agent are optional."
 (defcustom message-prune-recipient-rules nil
   "Rules for how to prune the list of recipients when doing wide replies.
 This is a list of regexps and regexp matches."
+  :version "24.1"
   :group 'message-mail
   :group 'message-headers
   :link '(custom-manual "(message)Wide Reply")