comparison src/ChangeLog @ 97635:eb8c3a9e1565

(enum tiff_keyword_index, tiff_format): Add :index keyword. (fn_TIFFSetDirectory): New library function used. (init_tiff_functions) [HAVE_NTGUI]: Initialize it. (tiff_load): Use :index to select among multiple images. Set count property when multiple images exist. (gif_format): Use :index, not :image.
author Jason Rumney <jasonr@gnu.org>
date Sat, 23 Aug 2008 03:48:06 +0000
parents ef4c06e3494f
children 9b0b25fe18e7
comparison
equal deleted inserted replaced
97634:04c7229f90ae 97635:eb8c3a9e1565
1 2008-08-23 Jason Rumney <jasonr@gnu.org>
2
3 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
4 (fn_TIFFSetDirectory): New library function used.
5 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6 (tiff_load): Use :index to select among multiple images. Set count
7 property when multiple images exist.
8 (gif_format): Use :index, not :image.
9
1 2008-08-23 Chong Yidong <cyd@stupidchicken.com> 10 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * xdisp.c (try_scrolling): Check INT_MAX instead of 12 * xdisp.c (try_scrolling): Check INT_MAX instead of
4 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h 13 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
5 to obtain INT_MAX. 14 to obtain INT_MAX.