changeset 64976:d2bfb0f1fafc

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 15 Aug 2005 08:44:36 +0000
parents 2abe34cec6dc
children d26871fb1b7b
files src/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <storm@cua.dk>
+
+	* 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  <rms@gnu.org>
 
 	* image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type.