Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3540:efa52de8c279
[xemacs-hg @ 2006-08-04 20:01:05 by aidan]
Handle Latin-1 in syntax.c; make guillemets string delimiters.
author | aidan |
---|---|
date | Fri, 04 Aug 2006 20:01:14 +0000 |
parents | c11067d70e63 |
children | 02f6568ceaab |
line wrap: on
line diff
--- a/src/ChangeLog Thu Aug 03 21:51:11 2006 +0000 +++ b/src/ChangeLog Fri Aug 04 20:01:14 2006 +0000 @@ -1,3 +1,17 @@ +2006-08-04 Aidan Kehoe <kehoea@parhasard.net> + + * syntax.c (Fsyntax_table_p): + Make the docstring better reflect the code. + * syntax.c (define_standard_syntax): + Take a const UExtbyte * as the first argument, not a const char * + + * syntax.c (complex_vars_of_syntax): + Use a macro instead of repeating code; don't redundantly set the + syntax of the alphanumeric characters to ?w; define syntax for + Latin 1 characters here instead of in Lisp; guillemets are string + delimiters, not parentheses. + + 2006-07-18 Marcus Crestani <crestani@xemacs.org> * .cvsignore: Add .dbxrc.in and .gdbinit.in.