Mercurial > emacs
comparison src/ChangeLog @ 71324:52c2a53933f8
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 12 Jun 2006 22:37:17 +0000 |
parents | 818392fb6dc3 |
children | 09e601998e13 |
comparison
equal
deleted
inserted
replaced
71323:e882f189c3af | 71324:52c2a53933f8 |
---|---|
1 2006-06-13 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * dispnew.c: Modify preemptive redisplay to be based on periodic | |
4 checks for input. | |
5 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS. | |
6 (Vredisplay_preemption_period): New variable. | |
7 (syms_of_display): DEFVAR_LISP and initialize it. | |
8 (preemption_period, preemption_next_check): New variables. | |
9 (update_frame, update_single_window): Initialize them based on | |
10 Vredisplay_preemption_period if !force_p. | |
11 (update_window, update_frame_1): Use them to determine when to | |
12 check for input. | |
13 | |
1 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> | 14 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 15 |
3 * lread.c (read_escape): Provide a Unicode character escape | 16 * lread.c (read_escape): Provide a Unicode character escape |
4 syntax; \u followed by exactly four or \U followed by exactly | 17 syntax; \u followed by exactly four or \U followed by exactly |
5 eight hex digits in a comment or string is read as a Unicode | 18 eight hex digits in a comment or string is read as a Unicode |