Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3539:9a4534f784c2 | 3540:efa52de8c279 |
---|---|
1 2006-08-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * syntax.c (Fsyntax_table_p): | |
4 Make the docstring better reflect the code. | |
5 * syntax.c (define_standard_syntax): | |
6 Take a const UExtbyte * as the first argument, not a const char * | |
7 | |
8 * syntax.c (complex_vars_of_syntax): | |
9 Use a macro instead of repeating code; don't redundantly set the | |
10 syntax of the alphanumeric characters to ?w; define syntax for | |
11 Latin 1 characters here instead of in Lisp; guillemets are string | |
12 delimiters, not parentheses. | |
13 | |
14 | |
1 2006-07-18 Marcus Crestani <crestani@xemacs.org> | 15 2006-07-18 Marcus Crestani <crestani@xemacs.org> |
2 | 16 |
3 * .cvsignore: Add .dbxrc.in and .gdbinit.in. | 17 * .cvsignore: Add .dbxrc.in and .gdbinit.in. |
4 | 18 |
5 2006-07-18 Marcus Crestani <crestani@xemacs.org> | 19 2006-07-18 Marcus Crestani <crestani@xemacs.org> |