Mercurial > emacs
diff lisp/gnus/ChangeLog @ 110094:b9d6d7f1d89f
gnus-html.el: Rescale images in article buffers for Emacs versions that support this. This is currently only Emacs 24 compiled with imagemagick support.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 01 Sep 2010 23:53:57 +0000 |
parents | cb103d02d7f5 |
children | 018dd09f6b31 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Wed Sep 01 23:46:59 2010 +0000 +++ b/lisp/gnus/ChangeLog Wed Sep 01 23:53:57 2010 +0000 @@ -7,6 +7,9 @@ 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region. + (gnus-max-image-proportion): New variable. + (gnus-html-rescale-image): New function. + (gnus-html-put-image): Rescale images. 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>