]> git.eshelyaron.com Git - emacs.git/commit
Animated image API.
authorKim F. Storm <storm@cua.dk>
Sun, 7 Mar 2010 19:02:20 +0000 (21:02 +0200)
committerJuri Linkov <juri@jurta.org>
Sun, 7 Mar 2010 19:02:20 +0000 (21:02 +0200)
commit0608aa457fd97d1c9a116152a77544b07f7fd55a
tree40aaded8d817bc2a78a28cbfa6089c0f175db429
parentdd5de7c6e4efc3c49e01ce75313303ba78e31b94
Animated image API.
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html

* image.el (image-animate-max-time): New defcustom.
(image-animated-types): New defconst.
(create-animated-image, image-animate-timer)
(image-animate-start, image-animate-stop, image-animate-timeout)
(image-animated-p): New functions.

* image-mode.el (image-toggle-display-image):
Replace `create-image' with `create-animated-image'.
lisp/ChangeLog
lisp/image-mode.el
lisp/image.el