1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/changeset/0bd991c31cd1/
changeset: 0bd991c31cd1
user: stephen_at_xemacs
date: 2012-12-23 19:17:38
summary: Improve charset not in table warning message.
affected #: 2 files
diff -r 40fbceabaafde24b043d2ad163e4671f2121efc9 -r
0bd991c31cd13e40aea42f466bd3180c6743da14 src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2012-11-06 Aidan Kehoe <kehoea(a)parhasard.net>
* keymap.c (define_key_check_and_coerce_keysym):
diff -r 40fbceabaafde24b043d2ad163e4671f2121efc9 -r
0bd991c31cd13e40aea42f466bd3180c6743da14 src/fontcolor-xlike-inc.c
--- a/src/fontcolor-xlike-inc.c
+++ b/src/fontcolor-xlike-inc.c
@@ -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!!
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches