]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispextern.h (struct image): New members.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
* 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.

src/ChangeLog

index 89723991c2fc71e92d8c8d92cceb362f20cdb4a8..06bcbaf3a0535a02f8888192ae031b30d9dba196 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>