diff options
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> |