comparison src/ChangeLog @ 5073:78a3c171a427

Fixes for bitmap mask files handling src/ChangeLog addition: 2010-02-24 Didier Verna <didier@xemacs.org> * glyphs.c: Clarify comment about potential_pixmap_file_instantiator. * glyphs.c (xbm_mask_file_munging): Clarify comment, remove unreachable condition and provide a cuple of assertions. * glyphs.c (xbm_normalize): Clarify comments, error on mask file not found. * glyphs.c (xface_normalize): Ditto, and handle inline data properly.
author Didier Verna <didier@lrde.epita.fr>
date Wed, 24 Feb 2010 11:08:30 +0100
parents 14f0dd1fabdb
children 8af6a32b170d 2a462149bd6a
comparison
equal deleted inserted replaced
5072:cc74f60c150e 5073:78a3c171a427
1 2010-02-24 Didier Verna <didier@xemacs.org>
2
3 * glyphs.c: Clarify comment about potential_pixmap_file_instantiator.
4 * glyphs.c (xbm_mask_file_munging): Clarify comment, remove
5 unreachable condition and provide a cuple of assertions.
6 * glyphs.c (xbm_normalize): Clarify comments, error on mask file
7 not found.
8 * glyphs.c (xface_normalize): Ditto, and handle inline data properly.
9
1 2010-02-22 Ben Wing <ben@xemacs.org> 10 2010-02-22 Ben Wing <ben@xemacs.org>
2 11
3 * .gdbinit.in.in: 12 * .gdbinit.in.in:
4 * Makefile.in.in (batch_test_emacs): 13 * Makefile.in.in (batch_test_emacs):
5 test-harness.el is in lisp directory now so change how we call it. 14 test-harness.el is in lisp directory now so change how we call it.