aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/emacs-mime.texi12
2 files changed, 15 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 1fce969e1da..5c2766c8532 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12010-10-03 Julien Danjou <julien@danjou.info>
2
3 * emacs-mime.texi (Display Customization): Update
4 mm-inline-large-images documentation and add documentation for
5 mm-inline-large-images-proportion.
6
12010-10-03 Michael Albinus <michael.albinus@gmx.de> 72010-10-03 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * tramp.texi (Frequently Asked Questions): Mention 9 * tramp.texi (Frequently Asked Questions): Mention
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index 2a0e8569266..475ce2bb53f 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -374,12 +374,18 @@ message as follows:
374@vindex mm-inline-large-images 374@vindex mm-inline-large-images
375When displaying inline images that are larger than the window, Emacs 375When displaying inline images that are larger than the window, Emacs
376does not enable scrolling, which means that you cannot see the whole 376does not enable scrolling, which means that you cannot see the whole
377image. To prevent this, the library tries to determine the image size 377image. To prevent this, the library tries to determine the image size
378before displaying it inline, and if it doesn't fit the window, the 378before displaying it inline, and if it doesn't fit the window, the
379library will display it externally (e.g. with @samp{ImageMagick} or 379library will display it externally (e.g. with @samp{ImageMagick} or
380@samp{xv}). Setting this variable to @code{t} disables this check and 380@samp{xv}). Setting this variable to @code{t} disables this check and
381makes the library display all inline images as inline, regardless of 381makes the library display all inline images as inline, regardless of
382their size. 382their size. If you set this variable to @code{resize}, the image will
383be displayed resized to fit in the window, if Emacs has the ability to
384resize images.
385
386@item mm-inline-large-images-proportion
387@vindex mm-inline-images-max-proportion
388The proportion used when resizing large images.
383 389
384@item mm-inline-override-types 390@item mm-inline-override-types
385@vindex mm-inline-override-types 391@vindex mm-inline-override-types