aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-08-07 16:32:21 +0000
committerChong Yidong2007-08-07 16:32:21 +0000
commit3d91c31d454894c172c42bf0f8726c85c5f299fd (patch)
tree2110e0148a04d6d29388dba8b17d5406484d71c9 /src
parent275e235e8d5f9c0cb54ff716c0b382c5d5adc5e3 (diff)
downloademacs-3d91c31d454894c172c42bf0f8726c85c5f299fd.tar.gz
emacs-3d91c31d454894c172c42bf0f8726c85c5f299fd.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 89723991c2f..06bcbaf3a05 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12007-08-07 Chong Yidong <cyd@stupidchicken.com> 12007-08-07 Chong Yidong <cyd@stupidchicken.com>
2 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.
11
3 * xdisp.c (move_it_by_lines): Remove incorrect optimization. 12 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
4 13
52007-08-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 142007-08-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>