Mercurial > emacs
changeset 110065:b0de94d21a73
Bump custom version of some user options of which the default values changed.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Tue, 31 Aug 2010 04:22:49 +0000 |
parents | 8be2f62f7851 (current diff) 07b5be82cf7a (diff) |
children | 5ef877197e04 9f2296908370 872e600cef62 |
files | |
diffstat | 7 files changed, 20 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Mon Aug 30 21:53:46 2010 -0400 +++ b/lisp/gnus/ChangeLog Tue Aug 31 04:22:49 2010 +0000 @@ -1,3 +1,16 @@ +2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org> + + * 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 <larsi@gnus.org> + + * gnus-html.el: require mm-url. + 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
--- a/lisp/gnus/gnus-sum.el Mon Aug 30 21:53:46 2010 -0400 +++ b/lisp/gnus/gnus-sum.el Tue Aug 31 04:22:49 2010 +0000 @@ -80,6 +80,7 @@ "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
--- a/lisp/gnus/gnus.el Mon Aug 30 21:53:46 2010 -0400 +++ b/lisp/gnus/gnus.el Tue Aug 31 04:22:49 2010 +0000 @@ -1773,7 +1773,8 @@ (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
--- a/lisp/gnus/message.el Mon Aug 30 21:53:46 2010 -0400 +++ b/lisp/gnus/message.el Tue Aug 31 04:22:49 2010 +0000 @@ -1624,7 +1624,7 @@ "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)
--- a/lisp/gnus/mm-decode.el Mon Aug 30 21:53:46 2010 -0400 +++ b/lisp/gnus/mm-decode.el Tue Aug 31 04:22:49 2010 +0000 @@ -123,7 +123,7 @@ `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" )
--- a/lisp/gnus/mml.el Mon Aug 30 21:53:46 2010 -0400 +++ b/lisp/gnus/mml.el Tue Aug 31 04:22:49 2010 +0000 @@ -123,7 +123,7 @@ (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)
--- a/lisp/gnus/smiley.el Mon Aug 30 21:53:46 2010 -0400 +++ b/lisp/gnus/smiley.el Tue Aug 31 04:22:49 2010 +0000 @@ -120,6 +120,7 @@ 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")))