From: Juri Linkov Date: Thu, 11 Mar 2010 20:42:19 +0000 (+0200) Subject: Add a NEWS entry for animated image API. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~760 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00fe2df1962ff4390d0db0a6fc83156b659a87dc;p=emacs.git Add a NEWS entry for animated image API. --- diff --git a/etc/NEWS b/etc/NEWS index b31e3c1a946..0dbf15eab05 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -36,8 +36,6 @@ so we will look at it and add it to the manual. * 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 @@ so we will look at it and add it to the manual. * 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