# HG changeset patch # User Kim F. Storm # Date 1124095476 0 # Node ID d2bfb0f1fafc0f517d785b87a1a3143c962dc173 # Parent 2abe34cec6dc5615600d7944a3f7aa76fde109f1 *** empty log message *** diff -r 2abe34cec6dc -r d2bfb0f1fafc src/ChangeLog --- a/src/ChangeLog Mon Aug 15 02:06:44 2005 +0000 +++ b/src/ChangeLog Mon Aug 15 08:44:36 2005 +0000 @@ -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.