diff options
author | Kim F. Storm <storm@cua.dk> | 2010-03-07 21:02:20 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-03-07 21:02:20 +0200 |
commit | 0608aa457fd97d1c9a116152a77544b07f7fd55a (patch) | |
tree | 40aaded8d817bc2a78a28cbfa6089c0f175db429 /lisp/ChangeLog | |
parent | dd5de7c6e4efc3c49e01ce75313303ba78e31b94 (diff) | |
download | emacs-0608aa457fd97d1c9a116152a77544b07f7fd55a.tar.gz |
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'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ac8d5ed450..cf3be1586e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2010-03-07 Kim F. Storm <storm@cua.dk> + + 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'. + 2010-01-27 Stephen Berman <stephen.berman@gmx.net> * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed |