diff options
| author | Chong Yidong | 2007-08-07 16:32:21 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-08-07 16:32:21 +0000 |
| commit | 3d91c31d454894c172c42bf0f8726c85c5f299fd (patch) | |
| tree | 2110e0148a04d6d29388dba8b17d5406484d71c9 /src | |
| parent | 275e235e8d5f9c0cb54ff716c0b382c5d5adc5e3 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | 1 | 2007-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 | ||
| 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> |