comparison src/ChangeLog @ 54026:8fa7ff960e1c

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 16 Feb 2004 23:11:58 +0000
parents 78e8edcefe98
children 77c2c4eceb79
comparison
equal deleted inserted replaced
54025:8659505a7f3d 54026:8fa7ff960e1c
1 2004-02-17 Kim F. Storm <storm@cua.dk>
2
3 * keyboard.c: Rework previous change; it didn't consider that the
4 buf array was allocated on the stack.
5 (prev_read): Remove variable.
6 (read_avail_input_buf): New static event buffer array.
7 (in_read_avail_input): New static variable to avoid re-entrancy.
8 (read_avail_input): Change buf to pinter to read_avail_input_buf.
9 Use in_read_avail_input to guard against re-entry.
10 Do not initialize read_avail_input_buf here; instead assume it
11 is always cleared on entry. To ensure that, we clear (just) the
12 entries that were used before we return.
13 (init_keyboard): Initialize read_avail_input_buf here.
14
1 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) 15 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2 16
3 * cmds.c (Fend_of_line): Doc fix. 17 * cmds.c (Fend_of_line): Doc fix.
4 18
5 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change) 19 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)