diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 12 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-10-03 Michael Albinus <michael.albinus@gmx.de> | 7 | 2010-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 |
| 375 | When displaying inline images that are larger than the window, Emacs | 375 | When displaying inline images that are larger than the window, Emacs |
| 376 | does not enable scrolling, which means that you cannot see the whole | 376 | does not enable scrolling, which means that you cannot see the whole |
| 377 | image. To prevent this, the library tries to determine the image size | 377 | image. To prevent this, the library tries to determine the image size |
| 378 | before displaying it inline, and if it doesn't fit the window, the | 378 | before displaying it inline, and if it doesn't fit the window, the |
| 379 | library will display it externally (e.g. with @samp{ImageMagick} or | 379 | library 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 |
| 381 | makes the library display all inline images as inline, regardless of | 381 | makes the library display all inline images as inline, regardless of |
| 382 | their size. | 382 | their size. If you set this variable to @code{resize}, the image will |
| 383 | be displayed resized to fit in the window, if Emacs has the ability to | ||
| 384 | resize images. | ||
| 385 | |||
| 386 | @item mm-inline-large-images-proportion | ||
| 387 | @vindex mm-inline-images-max-proportion | ||
| 388 | The 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 |