emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 16 May 2005 11:24:53 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1192 emacs/etc/NEWS:1.1193
*** emacs/etc/NEWS:1.1192       Mon May 16 00:36:30 2005
--- emacs/etc/NEWS      Mon May 16 15:24:53 2005
***************
*** 3953,3973 ****
  
  *** 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
--- 3953,3958 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]