1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/92495f148d48/
Changeset: 92495f148d48
User: kehoea
Date: 2017-11-05 22:47:13+00:00
Summary: Remove the last of the unified Big5 charset from the C code.
src/ChangeLog addition:
2017-11-05 Aidan Kehoe <kehoea(a)parhasard.net>
* lisp.h:
* fontcolor-xlike-inc.c:
Remove the last references to the unified Vcharset_chinese_big5
charset, especially relevant with XFT. Thank you Stephen Turnbull
and Raymond Toy!
Affected #: 3 files
diff -r 51ad3b1a1b9288836a9efba679cc7141495c9e35 -r
92495f148d48c7e2fdfe53d7180fa14766e2afce src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,14 @@
Revert part of 417c790fd731, have this function return a list,
never a cons. Thank you Raymond Toy!
+2017-11-05 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * lisp.h:
+ * fontcolor-xlike-inc.c:
+ Remove the last references to the unified Vcharset_chinese_big5
+ charset, especially relevant with XFT. Thank you Stephen Turnbull
+ and Raymond Toy!
+
2017-10-28 Aidan Kehoe <kehoea(a)parhasard.net>
* file-coding.c (handle_possible_error_octet):
diff -r 51ad3b1a1b9288836a9efba679cc7141495c9e35 -r
92495f148d48c7e2fdfe53d7180fa14766e2afce src/fontcolor-xlike-inc.c
--- a/src/fontcolor-xlike-inc.c
+++ b/src/fontcolor-xlike-inc.c
@@ -389,13 +389,9 @@
{ &Vcharset_hebrew_iso8859_8, "Hebrew", "he" },
/* #### probably close enough for Ukraine? */
{ &Vcharset_cyrillic_iso8859_5, "Russian", "ru" },
-#ifdef UNICODE_INTERNAL
- { &Vcharset_chinese_big5, "traditional Chinese", "zh-tw" },
-#else
/* #### these probably are not quite right */
{ &Vcharset_chinese_big5_1, "traditional Chinese", "zh-tw"
},
{ &Vcharset_chinese_big5_2, "traditional Chinese", "zh-tw"
},
-#endif
{ NULL, NULL, NULL }
};
diff -r 51ad3b1a1b9288836a9efba679cc7141495c9e35 -r
92495f148d48c7e2fdfe53d7180fa14766e2afce src/lisp.h
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -5792,12 +5792,10 @@
extern Lisp_Object Vcharset_japanese_jisx0212;
extern Lisp_Object Vcharset_chinese_cns11643_1;
extern Lisp_Object Vcharset_chinese_cns11643_2;
-#ifdef UNICODE_INTERNAL
-extern Lisp_Object Vcharset_chinese_big5;
-extern Lisp_Object Vcharset_japanese_shift_jis;
-#else
extern Lisp_Object Vcharset_chinese_big5_1;
extern Lisp_Object Vcharset_chinese_big5_2;
+#ifdef UNICODE_INTERNAL
+extern Lisp_Object Vcharset_japanese_shift_jis;
#endif /* UNICODE_INTERNAL */
extern Lisp_Object Vcharset_composite;
#endif /* MULE */
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.