# HG changeset patch # User Stephen J. Turnbull # Date 1356286658 -32400 # Node ID 0bd991c31cd13e40aea42f466bd3180c6743da14 # Parent 40fbceabaafde24b043d2ad163e4671f2121efc9 Improve charset not in table warning message. diff -r 40fbceabaafd -r 0bd991c31cd1 src/ChangeLog --- a/src/ChangeLog Mon Dec 24 03:08:33 2012 +0900 +++ b/src/ChangeLog Mon Dec 24 03:17:38 2012 +0900 @@ -1,3 +1,8 @@ +2012-10-18 Stephen J. Turnbull + + * fontcolor-xlike-inc.c (xft_find_charset_font): + Improve charset not in table warning message. + 2012-11-06 Aidan Kehoe * keymap.c (define_key_check_and_coerce_keysym): diff -r 40fbceabaafd -r 0bd991c31cd1 src/fontcolor-xlike-inc.c --- a/src/fontcolor-xlike-inc.c Mon Dec 24 03:08:33 2012 +0900 +++ b/src/fontcolor-xlike-inc.c Mon Dec 24 03:17:38 2012 +0900 @@ -589,7 +589,7 @@ { /* OK, we fell off the end of the table */ warn_when_safe_lispobj (intern ("xft"), intern ("alert"), - list2 (build_ascstring ("unchecked charset"), + list2 (build_ascstring ("unknown charset in conversion to Xft font"), charset)); /* default to "en" #### THIS IS WRONG, WRONG, WRONG!!