From: Kim F. Storm Date: Mon, 15 Aug 2005 08:44:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7581 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71e37f3cf25f14f87c581bf139a26fa8b6915aca;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 1ac51d41a80..996175b2ff3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2005-08-15 Kim F. Storm + + * process.c (deactivate_process, status_notify, read_process_output) + (update_status, status_convert, decode_status, allocate_pty) + (make_process, remove_process, list_processes_1) + (create_process_1, unwind_request_sigio, read_process_output) + (send_process, keyboard_bit_set): Declare static. + (Fdelete_process): Simplify. Pass process to status_notify, so we + don't try to read output from it. + (status_notify): New arg deleting_process--don't try to read + output from that process. + + * lisp.h (deactivate_process, status_notify, read_process_output): + Remove prototypes. + 2005-08-14 Richard M. Stallman * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type.