APPROVE COMMIT 21.5
Something that's been hanging aroung in my workspace for a while.
diff -r 8cdd9168fbd2 -r 486ade926857 src/ChangeLog
--- a/src/ChangeLog Wed Sep 26 02:04:16 2012 +0900
+++ b/src/ChangeLog Thu Oct 18 16:08:38 2012 +0900
@@ -0,0 +1,5 @@
+2012-10-18 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * fontcolor-xlike-inc.c (xft_find_charset_font):
+ Improve charset not in table warning message.
+
diff -r 8cdd9168fbd2 -r 486ade926857 src/fontcolor-xlike-inc.c
--- a/src/fontcolor-xlike-inc.c Wed Sep 26 02:04:16 2012 +0900
+++ b/src/fontcolor-xlike-inc.c Thu Oct 18 16:08: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!!
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches