Mercurial > emacs
changeset 81123:307d03f3c7ab
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 03 Jun 2007 00:21:56 +0000 |
parents | 723b7ad9bb05 |
children | 0c6ff12ab2fb |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jun 03 00:19:11 2007 +0000 +++ b/src/ChangeLog Sun Jun 03 00:21:56 2007 +0000 @@ -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.