[gnus git] branch no-gnus updated: m0-1-58-gc65f964 =1= shr.el (shr-rescale-image): Undo previous change; see <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c65f964d37feb0a2b8a30040a59a3da6d853d236 (commit)
from d79e04b27ece9a5d1a0a21c9f58c3f1d6f1d7755 (commit)
- Log -----------------------------------------------------------------
commit c65f964d37feb0a2b8a30040a59a3da6d853d236
Author: Paul Eggert <[email protected]>
Date: Wed Feb 15 09:32:23 2012 +0000
shr.el (shr-rescale-image): Undo previous change; see <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index de13a27..ea25f26 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,11 @@
* shr.el (shr-remove-trailing-whitespace): Really delete the padding on
too-wide lines.
+2012-02-15 Paul Eggert <[email protected]>
+
+ * shr.el (shr-rescale-image): Undo previous change; see
+ <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
+
2012-02-13 Lars Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-record-commands): New variable.
diff --git a/lisp/shr.el b/lisp/shr.el
index f594a60..f3d7503 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -557,8 +557,7 @@ the URL of the image to the kill buffer instead."
(insert alt)))
(defun shr-rescale-image (data)
- (let* ((max-image-size nil)
- (image (create-image data nil t :ascent 100)))
+ (let ((image (create-image data nil t :ascent 100)))
(if (or (not (fboundp 'imagemagick-types))
(not (get-buffer-window (current-buffer))))
image
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/shr.el | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, no-gnus has been updated
hooks/post-receive
--
Gnus Project