changeset 78448:681eb7074f83

* dispextern.h (struct image): New members. * image.c: Sync to trunk version. (search_image_cache, uncache_image, image-refresh): New functions. Check for fg and bg colors. (lookup_image): Use search_image_cache. Cache fg and bg colors. (pbm_load): Another check for invalid image data. (png_load): Ignore default background field.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 07 Aug 2007 16:32:21 +0000
parents 65140a5dc349
children 820186eb8f18
files src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Aug 07 16:08:39 2007 +0000
+++ b/src/ChangeLog	Tue Aug 07 16:32:21 2007 +0000
@@ -1,5 +1,14 @@
 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
 
+	* dispextern.h (struct image): New members.
+
+	* image.c: Sync to trunk version.
+	(search_image_cache, uncache_image, image-refresh): New functions.
+	Check for fg and bg colors.
+	(lookup_image): Use search_image_cache.  Cache fg and bg colors.
+	(pbm_load): Another check for invalid image data.
+	(png_load): Ignore default background field.
+
 	* xdisp.c (move_it_by_lines): Remove incorrect optimization.
 
 2007-08-07  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>