From: Kim F. Storm Date: Thu, 19 Aug 2004 13:56:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ba0f14c1f1df33480fff61a7d0b9f7c49ac286c;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index e29ffcf0864..2999a43f14d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2004-08-19 Kim F. Storm + * process.c (wait_reading_process_input): Clean up. + Add wait_for_cell, wait_proc, and just_wait_proc args + to avoid overloading `read_kbd' and `do_display' args. + Change read_kbd arg to int. All callers changed. + * process.c (process_send_signal): Use CDISABLE. * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.