Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4757:a23ac8f90a49
Improve warning and error messages from Xft.
Default debug-level messages off.
Cast away Xft warnings from C compiler.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 15:25:00 +0900 |
parents | 5d67242595a8 |
children | 75975fd0b7fc |
comparison
equal
deleted
inserted
replaced
4756:5d67242595a8 | 4757:a23ac8f90a49 |
---|---|
1 2009-10-18 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * font-mgr.h (PRINT_XFT_PATTERN): | |
4 Cast away some warnings. | |
5 | |
6 * font-mgr.h (PRINT_XFT_PATTERN): | |
7 * objects-x.c (x_font_instance_truename): | |
8 * objects-xlike-inc.c (xft_find_charset_font): | |
9 * objects.c (font_instance_truename_internal): | |
10 Improve error checking and reporting for Xft fonts. | |
11 | |
12 * font-mgr.c (vars_of_font_mgr): | |
13 Set xft-debug-level to 0. | |
14 | |
1 2008-07-23 Stephen J. Turnbull <stephen@xemacs.org> | 15 2008-07-23 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 16 |
3 * objects-xlike-inc.c (charset_table): Add names and ISO 639 codes | 17 * objects-xlike-inc.c (charset_table): Add names and ISO 639 codes |
4 for Arabic, Russian, and Thai. Regional variants are lower-cased. | 18 for Arabic, Russian, and Thai. Regional variants are lower-cased. |
5 | 19 |