diff options
| author | Kim F. Storm | 2010-03-07 21:02:20 +0200 |
|---|---|---|
| committer | Juri Linkov | 2010-03-07 21:02:20 +0200 |
| commit | 0608aa457fd97d1c9a116152a77544b07f7fd55a (patch) | |
| tree | 40aaded8d817bc2a78a28cbfa6089c0f175db429 /lisp/ChangeLog | |
| parent | dd5de7c6e4efc3c49e01ce75313303ba78e31b94 (diff) | |
| download | emacs-0608aa457fd97d1c9a116152a77544b07f7fd55a.tar.gz emacs-0608aa457fd97d1c9a116152a77544b07f7fd55a.zip | |
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 @@ | |||
| 1 | 2010-03-07 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | Animated image API. | ||
| 4 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html | ||
| 5 | |||
| 6 | * image.el (image-animate-max-time): New defcustom. | ||
| 7 | (image-animated-types): New defconst. | ||
| 8 | (create-animated-image, image-animate-timer) | ||
| 9 | (image-animate-start, image-animate-stop, image-animate-timeout) | ||
| 10 | (image-animated-p): New functions. | ||
| 11 | |||
| 12 | * image-mode.el (image-toggle-display-image): | ||
| 13 | Replace `create-image' with `create-animated-image'. | ||
| 14 | |||
| 1 | 2010-01-27 Stephen Berman <stephen.berman@gmx.net> | 15 | 2010-01-27 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 16 | ||
| 3 | * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed | 17 | * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed |