comparison src/ChangeLog @ 4252:8475ff9c49ea

[xemacs-hg @ 2007-11-05 14:59:20 by didierv] Fix recent image related crashes
author didierv
date Mon, 05 Nov 2007 14:59:24 +0000
parents 9b4442ac18c7
children c5a2b80bc4fa
comparison
equal deleted inserted replaced
4251:b45f331a659d 4252:8475ff9c49ea
1 2007-11-05 Didier Verna <didier@xemacs.org>
2
3 * glyphs.c (potential_pixmap_file_instanciator): Fix comment
4 describing its behavior.
5 * glyphs.c (xbm_mask_file_munging): Update semantics of file and
6 mask_file arguments to reflect recent changes in
7 potential_pixmap_file_instanciator (see patch below).
8 * glyphs-x.c (autodetect_normalize): Update call to
9 xbm_mask_file_munging to reflect the above change.
10 * glyphs-gtk.c (autodetect_normalize): Ditto.
11
1 2007-10-10 Didier Verna <didier@xemacs.org> 12 2007-10-10 Didier Verna <didier@xemacs.org>
2 13
3 * glyphs.c (potential_pixmap_file_instantiator): Make a difference 14 * glyphs.c (potential_pixmap_file_instantiator): Make a difference
4 between not being able to locate a pixmap file, and not having a 15 between not being able to locate a pixmap file, and not having a
5 console method to do so. 16 console method to do so.
6 * glyphs.c (simple_image_type_normalize): Notice that difference, 17 * glyphs.c (simple_image_type_normalize): Notice that difference,
7 and don't err when the method is unavailable. 18 and don't err when the method is unavailable.
8 * glyphs.c (xbm_normalize): Ditto. 19 * glyphs.c (xbm_normalize): Ditto.
9 * glyphs.c (xface_normalize): Ditto. 20 * glyphs.c (xface_normalize): Ditto.
10 * glyphs.c (xpm_normalize): Ditto. 21 * glyphs.c (xpm_normalize): Ditto.
11 * glyphs-shared.c (shared_resource_normalize): Ditto. 22 * glyphs-shared.c (shared_resource_normalize): Ditto.
12 * glyphs-x.c (x_locate_pixmap_file): Recognize ~ pathnames as 23 * glyphs-x.c (x_locate_pixmap_file): Recognize ~ pathnames as
13 fully qualified. 24 fully qualified.
14 25
15 2007-10-03 Didier Verna <didier@xemacs.org> 26 2007-10-03 Didier Verna <didier@xemacs.org>
16 27
17 * faces.c (reset_face_cachels): Check for noninteractive mode in 28 * faces.c (reset_face_cachels): Check for noninteractive mode in
18 the assertions below, in which case the cache is unused. 29 the assertions below, in which case the cache is unused.