emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101120: create-animated-image: Don't


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101120: create-animated-image: Don't add heuristic mask to image (Bug#6839).
Date: Wed, 18 Aug 2010 07:46:27 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101120 [merge]
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2010-08-18 07:46:27 +0000
message:
  create-animated-image: Don't add heuristic mask to image (Bug#6839).
modified:
  lisp/ChangeLog
  lisp/image.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-18 06:16:55 +0000
+++ b/lisp/ChangeLog    2010-08-18 07:45:14 +0000
@@ -1,3 +1,8 @@
+2010-08-18  Katsumi Yamaoka  <address@hidden>
+
+       * image.el (create-animated-image): Don't add heuristic mask to image
+       (Bug#6839).
+
 2010-08-18  Jan Djärv  <address@hidden>
 
        * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): Use

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2010-05-25 15:54:53 +0000
+++ b/lisp/image.el     2010-08-18 07:45:14 +0000
@@ -616,7 +616,7 @@
     (let* ((animate (memq type image-animated-types))
           (image
            (append (list 'image :type type (if data-p :data :file) 
file-or-data)
-                   (if animate '(:index 0 :mask heuristic))
+                   (if animate '(:index 0))
                    props)))
       (if animate
          (image-animate-start image))


reply via email to

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