aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-05-16 15:24:53 +0000
committerJuanma Barranquero2005-05-16 15:24:53 +0000
commit7c656cd3c06fa16b9cff330061201edfcf23ed21 (patch)
tree5763594b792dea83d212851c3d366925cb44a750
parent0da46b6eeabfc8afda14232976c2f823bce58491 (diff)
downloademacs-7c656cd3c06fa16b9cff330061201edfcf23ed21.tar.gz
emacs-7c656cd3c06fa16b9cff330061201edfcf23ed21.zip
Remove references to open-network-stream-nowait and open-network-stream-server.
-rw-r--r--etc/NEWS15
1 files changed, 0 insertions, 15 deletions
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:
3953 3953
3954*** The old `open-network-stream' now uses `make-network-process'. 3954*** The old `open-network-stream' now uses `make-network-process'.
3955 3955
3956*** New function `open-network-stream-nowait'.
3957
3958This function initiates a non-blocking connect and returns immediately
3959without waiting for the connection to be established. It takes the
3960filter and sentinel functions as arguments; when the non-blocking
3961connect completes, the sentinel is called with a status string
3962matching "open" or "failed".
3963
3964*** New function `open-network-stream-server'.
3965
3966This function creates a network server process for a TCP service.
3967When a client connects to the specified service, a new subprocess
3968is created to handle the new connection, and the sentinel function
3969is called for the new process.
3970
3971*** New functions `process-datagram-address', `set-process-datagram-address'. 3956*** New functions `process-datagram-address', `set-process-datagram-address'.
3972 3957
3973These functions are used with datagram-based network processes to get 3958These functions are used with datagram-based network processes to get