diff options
| author | Steven Tamm | 2004-07-19 04:42:43 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-07-19 04:42:43 +0000 |
| commit | e082ac9deb976fa9ea3e09d639191bee9e9d5315 (patch) | |
| tree | 82a1728cf854c76c67afea7fcd1cc5fc81a44688 /src/ChangeLog | |
| parent | 1204e81c9e8cc713c8d19116873d9d96a9471467 (diff) | |
| download | emacs-e082ac9deb976fa9ea3e09d639191bee9e9d5315.tar.gz emacs-e082ac9deb976fa9ea3e09d639191bee9e9d5315.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a236ada29a..bc59ae9e2d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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 |