]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump custom version of some user options of which the default values changed.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 04:21:18 +0000 (04:21 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 04:21:18 +0000 (04:21 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el
lisp/gnus/gnus.el
lisp/gnus/message.el
lisp/gnus/mm-decode.el
lisp/gnus/mml.el
lisp/gnus/smiley.el

index 47a5a88b9254be9a1edf6ad857c70e16d50e4b9a..ec4427bb836401a0b9bd26495ab5c5ad1eeea0c2 100644 (file)
@@ -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
index 3220aeb40682669e751d150aa8ffa06f74aba8ee..f166aeff1e5161e873b0e9aeb4bb5ee51ef87963 100644 (file)
@@ -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
index 9fc96c7601b9ff5bfa566727fcad8fd9c84157e6..089bc68742c51395ca3d7e8668dea29d8e0e0d3c 100644 (file)
@@ -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
index 3cb0a1d65280b402fdf15b72db91a3cab84fe35d..b4c40f89b613cabd84f10ae0b017a9a0f7826d27 100644 (file)
@@ -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)
index 0ad113da6806a295d9e298866773499320fa2c51..b59f0ab0610aff43d0f35a54409b78f1d7b720c7 100644 (file)
@@ -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" )
index 4bda3a10452208c00a6d466870067a5305ccb7a0..15a54a442185d54e34be81f07b342f540ce92f21 100644 (file)
@@ -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)
 
index ef0a6c7790bf44529ebf0673031fc3b2f544f4f5..964e80bc21313374d44f91e2fddc83acc7e4986a 100644 (file)
@@ -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")))