aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/gnus-art.el4
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 11ab72d21d3..2791baa44e4 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,7 @@
12010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus-art.el (gnus-article-view-part): Doc fix.
4
3 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be 5 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4 XEmacs-compatible. 6 XEmacs-compatible.
5 (gnus-html-put-image): Don't do images on non-graphic displays. 7 (gnus-html-put-image): Don't do images on non-graphic displays.
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 63a38d10c53..0d6d10222b2 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -5549,7 +5549,9 @@ N is the numerical prefix."
5549 1)) 5549 1))
5550 5550
5551(defun gnus-article-view-part (&optional n) 5551(defun gnus-article-view-part (&optional n)
5552 "View MIME part N, which is the numerical prefix." 5552 "View MIME part N, which is the numerical prefix.
5553If the part is already shown, hide the part. If N is nil, view
5554all parts."
5553 (interactive "P") 5555 (interactive "P")
5554 (with-current-buffer gnus-article-buffer 5556 (with-current-buffer gnus-article-buffer
5555 (or (numberp n) (setq n (gnus-article-mime-match-handle-first 5557 (or (numberp n) (setq n (gnus-article-mime-match-handle-first