Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3367:84ee3ca77e7f
[xemacs-hg @ 2006-04-29 14:36:49 by aidan]
Support Unicode escapes in the Lisp reader, taking the syntax from C#.
author | aidan |
---|---|
date | Sat, 29 Apr 2006 14:36:57 +0000 |
parents | 316fddbf58e2 |
children | 959746c534f6 |
comparison
equal
deleted
inserted
replaced
3366:db585a1b4d86 | 3367:84ee3ca77e7f |
---|---|
1 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lread.c: | |
4 * lread.c (read_escape): | |
5 Support \uABCD and \U00ABCDEF for specifying characters by their | |
6 Unicode code point. | |
7 | |
1 2006-04-25 Stephen J. Turnbull <stephen@xemacs.org> | 8 2006-04-25 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 9 |
3 Repair busted commit, plus some gratuitous doc improvements. | 10 Repair busted commit, plus some gratuitous doc improvements. |
4 | 11 |
5 * emacs.c (main_1): Initialize display_use to NULL for clarity. | 12 * emacs.c (main_1): Initialize display_use to NULL for clarity. |