comparison src/ChangeLog @ 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 52f4ec6b316f
children f3583f35fc6a
comparison
equal deleted inserted replaced
78447:65140a5dc349 78448:681eb7074f83
1 2007-08-07 Chong Yidong <cyd@stupidchicken.com> 1 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * dispextern.h (struct image): New members.
4
5 * image.c: Sync to trunk version.
6 (search_image_cache, uncache_image, image-refresh): New functions.
7 Check for fg and bg colors.
8 (lookup_image): Use search_image_cache. Cache fg and bg colors.
9 (pbm_load): Another check for invalid image data.
10 (png_load): Ignore default background field.
2 11
3 * xdisp.c (move_it_by_lines): Remove incorrect optimization. 12 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
4 13
5 2007-08-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 14 2007-08-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
6 15