comparison src/ChangeLog @ 3548:9b8943d0d12a

[xemacs-hg @ 2006-08-07 20:33:23 by aidan] Correct a few spelling and grammar mistakes on my part. Thank you Jerry James, Vin Shelton.
author aidan
date Mon, 07 Aug 2006 20:33:29 +0000
parents 2ba8b7a25429
children be1bb4dc32b1
comparison
equal deleted inserted replaced
3547:dd935ef485d2 3548:9b8943d0d12a
1 2006-08-06 Aidan Kehoe <kehoea@parhasard.net> 1 2006-08-06 Aidan Kehoe <kehoea@parhasard.net>
2 2
3 * doc.c (Fsnarf_documentation): 3 * doc.c (Fsnarf_documentation):
4 Add an assertion and a comment, rather than crashing in the 4 Add an assertion and a comment, rather than crashing in the
5 76584th call of hash_string when someone's using a DOC file that 5 76584th call of hash_string when someone's using a DOC file that
6 doesn't match the format. 6 doesn't conform to format.
7 7
8 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> 8 2006-08-05 Aidan Kehoe <kehoea@parhasard.net>
9 9
10 * syntax.c (complex_vars_of_syntax): 10 * syntax.c (complex_vars_of_syntax):
11 String literals are char[], not unsigned char[]. Cast them when 11 String literals are char[], not unsigned char[]. Cast them when