Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3497:45671f160bd5 | 3498:b03fc4eae965 |
---|---|
1 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lisp.h: | |
4 * redisplay.c (add_octal_runes): | |
5 * syntax.h: | |
6 * text.c | |
7 Change some comments to reflect a 21-bit character space. | |
8 * text.c (non_ascii_valid_ichar_p): | |
9 Check that no character value is greater than 2^^21, not | |
10 2^^19. This fixes the Mule build when error-checking is turned on. | |
11 | |
1 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> | 12 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * symbols.c (Fsubr_name): | 14 * symbols.c (Fsubr_name): |
4 Use the CHECK_SUBR macro instead of the GNU code's explicit if | 15 Use the CHECK_SUBR macro instead of the GNU code's explicit if |
5 statement. | 16 statement. |