]> git.eshelyaron.com Git - emacs.git/commitdiff
* image.c (search_image_cache): New function. Require background
authorChong Yidong <cyd@stupidchicken.com>
Sun, 3 Jun 2007 00:21:56 +0000 (00:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 3 Jun 2007 00:21:56 +0000 (00:21 +0000)
color match if background color is unspecified in the image spec.
(uncache_image, lookup_image): Use it.

src/ChangeLog

index c57fd74db02224500c098ea7f8274a01af28a0c4..a2e0e54001e362074d7f939162ffcd0a8f14b1ad 100644 (file)
@@ -1,3 +1,9 @@
+2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.c (search_image_cache): New function.  Require background
+       color match if background color is unspecified in the image spec.
+       (uncache_image, lookup_image): Use it.
+
 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
 
        * window.c (Fshrink_window): Reflow docstring.