Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 898:b0c24ea6a2a8
[xemacs-hg @ 2002-07-03 07:18:39 by michaels]
2002-07-01 Mike Sperber <mike@xemacs.org>
* process-unix.c (unix_send_process): Mark coding_outstream as
non-open upon SIGPIPE.
* event-stream.c (execute_internal_event): Reinstate code to
deactivate a dead network connection that got lost during the
stdout/stderr separation.
* event-stream.c (Fnext_event): Reorder switch cases to something
that makes sense.
author | michaels |
---|---|
date | Wed, 03 Jul 2002 07:18:41 +0000 |
parents | 7da79fbe37bb |
children | 08513f26c519 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jul 02 19:09:31 2002 +0000 +++ b/src/ChangeLog Wed Jul 03 07:18:41 2002 +0000 @@ -1,3 +1,15 @@ +2002-07-01 Mike Sperber <mike@xemacs.org> + + * process-unix.c (unix_send_process): Mark coding_outstream as + non-open upon SIGPIPE. + + * event-stream.c (execute_internal_event): Reinstate code to + deactivate a dead network connection that got lost during the + stdout/stderr separation. + + * event-stream.c (Fnext_event): Reorder switch cases to something + that makes sense. + 2002-06-27 Olivier Galibert <galibert@pobox.com> * input-method-motif.c: Fix the #includes.