changeset 110095:d87b30cb5a6f

gnus.texi (HTML): Document gnus-max-image-proportion.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 01 Sep 2010 23:57:53 +0000
parents b9d6d7f1d89f
children 018dd09f6b31
files doc/misc/ChangeLog doc/misc/gnus.texi
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Wed Sep 01 23:53:57 2010 +0000
+++ b/doc/misc/ChangeLog	Wed Sep 01 23:57:53 2010 +0000
@@ -1,3 +1,7 @@
+2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+	* gnus.texi (HTML): Document gnus-max-image-proportion.
+
 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 	* gnus.texi (HTML): Document gnus-blocked-images.
--- a/doc/misc/gnus.texi	Wed Sep 01 23:53:57 2010 +0000
+++ b/doc/misc/gnus.texi	Wed Sep 01 23:57:53 2010 +0000
@@ -12515,6 +12515,14 @@
 @vindex gnus-html-frame-width
 The width to use when rendering HTML.  The default is 70.
 
+@item gnus-max-image-proportion
+@vindex gnus-max-image-proportion
+How big pictures displayed are in relation to the window they're in.
+A value of 0.7 (the default) means that they are allowed to take up
+70% of the width and height of the window.  If they are larger than
+this, and Emacs supports it, then the images will be rescaled down to
+fit these criteria.
+
 @end table
 
 To use this, make sure that you have @code{w3m} and @code{curl}