From: Juanma Barranquero Date: Mon, 16 May 2005 15:24:53 +0000 (+0000) Subject: Remove references to open-network-stream-nowait and open-network-stream-server. X-Git-Tag: ttn-vms-21-2-B4~240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c656cd3c06fa16b9cff330061201edfcf23ed21;p=emacs.git Remove references to open-network-stream-nowait and open-network-stream-server. --- diff --git a/etc/NEWS b/etc/NEWS index 7061be5d71d..d824da2ef5c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3953,21 +3953,6 @@ To test for the availability of a given feature, use featurep like this: *** 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