emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101263: gnus-html.el, message.el: Ad


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101263: gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump custom version of gnus-auto-expirable-marks.
Date: Wed, 01 Sep 2010 04:44:25 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101263
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2010-09-01 04:44:25 +0000
message:
  gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: 
Bump custom version of gnus-auto-expirable-marks.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-html.el
  lisp/gnus/gnus-sum.el
  lisp/gnus/message.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-09-01 04:28:56 +0000
+++ b/lisp/gnus/ChangeLog       2010-09-01 04:44:25 +0000
@@ -1,5 +1,10 @@
 2010-09-01  Katsumi Yamaoka  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/gnus/gnus-html.el'
--- a/lisp/gnus/gnus-html.el    2010-09-01 04:28:56 +0000
+++ b/lisp/gnus/gnus-html.el    2010-09-01 04:44:25 +0000
@@ -34,21 +34,25 @@
 
 (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)
 

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2010-08-31 23:55:50 +0000
+++ b/lisp/gnus/gnus-sum.el     2010-09-01 04:44:25 +0000
@@ -663,7 +663,7 @@
        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))
 

=== modified file 'lisp/gnus/message.el'
--- a/lisp/gnus/message.el      2010-08-31 23:26:23 +0000
+++ b/lisp/gnus/message.el      2010-09-01 04:44:25 +0000
@@ -252,6 +252,7 @@
 (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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]