Add a NEWS entry for animated image API.
authorJuri Linkov <juri@jurta.org>
Thu, 11 Mar 2010 20:42:19 +0000 (22:42 +0200)
committerJuri Linkov <juri@jurta.org>
Thu, 11 Mar 2010 20:42:19 +0000 (22:42 +0200)
etc/NEWS

index b31e3c1..0dbf15e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,8 +36,6 @@ so we will look at it and add it to the manual.
 \f
 * Changes in Specialized Modes and Packages in Emacs 24.1
 
-** FIXME animated image API
-
 \f
 * New Modes and Packages in Emacs 24.1
 
@@ -47,6 +45,15 @@ so we will look at it and add it to the manual.
 \f
 * 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.
+
 \f
 * Changes in Emacs 24.1 on non-free operating systems