User: stephent
Date: 05/03/11 15:32:19
Modified: xemacs/src Tag: sjt-xft ChangeLog objects-x.c
Log:
it's all Greek to me <87r7imjlva.fsf(a)tleepslib.sk.tsukuba.ac.jp>
Revision Changes Path
No revision
No revision
1.758.2.20 +6 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.758.2.19
retrieving revision 1.758.2.20
diff -u -r1.758.2.19 -r1.758.2.20
--- ChangeLog 2005/03/09 10:53:20 1.758.2.19
+++ ChangeLog 2005/03/11 14:31:40 1.758.2.20
@@ -1,3 +1,9 @@
+2005-03-10 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * objects-x.c (charset_table): Fix ISO 639 code for Greek. Reported
+ by Stefan Holst <holst(a)mathematik.uni-mainz.de>.
+ (charset_table): Add information for Hebrew, whine about ISO prices.
+
2005-03-09 Stephen J. Turnbull <stephen(a)xemacs.org>
* objects-x.c (x_font_instance_truename): Try to fix XListFonts
1.26.2.14 +5 -3 XEmacs/xemacs/src/objects-x.c
Index: objects-x.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/objects-x.c,v
retrieving revision 1.26.2.13
retrieving revision 1.26.2.14
diff -u -r1.26.2.13 -r1.26.2.14
--- objects-x.c 2005/03/09 10:53:31 1.26.2.13
+++ objects-x.c 2005/03/11 14:31:59 1.26.2.14
@@ -1140,7 +1140,9 @@
{ &Vcharset_katakana_jisx0201, "Japanese", "ja" },
{ &Vcharset_latin_jisx0201, "Japanese", "ja" },
{ &Vcharset_japanese_jisx0208_1978, "Japanese", "ja" },
- { &Vcharset_greek_iso8859_7, "Greek", "gr" },
+ { &Vcharset_greek_iso8859_7, "Greek", "el" },
+ /* #### all the Chinese need checking
+ Damn the blood-sucking ISO anyway. */
{ &Vcharset_chinese_gb2312, "simplified Chinese", "zh-CN"
},
{ &Vcharset_korean_ksc5601, "Korean", "ko" },
{ &Vcharset_chinese_cns11643_1, "traditional Chinese",
"zh-TW" },
@@ -1153,9 +1155,9 @@
{ &Vcharset_latin_iso8859_15, NULL, NULL },
{ &Vcharset_thai_tis620, NULL, NULL },
{ &Vcharset_arabic_iso8859_6, NULL, NULL },
- { &Vcharset_hebrew_iso8859_8, NULL, NULL },
+ { &Vcharset_hebrew_iso8859_8, "Hebrew", "he" },
{ &Vcharset_cyrillic_iso8859_5, NULL, NULL },
- /* #### these probably are not quite right */
+ /* #### these probably are not quite right */
{ &Vcharset_chinese_big5_1, "traditional Chinese", "zh-TW"
},
{ &Vcharset_chinese_big5_2, "traditional Chinese", "zh-TW"
},
{ NULL, NULL, NULL }