comparison src/ChangeLog @ 74413:3f31a8cff008

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 04 Dec 2006 12:39:58 +0000
parents 8289a04178f1
children 9d28e2b1c05c
comparison
equal deleted inserted replaced
74412:408e515f643d 74413:3f31a8cff008
7 7
8 * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input 8 * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input
9 if first event in [signal xxx] sequence. 9 if first event in [signal xxx] sequence.
10 (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove. 10 (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
11 (syms_of_keyboard): Don't intern and staticpro them. 11 (syms_of_keyboard): Don't intern and staticpro them.
12 (Qsignal, Qusr1, Qusr2): Declare. 12 (Qsignal): Declare here.
13 (syms_of_keyboard): Intern and staticpro them. 13 (syms_of_keyboard): Intern and staticpro it.
14 (make_lispy_event): Return them for USER_SIGNAL_EVENTs. 14 (make_lispy_event): Use it. Intern symbols on the fly for other
15 USER_SIGNAL_EVENTs events.
15 16
16 * process.c (Qsignal): Declare extern. 17 * process.c (Qsignal): Declare extern.
17 (syms_of_process): Don't intern/staticpro them here. 18 (syms_of_process): Don't intern/staticpro it here.
18 19
19 * process.c (read_process_output): Abort if carryover < 0. 20 * process.c (read_process_output): Abort if carryover < 0.
20 21
21 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 22 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22 23