emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101244: Bump custom version of some


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101244: Bump custom version of some user options of which the default values changed.
Date: Tue, 31 Aug 2010 04:22:49 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101244 [merge]
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-31 04:22:49 +0000
message:
  Bump custom version of some user options of which the default values changed.
modified:
  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
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-08-31 00:42:27 +0000
+++ b/lisp/gnus/ChangeLog       2010-08-31 04:21:18 +0000
@@ -1,3 +1,16 @@
+2010-08-31  Katsumi Yamaoka  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * gnus-html.el: require mm-url.
+
 2010-08-30  Lars Magne Ingebrigtsen  <address@hidden>
 
        * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2010-08-31 00:42:27 +0000
+++ b/lisp/gnus/gnus-sum.el     2010-08-31 04:21:18 +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

=== modified file 'lisp/gnus/gnus.el'
--- a/lisp/gnus/gnus.el 2010-08-31 00:38:32 +0000
+++ b/lisp/gnus/gnus.el 2010-08-31 04:21:18 +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

=== modified file 'lisp/gnus/message.el'
--- a/lisp/gnus/message.el      2010-08-30 23:24:56 +0000
+++ b/lisp/gnus/message.el      2010-08-31 04:21:18 +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)

=== modified file 'lisp/gnus/mm-decode.el'
--- a/lisp/gnus/mm-decode.el    2010-08-30 06:17:45 +0000
+++ b/lisp/gnus/mm-decode.el    2010-08-31 04:21:18 +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" )

=== modified file 'lisp/gnus/mml.el'
--- a/lisp/gnus/mml.el  2010-08-31 00:11:37 +0000
+++ b/lisp/gnus/mml.el  2010-08-31 04:21:18 +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)
 

=== modified file 'lisp/gnus/smiley.el'
--- a/lisp/gnus/smiley.el       2010-08-30 06:28:53 +0000
+++ b/lisp/gnus/smiley.el       2010-08-31 04:21:18 +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")))


reply via email to

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