Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Feb 21 22:51:09 2007 +0000 +++ b/src/ChangeLog Thu Feb 22 16:19:44 2007 +0000 @@ -1,3 +1,14 @@ +2007-02-21 Stephen J. Turnbull <stephen@xemacs.org> + + * objects-tty.c (tty_font_spec_matches_charset): Use Aidan's enum. + + * objects-xlike-inc.c (xft_find_charset_font): FC_WIDTH is obsolete + and may be undefined. + + * sysdll.c (image_for_address): const cleanliness for Darwin. + + * fileio.c (Finsert_file_contents_internal): Remove unused gcpro5. + 2007-02-17 Stephen J. Turnbull <stephen@xemacs.org> * glyphs-eimage.c (png_instantiate_unwind): Avoid recursion.