changeset 5698:0bd991c31cd1

Improve charset not in table warning message.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 24 Dec 2012 03:17:38 +0900
parents 40fbceabaafd
children a95c89dc9695
files src/ChangeLog src/fontcolor-xlike-inc.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <stephen@xemacs.org>
+
+	* fontcolor-xlike-inc.c (xft_find_charset_font):
+	Improve charset not in table warning message.
+
 2012-11-06  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* keymap.c (define_key_check_and_coerce_keysym):
--- 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!!