diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 40d2ed10308..852a7b9745e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-10-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * image.c (Vmax_image_size): New variable. | ||
| 4 | (check_image_size): New function. | ||
| 5 | (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load) | ||
| 6 | (gif_load, gs_load): Use it. | ||
| 7 | (lookup_image): Try loading again if previous load failed. | ||
| 8 | (xbm_read_bitmap_data): Add a new argument, a pointer to the frame | ||
| 9 | to display in, NULL if none. | ||
| 10 | (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new | ||
| 11 | argument. | ||
| 12 | |||
| 1 | 2005-10-18 Richard M. Stallman <rms@gnu.org> | 13 | 2005-10-18 Richard M. Stallman <rms@gnu.org> |
| 2 | 14 | ||
| 3 | * search.c (Fstring_match): Doc fix. | 15 | * search.c (Fstring_match): Doc fix. |