CVS update by aidan xemacs/src ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Tue Feb 6 14:36:57 EST 2007
User: aidan
Date: 07/02/06 20:36:57
Modified: xemacs/src ChangeLog mule-charset.c
Log:
iso8859-2 is not the X11 charset registry for the iso8859-4 charset.
Revision Changes Path
1.1042 +6 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.1041
retrieving revision 1.1042
diff -u -p -r1.1041 -r1.1042
--- ChangeLog 2007/02/05 15:33:17 1.1041
+++ ChangeLog 2007/02/06 19:36:46 1.1042
@@ -1,3 +1,9 @@
+2007-02-06 Aidan Kehoe <kehoea at parhasard.net>
+
+ * mule-charset.c (complex_vars_of_mule_charset):
+ iso8859-2 is not the X11 charset registry for the iso8859-4
+ charset, my mistake.
+
2007-02-05 Mike Sperber <mike at xemacs.org>
* fileio.c (Finsert_file_contents_internal): Clean up dead
1.54 +1 -1 XEmacs/xemacs/src/mule-charset.c
Index: mule-charset.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/mule-charset.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- mule-charset.c 2006/11/29 19:56:15 1.53
+++ mule-charset.c 2007/02/06 19:36:51 1.54
@@ -1217,7 +1217,7 @@ complex_vars_of_mule_charset (void)
build_string ("Latin-4"),
build_msg_string ("ISO8859-4 (Latin-4)"),
build_msg_string ("ISO8859-4 (Latin-4)"),
- vector1(build_string("iso8859-2")), 0, 0);
+ vector1(build_string("iso8859-4")), 0, 0);
staticpro (&Vcharset_thai_tis620);
Vcharset_thai_tis620 =
make_charset (LEADING_BYTE_THAI_TIS620, Qthai_tis620, 2,
More information about the XEmacs-CVS
mailing list