comparison src/ChangeLog @ 56477:59a86f6ee1fb

Fixes for Ctrl-G support on carbon, replacing old timeout based polling with alarm based polling. mac.c (sys_select): Redo sys_select to use alarm-based polling instead of 1 sec timeouts (like solaris). macterm.c (x_make_frame_visible): Comment in polling on frame creation. keyboard.c: Undef SIGIO on Carbon atimer.c (alarm_signal_handler): Call alarm handlers after scheduling. eval.c (Feval): Remove quit_char test process.c (wait_reading_process_input): Remove clearing stdin for select call on process input
author Steven Tamm <steventamm@mac.com>
date Mon, 19 Jul 2004 04:42:43 +0000
parents 094de440fa2e
children 45d805d79d29
comparison
equal deleted inserted replaced
56476:094de440fa2e 56477:59a86f6ee1fb
1 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * mac.c (sys_select): Redo sys_select to use alarm-based
4 polling instead of 1 sec timeouts (like solaris).
5
6 * macterm.c (x_make_frame_visible): Comment in polling on
7 frame creation.
8
9 * keyboard.c: Undef SIGIO on Carbon
10
11 * atimer.c (alarm_signal_handler): Call alarm handlers after
12 scheduling.
13
14 * eval.c (Feval): Remove quit_char test
15
16 * process.c (wait_reading_process_input): Remove clearing
17 stdin for select call on process input.
18
1 2004-07-18 Luc Teirlinck <teirllm@auburn.edu> 19 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2 20
3 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct 21 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
4 capitalization error in docstring. 22 capitalization error in docstring.
5 23