comparison src/ChangeLog @ 3841:5989b9bbb612

[xemacs-hg @ 2007-02-22 16:19:40 by stephent] Various warning fixes. <87lkiqkvpa.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Thu, 22 Feb 2007 16:19:44 +0000
parents 320acec37716
children 1c2a46ea1f78
comparison
equal deleted inserted replaced
3840:468d3e5fc353 3841:5989b9bbb612
1 2007-02-21 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * objects-tty.c (tty_font_spec_matches_charset): Use Aidan's enum.
4
5 * objects-xlike-inc.c (xft_find_charset_font): FC_WIDTH is obsolete
6 and may be undefined.
7
8 * sysdll.c (image_for_address): const cleanliness for Darwin.
9
10 * fileio.c (Finsert_file_contents_internal): Remove unused gcpro5.
11
1 2007-02-17 Stephen J. Turnbull <stephen@xemacs.org> 12 2007-02-17 Stephen J. Turnbull <stephen@xemacs.org>
2 13
3 * glyphs-eimage.c (png_instantiate_unwind): Avoid recursion. 14 * glyphs-eimage.c (png_instantiate_unwind): Avoid recursion.
4 (png_instantiate): Initialize setjmp_buffer early, and avoid 15 (png_instantiate): Initialize setjmp_buffer early, and avoid
5 recursive entry to error handler. 16 recursive entry to error handler.