[gnus git] branch master updated: n0-17-95-g44f6bf9 =1= (shr-put-image): Animate for 60 seconds.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 44f6bf99d262cdb3812302730e151e45093ceff8 (commit)
from d17d36480aa6a22b1bb3de1f7bffcc95977a09f7 (commit)
- Log -----------------------------------------------------------------
commit 44f6bf99d262cdb3812302730e151e45093ceff8
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jun 26 17:34:19 2011 +0200
(shr-put-image): Animate for 60 seconds.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2ad737f..b869dd2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
2011-06-26 Lars Magne Ingebrigtsen <[email protected]>
* shr.el (shr-put-image): Use the new interface for animating images.
+ (shr-put-image): Animate for 60 seconds.
* dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
avoid compiler warnings.
diff --git a/lisp/shr.el b/lisp/shr.el
index e6d0af0..f8a8557 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -528,7 +528,7 @@ the URL of the image to the kill buffer instead."
(insert "\n"))
(insert-image image (or alt "*"))
(when (image-animated-p image)
- (image-animate image)))
+ (image-animate image nil 60)))
image)
(insert alt)))
-----------------------------------------------------------------------
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 | 1 +
lisp/shr.el | 2 +-
2 files changed, 2 insertions(+), 1 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, master has been updated
hooks/post-receive
--
Gnus Project