diff options
| author | Chong Yidong | 2005-10-19 03:54:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2005-10-19 03:54:56 +0000 |
| commit | f1f25b99665ac3e5cd4c6cf70be8fdf637f10b52 (patch) | |
| tree | 66f91ab3a7adf9a3ed66938d90a3da4674d916d0 /src/ChangeLog | |
| parent | f42d19a283c2888320519c78093de6a788374634 (diff) | |
| download | emacs-f1f25b99665ac3e5cd4c6cf70be8fdf637f10b52.tar.gz emacs-f1f25b99665ac3e5cd4c6cf70be8fdf637f10b52.zip | |
* image.c (Vmax_image_size): New variable.
(check_image_size): New function.
(xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
(gif_load, gs_load): Use it.
(lookup_image): Try loading again if previous load failed.
(xbm_read_bitmap_data): Add a new argument, a pointer to the frame
to display in, NULL if none.
(xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
argument.
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. |