Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3543:c136144fe765
[xemacs-hg @ 2006-08-04 22:55:04 by aidan]
Raw strings, from Python via SXEmacs
author | aidan |
---|---|
date | Fri, 04 Aug 2006 22:55:19 +0000 |
parents | 02f6568ceaab |
children | 981a144e71fa |
comparison
equal
deleted
inserted
replaced
3542:1ce31579a443 | 3543:c136144fe765 |
---|---|
1 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lread.c (read_unicode_escape): | |
4 Refactor this code out from read_escape, since it's now called | |
5 from read_string as well. | |
6 * lread.c (read_escape): | |
7 Call read_unicode_escape instead of using inline code, | |
8 * lread.c (read_string): | |
9 Refactor out from read1, provide raw and honor_unicode options. | |
10 * lread.c (read_raw_string): | |
11 Added, a function that calls read_string with the correct | |
12 arguments for a raw string. | |
13 * lread.c (read1): | |
14 Pass raw strings to read_raw_string; pass strings to read_string. | |
15 | |
1 2006-08-04 Aidan Kehoe <kehoea@parhasard.net> | 16 2006-08-04 Aidan Kehoe <kehoea@parhasard.net> |
2 | 17 |
3 * event-tty.c (emacs_tty_next_event): | 18 * event-tty.c (emacs_tty_next_event): |
4 Check dispatch_event_queue for pending events, since we add to | 19 Check dispatch_event_queue for pending events, since we add to |
5 that in drain_tty_devices(). Fixes dropped key sequences on TTY | 20 that in drain_tty_devices(). Fixes dropped key sequences on TTY |