diff options
| author | Gnus developers | 2010-10-04 00:17:16 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-10-04 00:17:16 +0000 |
| commit | a41c2e6d330243fa7b5d1537d5efb211f1c0d30c (patch) | |
| tree | 5ffaa59adfee8e4fb1b83894e044b7aec9dff128 /doc/misc | |
| parent | 728a982db42d06c3c9db5f920336709387a54cda (diff) | |
| download | emacs-a41c2e6d330243fa7b5d1537d5efb211f1c0d30c.tar.gz emacs-a41c2e6d330243fa7b5d1537d5efb211f1c0d30c.zip | |
Merge changes made in Gnus trunk.
shr.el: Rename the tag functions a bit, and add some new ones.
gnus-sum.el (gnus-summary-select-article-buffer): If the article buffer isn't shown, then select the current article first instead of bugging out.
gnus-sum.el (gnus-summary-select-article-buffer): Show both the article and summary buffers again.
shr.el (shr-tag-blockquote): Convert name.
shr.el (shr-rescale-image): Use the right image-size variant.
shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
shr.el: Implement indentation in blockquotes.
gnus-sum.el (gnus-summary-select-article-buffer): Really select the article buffer again.
shr.el (shr-ensure-paragraph): Don't insert newlines on empty tags at the beginning of the buffer.
gnus-ems.el, gnus-util.el, mm-decode.el, mm-view.el: Add resize for large images in mm.
gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
shr.el (shr-tag-p): Don't insert newlines on empty tags at the beginning of the buffer.
gnus-ems.el, gnus-html.el, gnus-util.el, mm-decode.el, mm-view.el: Support image resizing.
shr.el: Add headings.
shr.el (shr-ensure-paragraph): Actually work.
shr.el (shr-tag-li): Make <ul> prettier.
shr.el (shr-insert): Get white space at the beginning/end of elements right.
shr.el (shr-tag-li): Tweak <li> rendering.
shr.el (shr-tag-p): Collapse subsequent <p>s.
shr.el (shr-ensure-paragraph): Don't insert double line feeds after blank lines.
shr.el (shr-tag-h6): Add.
shr.el (shr-insert): \t is also space.
Diffstat (limited to 'doc/misc')
| -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 |