# HG changeset patch # User Kim F. Storm # Date 1165235195 0 # Node ID 8289a04178f1fcb498cd68791c4eec1022c1b591 # Parent 618f798d04c235d7648ab0d97536445050a4a012 *** empty log message *** diff -r 618f798d04c2 -r 8289a04178f1 src/ChangeLog --- a/src/ChangeLog Mon Dec 04 10:24:04 2006 +0000 +++ b/src/ChangeLog Mon Dec 04 12:26:35 2006 +0000 @@ -1,3 +1,23 @@ +2006-12-04 Kim F. Storm + + * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by... + (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs + first with code == 0 [signal] and one with code == sig number. + (main): Use it as handler for SIGUR1 and SIGUSR2. + + * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input + if first event in [signal xxx] sequence. + (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove. + (syms_of_keyboard): Don't intern and staticpro them. + (Qsignal, Qusr1, Qusr2): Declare. + (syms_of_keyboard): Intern and staticpro them. + (make_lispy_event): Return them for USER_SIGNAL_EVENTs. + + * process.c (Qsignal): Declare extern. + (syms_of_process): Don't intern/staticpro them here. + + * process.c (read_process_output): Abort if carryover < 0. + 2006-12-04 YAMAMOTO Mitsuharu * config.in: Regenerate.