diff src/ChangeLog @ 3152:b85f5d7d9d82

[xemacs-hg @ 2005-12-18 22:55:51 by aidan] To my embarrassment, my previous change didn't actually work. This change makes (char-syntax (make-char 'arabic-1-column 50)) give ?w, the expected result after my last change.
author aidan
date Sun, 18 Dec 2005 22:55:52 +0000
parents b4485998d447
children f94f72c6ceb0
line wrap: on
line diff
--- a/src/ChangeLog	Sun Dec 18 22:51:14 2005 +0000
+++ b/src/ChangeLog	Sun Dec 18 22:55:52 2005 +0000
@@ -1,3 +1,13 @@
+2005-12-18  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* syntax.c (charset_syntax):
+	* syntax.c (update_just_this_syntax_table):
+	* syntax.c (complex_vars_of_syntax):
+	To my embarrassment, my previous change didn't actually work. This
+	change makes
+	    (char-syntax (make-char 'chinese-cns11643-1 50 50)) 
+	give ?w, the expected result after the last change.
+	
 2005-12-18  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.24 "dandelion" is released.