# HG changeset patch # User Juanma Barranquero # Date 1116257093 0 # Node ID 1c8187822a221f6d0bd07d2058c32e04c1321ef9 # Parent 0e8b9e2e0990ed8a8fcda3c35fafd4ee24448307 Remove references to open-network-stream-nowait and open-network-stream-server. diff -r 0e8b9e2e0990 -r 1c8187822a22 etc/NEWS --- a/etc/NEWS Mon May 16 15:17:55 2005 +0000 +++ b/etc/NEWS Mon May 16 15:24:53 2005 +0000 @@ -3953,21 +3953,6 @@ *** The old `open-network-stream' now uses `make-network-process'. -*** New function `open-network-stream-nowait'. - -This function initiates a non-blocking connect and returns immediately -without waiting for the connection to be established. It takes the -filter and sentinel functions as arguments; when the non-blocking -connect completes, the sentinel is called with a status string -matching "open" or "failed". - -*** New function `open-network-stream-server'. - -This function creates a network server process for a TCP service. -When a client connects to the specified service, a new subprocess -is created to handle the new connection, and the sentinel function -is called for the new process. - *** New functions `process-datagram-address', `set-process-datagram-address'. These functions are used with datagram-based network processes to get