Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4552 emacs/src/ChangeLog:1.4553 *** emacs/src/ChangeLog:1.4552 Mon Aug 15 01:47:19 2005 --- emacs/src/ChangeLog Mon Aug 15 08:44:36 2005 *************** *** 1,3 **** --- 1,18 ---- + 2005-08-15 Kim F. Storm <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type.
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs