changeset 107369:f2fb364fb3ba

Minor animated image housekeeping. * image.el (image-animate-max-time): Fix :version tag. * NEWS: Add animated image placeholder entry.
author Glenn Morris <rgm@gnu.org>
date Wed, 10 Mar 2010 22:17:08 -0800
parents 3067c2b8b6a6
children 934bc4b20344
files etc/NEWS lisp/ChangeLog lisp/image.el
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Mar 10 22:10:50 2010 -0800
+++ b/etc/NEWS	Wed Mar 10 22:17:08 2010 -0800
@@ -36,6 +36,8 @@
 
 * Changes in Specialized Modes and Packages in Emacs 24.1
 
+** FIXME animated image API
+
 
 * New Modes and Packages in Emacs 24.1
 
--- a/lisp/ChangeLog	Wed Mar 10 22:10:50 2010 -0800
+++ b/lisp/ChangeLog	Wed Mar 10 22:17:08 2010 -0800
@@ -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.
--- a/lisp/image.el	Wed Mar 10 22:10:50 2010 -0800
+++ b/lisp/image.el	Wed Mar 10 22:17:08 2010 -0800
@@ -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 @@
 (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)