Now on revision 107264. ------------------------------------------------------------ revno: 107264 author: Lars Ingebrigtsen committer: Katsumi Yamaoka branch nick: trunk timestamp: Mon 2012-02-13 03:33:11 +0000 message: shr.el (shr-rescale-image): Allow viewing large images. diff: === modified file 'lisp/gnus/ChangeLog' --- lisp/gnus/ChangeLog 2012-02-12 22:20:48 +0000 +++ lisp/gnus/ChangeLog 2012-02-13 03:33:11 +0000 @@ -1,3 +1,7 @@ +2012-02-13 Lars Ingebrigtsen + + * shr.el (shr-rescale-image): Allow viewing large images. + 2012-02-12 Lars Ingebrigtsen * nnml.el (nnml-request-compact-group): Delete the marks file after === modified file 'lisp/gnus/shr.el' --- lisp/gnus/shr.el 2012-02-11 22:13:29 +0000 +++ lisp/gnus/shr.el 2012-02-13 03:33:11 +0000 @@ -557,7 +557,8 @@ (insert alt))) (defun shr-rescale-image (data) - (let ((image (create-image data nil t :ascent 100))) + (let* ((max-image-size 0) + (image (create-image data nil t :ascent 100))) (if (or (not (fboundp 'imagemagick-types)) (not (get-buffer-window (current-buffer)))) image