Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 8 Jan 2003 03:46:48 +0000 (03:46 +0000)
committeryamaoka <yamaoka>
Wed, 8 Jan 2003 03:46:48 +0000 (03:46 +0000)
lisp/ChangeLog
lisp/gnus-agent.el
lisp/gnus-art.el
texi/ChangeLog
texi/gnus.texi

index 9b6fc98..caa683f 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-08  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-art.el (gnus-unbuttonized-mime-types) 
+       (gnus-buttonized-mime-types): Doc fix.
+
 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
 
        * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
index aa5c5dd..f299c19 100644 (file)
@@ -848,7 +848,7 @@ This can be added to `gnus-select-article-hook' or
              gnus-newsgroup-name
             (list gnus-current-article))
        (setq gnus-newsgroup-undownloaded (delq gnus-current-article gnus-newsgroup-undownloaded))
-       (gnus-summary-update-article gnus-current-article)))))
+       (gnus-summary-update-line gnus-current-article)))))
 
 ;;;
 ;;; Internal functions
index 048f48f..88b1bc7 100644 (file)
@@ -758,7 +758,8 @@ displayed by the first non-nil matching CONTENT face."
 
 (defcustom gnus-unbuttonized-mime-types '(".*/.*")
   "List of MIME types that should not be given buttons when rendered inline.
-See also `gnus-buttonized-mime-types' which may override this variable."
+See also `gnus-buttonized-mime-types' which may override this variable.
+This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
   :version "21.1"
   :group 'gnus-article-mime
   :type '(repeat regexp))
@@ -767,7 +768,8 @@ See also `gnus-buttonized-mime-types' which may override this variable."
   "List of MIME types that should be given buttons when rendered inline.
 If set, this variable overrides `gnus-unbuttonized-mime-types'.
 To see e.g. security buttons you could set this to
-`(\"multipart/signed\")'."
+`(\"multipart/signed\")'.
+This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
   :version "21.1"
   :group 'gnus-article-mime
   :type '(repeat regexp))
index 068c26f..9337a23 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-08  Simon Josefsson  <jas@extundo.com>
+
+       * gnus.texi (MIME Commands): Add.
+
 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * message.texi (Various Commands): Addition.
index 4f051a2..eddacf0 100644 (file)
@@ -8935,7 +8935,8 @@ This is a list of regexps.  @sc{mime} types that match a regexp from
 this list won't have @sc{mime} buttons inserted unless they aren't
 displayed or this variable is overridden by
 @code{gnus-buttonized-mime-types}.  The default value is
-@code{(".*/.*")}.
+@code{(".*/.*")}.  This variable is only used when
+@code{gnus-inhibit-mime-unbuttonizing} is nil.
 
 @item gnus-buttonized-mime-types
 @vindex gnus-buttonized-mime-types
@@ -8943,6 +8944,8 @@ This is a list of regexps.  @sc{mime} types that match a regexp from
 this list will have @sc{mime} buttons inserted unless they aren't
 displayed.  This variable overrides
 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
+This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
+is nil.
 
 To see e.g. security buttons but no other buttons, you could set this
 variable to @code{("multipart/signed")} and leave