aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2005-10-19 03:54:56 +0000
committerChong Yidong2005-10-19 03:54:56 +0000
commitf1f25b99665ac3e5cd4c6cf70be8fdf637f10b52 (patch)
tree66f91ab3a7adf9a3ed66938d90a3da4674d916d0 /src/ChangeLog
parentf42d19a283c2888320519c78093de6a788374634 (diff)
downloademacs-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/ChangeLog12
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 @@
12005-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
12005-10-18 Richard M. Stallman <rms@gnu.org> 132005-10-18 Richard M. Stallman <rms@gnu.org>
2 14
3 * search.c (Fstring_match): Doc fix. 15 * search.c (Fstring_match): Doc fix.