comparison src/ChangeLog @ 74405:8289a04178f1

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 04 Dec 2006 12:26:35 +0000
parents 91577a136109
children 3f31a8cff008
comparison
equal deleted inserted replaced
74404:618f798d04c2 74405:8289a04178f1
1 2006-12-04 Kim F. Storm <storm@cua.dk>
2
3 * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
4 (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
5 first with code == 0 [signal] and one with code == sig number.
6 (main): Use it as handler for SIGUR1 and SIGUSR2.
7
8 * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input
9 if first event in [signal xxx] sequence.
10 (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
11 (syms_of_keyboard): Don't intern and staticpro them.
12 (Qsignal, Qusr1, Qusr2): Declare.
13 (syms_of_keyboard): Intern and staticpro them.
14 (make_lispy_event): Return them for USER_SIGNAL_EVENTs.
15
16 * process.c (Qsignal): Declare extern.
17 (syms_of_process): Don't intern/staticpro them here.
18
19 * process.c (read_process_output): Abort if carryover < 0.
20
1 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 21 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 22
3 * config.in: Regenerate. 23 * config.in: Regenerate.
4 24
5 * fileio.c [__NetBSD__]: Don't define `unix'. 25 * fileio.c [__NetBSD__]: Don't define `unix'.