Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4226:9b4442ac18c7
[xemacs-hg @ 2007-10-15 09:55:43 by didierv]
Fix image specifiers related bugs
author | didierv |
---|---|
date | Mon, 15 Oct 2007 09:55:50 +0000 |
parents | 65c3847d432c |
children | 8475ff9c49ea |
comparison
equal
deleted
inserted
replaced
4225:e358b6c40407 | 4226:9b4442ac18c7 |
---|---|
1 2007-10-10 Didier Verna <didier@xemacs.org> | |
2 | |
3 * glyphs.c (potential_pixmap_file_instantiator): Make a difference | |
4 between not being able to locate a pixmap file, and not having a | |
5 console method to do so. | |
6 * glyphs.c (simple_image_type_normalize): Notice that difference, | |
7 and don't err when the method is unavailable. | |
8 * glyphs.c (xbm_normalize): Ditto. | |
9 * glyphs.c (xface_normalize): Ditto. | |
10 * glyphs.c (xpm_normalize): Ditto. | |
11 * glyphs-shared.c (shared_resource_normalize): Ditto. | |
12 * glyphs-x.c (x_locate_pixmap_file): Recognize ~ pathnames as | |
13 fully qualified. | |
14 | |
1 2007-10-03 Didier Verna <didier@xemacs.org> | 15 2007-10-03 Didier Verna <didier@xemacs.org> |
2 | 16 |
3 * faces.c (reset_face_cachels): Check for noninteractive mode in | 17 * faces.c (reset_face_cachels): Check for noninteractive mode in |
4 the assertions below, in which case the cache is unused. | 18 the assertions below, in which case the cache is unused. |
5 | 19 |