# HG changeset patch # User Juri Linkov # Date 1268340139 -7200 # Node ID 018bc2f5c9e69b19f7194107f634375cdbfcf348 # Parent 934bc4b2034461858be64b727d08e818abdf6f71 Add a NEWS entry for animated image API. diff -r 934bc4b20344 -r 018bc2f5c9e6 etc/NEWS --- 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