comparison lisp/gnus/ChangeLog @ 110097:19dfa5177fdd

gnus-html.el: Try to get the rescaling logic right for images that are just wide and not tall.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 02 Sep 2010 00:08:22 +0000
parents 018dd09f6b31
children 7a6012e13748
comparison
equal deleted inserted replaced
110096:018dd09f6b31 110097:19dfa5177fdd
1 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> 1 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image 3 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4 alt text. 4 alt text.
5 (gnus-html-rescale-image): Try to get the rescaling logic right for
6 images that are just wide and not tall.
5 7
6 * gnus.el (gnus-string-or): Fix the syntax to not use eval or 8 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7 overshadow variable bindings. 9 overshadow variable bindings.
8 10
9 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com> 11 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>