From 1a10d4212ffa692f458f33555bd5c277781d4298 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 31 Aug 2010 04:21:18 +0000 Subject: [PATCH] Bump custom version of some user options of which the default values changed. --- lisp/gnus/ChangeLog | 13 +++++++++++++ lisp/gnus/gnus-sum.el | 1 + lisp/gnus/gnus.el | 3 ++- lisp/gnus/message.el | 2 +- lisp/gnus/mm-decode.el | 2 +- lisp/gnus/mml.el | 2 +- lisp/gnus/smiley.el | 1 + 7 files changed, 20 insertions(+), 4 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 47a5a88b92..ec4427bb83 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,16 @@ +2010-08-31 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-stop-at-end-of-message) + * gnus.el (gnus-valid-select-methods) + * message.el (message-send-mail-partially-limit) + * mm-decode.el (mm-text-html-renderer) + * mml.el (mml-insert-mime-headers-always) + * smiley.el (smiley-regexp-alist): Bump custom version. + +2010-08-31 Lars Magne Ingebrigtsen + + * gnus-html.el: require mm-url. + 2010-08-30 Lars Magne Ingebrigtsen * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57 diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 3220aeb406..f166aeff1e 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -80,6 +80,7 @@ See `gnus-group-goto-unread'." "If non-nil, don't select the next message when using `SPC'." :link '(custom-manual "(gnus)Group Maneuvering") :group 'gnus-summary-maneuvering + :version "24.1" :type 'boolean) (defcustom gnus-fetch-old-headers nil diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 9fc96c7601..089bc68742 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -1773,7 +1773,8 @@ this variable. I think." (const :format "%v " prompt-address) (const :format "%v " physical-address) (const :format "%v " virtual) - (const respool))))) + (const respool)))) + :version "24.1") (defun gnus-redefine-select-method-widget () "Recomputes the select-method widget based on the value of diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 3cb0a1d652..b4c40f89b6 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -1624,7 +1624,7 @@ Note that the coding-system `iso-2022-7bit' isn't suitable to all data.") "The limitation of messages sent as message/partial. The lower bound of message size in characters, beyond which the message should be sent in several parts. If it is nil, the size is unlimited." - :version "21.1" + :version "24.1" :group 'message-buffers :link '(custom-manual "(message)Mail Variables") :type '(choice (const :tag "unlimited" nil) diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 0ad113da68..b59f0ab061 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -123,7 +123,7 @@ The defined renderer types are: `w3' : use Emacs/W3; `html2text' : use html2text; nil : use external viewer (default web browser)." - :version "23.0" ;; No Gnus + :version "24.1" :type '(choice (const w3) (const w3m :tag "emacs-w3m") (const w3m-standalone :tag "standalone w3m" ) diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 4bda3a1045..15a54a4421 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el @@ -123,7 +123,7 @@ match found will be used." (defcustom mml-insert-mime-headers-always t "If non-nil, always put Content-Type: text/plain at top of empty parts. It is necessary to work against a bug in certain clients." - :version "22.1" + :version "24.1" :type 'boolean :group 'message) diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index ef0a6c7790..964e80bc21 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el @@ -120,6 +120,7 @@ is nil, use `smiley-style'." The elements are (REGEXP MATCH IMAGE), where MATCH is the submatch in regexp to replace with IMAGE. IMAGE is the name of an image file in `smiley-data-directory'." + :version "24.1" :type '(repeat (list regexp (integer :tag "Regexp match number") (string :tag "Image name"))) -- 2.20.1