From: Glenn Morris Date: Thu, 11 Mar 2010 06:17:08 +0000 (-0800) Subject: Minor animated image housekeeping. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e5b7009100dba310b716f5b539037342327ca82;p=emacs.git Minor animated image housekeeping. * image.el (image-animate-max-time): Fix :version tag. * NEWS: Add animated image placeholder entry. --- diff --git a/etc/NEWS b/etc/NEWS index d1e3eb0c708..b31e3c1a946 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -36,6 +36,8 @@ 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 634e9010c46..99bb1059569 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-03-11 Glenn Morris + + * image.el (image-animate-max-time): Fix :version tag. + 2010-03-10 Chong Yidong * Branch for 23.2. diff --git a/lisp/image.el b/lisp/image.el index e5dfe1a3996..83ab6288e9a 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -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)