diff src/ChangeLog @ 3498:b03fc4eae965

[xemacs-hg @ 2006-07-08 16:15:54 by aidan] Fix a Mule build failure, update comments.
author aidan
date Sat, 08 Jul 2006 16:15:57 +0000
parents 45671f160bd5
children 3151d67d15d2
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jul 08 09:18:01 2006 +0000
+++ b/src/ChangeLog	Sat Jul 08 16:15:57 2006 +0000
@@ -1,3 +1,14 @@
+2006-07-08  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* lisp.h:
+	* redisplay.c (add_octal_runes):
+	* syntax.h:
+	* text.c
+	Change some comments to reflect a 21-bit character space. 
+	* text.c (non_ascii_valid_ichar_p):
+	Check that no character value is greater than 2^^21, not
+	2^^19. This fixes the Mule build when error-checking is turned on.
+
 2006-07-08  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* symbols.c (Fsubr_name):