changeset 107371:018bc2f5c9e6

Add a NEWS entry for animated image API.
author Juri Linkov <juri@jurta.org>
date Thu, 11 Mar 2010 22:42:19 +0200
parents 934bc4b20344
children b73242777fb9 a61767ff6672
files etc/NEWS
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Mar 10 22:20:24 2010 -0800
+++ b/etc/NEWS	Thu Mar 11 22:42:19 2010 +0200
@@ -36,8 +36,6 @@
 
 * Changes in Specialized Modes and Packages in Emacs 24.1
 
-** FIXME animated image API
-
 
 * New Modes and Packages in Emacs 24.1
 
@@ -47,6 +45,15 @@
 
 * Lisp changes in Emacs 24.1
 
+** Image API
+
+*** When the image type is one of listed in `image-animated-types'
+and the number of sub-images in the image is more then one, then the
+new function `create-animated-image' creates an animated image where
+sub-images are displayed successively with the duration defined by
+`image-animate-max-time' and the delay between sub-images defined
+by the Graphic Control Extension of the image.
+
 
 * Changes in Emacs 24.1 on non-free operating systems