emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99642: Minor animated image housekee


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99642: Minor animated image housekeeping.
Date: Wed, 10 Mar 2010 22:17:08 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99642
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-10 22:17:08 -0800
message:
  Minor animated image housekeeping.
  
  * image.el (image-animate-max-time): Fix :version tag.
  
  * NEWS: Add animated image placeholder entry.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/image.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2010-03-11 06:10:50 +0000
+++ b/etc/NEWS  2010-03-11 06:17:08 +0000
@@ -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
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-10 15:17:13 +0000
+++ b/lisp/ChangeLog    2010-03-11 06:17:08 +0000
@@ -1,3 +1,7 @@
+2010-03-11  Glenn Morris  <address@hidden>
+
+       * image.el (image-animate-max-time): Fix :version tag.
+
 2010-03-10  Chong Yidong  <address@hidden>
 
        * Branch for 23.2.

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2010-03-07 19:02:20 +0000
+++ b/lisp/image.el     2010-03-11 06:17:08 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]