From: Chong Yidong Date: Tue, 7 Aug 2007 16:32:21 +0000 (+0000) Subject: * dispextern.h (struct image): New members. X-Git-Tag: emacs-pretest-22.1.90~1075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d91c31d454894c172c42bf0f8726c85c5f299fd;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index 89723991c2f..06bcbaf3a05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2007-08-07 Chong Yidong + * 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