comparison src/ChangeLog @ 110184:44aeafd02c21

Check all lisp types in image loader * nsimage.m (ns_load_image): Check argument types. * image.c: Remove all uses of gcpro. (xpm_load): Check all lisp types. (pbm_load): Likewise. (png_load): Likewise. (jpeg_load): Likewise. (tiff_load): Likewise. (gif_load): Likewise. (imagemagick_load_image): Likewise. (imagemagick_load): Likewise. (svg_load): Likewise. (gs_load): Likewise.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 04 Sep 2010 21:39:34 +0200
parents 6d74afef6e68
children ca957835ff5a
comparison
equal deleted inserted replaced
110183:fe4f125a5ff8 110184:44aeafd02c21
1 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2
3 * nsimage.m (ns_load_image): Check argument types.
4
5 * image.c: Remove all uses of gcpro.
6 (xpm_load): Check all lisp types.
7 (pbm_load): Likewise.
8 (png_load): Likewise.
9 (jpeg_load): Likewise.
10 (tiff_load): Likewise.
11 (gif_load): Likewise.
12 (imagemagick_load_image): Likewise.
13 (imagemagick_load): Likewise.
14 (svg_load): Likewise.
15 (gs_load): Likewise.
16
1 2010-09-04 Eli Zaretskii <eliz@gnu.org> 17 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2 18
3 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't 19 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
4 try to reorder grapheme clusters, since LGSTRING should always 20 try to reorder grapheme clusters, since LGSTRING should always
5 hold them in the logical order. 21 hold them in the logical order.