]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor animated image housekeeping.
authorGlenn Morris <rgm@gnu.org>
Thu, 11 Mar 2010 06:17:08 +0000 (22:17 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 11 Mar 2010 06:17:08 +0000 (22:17 -0800)
* image.el (image-animate-max-time): Fix :version tag.

* NEWS: Add animated image placeholder entry.

etc/NEWS
lisp/ChangeLog
lisp/image.el

index d1e3eb0c7081751ce98ee456a04d827e34e42f08..b31e3c1a946e3ec66a118e72b58967769a67a681 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,6 +36,8 @@ 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
 
index 634e9010c46dc381c523dcbc637cca477e4b9311..99bb10595694b7f748bdd9f8c85a6a0f49b07e00 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-11  Glenn Morris  <rgm@gnu.org>
+
+       * image.el (image-animate-max-time): Fix :version tag.
+
 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
 
        * Branch for 23.2.
index e5dfe1a3996b58a8d4ca4d5d63411a76c36bd0a0..83ab6288e9a60fc32bbf0586a94b9086004926a0 100644 (file)
@@ -1,7 +1,7 @@
 ;;; image.el --- image API
 
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: multimedia
@@ -590,7 +590,7 @@ Example:
 (defcustom image-animate-max-time 30
   "Time in seconds to animate images."
   :type 'integer
-  :version "22.1"
+  :version "24.1"
   :group 'image)
 
 (defconst image-animated-types '(gif)