/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.613 by eliz, Tue Feb 26 16:51:30 2002 UTC revision 1.614 by kfstorm, Fri Mar 1 00:15:34 2002 UTC
# Line 623  will lead to undesirable results, so don Line 623  will lead to undesirable results, so don
623  change group you start for any given buffer should be the last one  change group you start for any given buffer should be the last one
624  finished.  finished.
625    
626    ** You can now use non-blocking connect to open network streams.
627    
628    The function open-network-stream has a new optional 7th argument.
629    If non-nil, that function will initiate a non-blocking connect and
630    return immediately before the connection is established.
631    
632    It returns nil if the system does not support non-blocking connects;
633    the caller may then make a normal (blocking) open-network-stream.
634    
635    The filter and sentinel functions can now be specified as arguments
636    to open-network-stream.  When the non-blocking connect completes, the
637    sentinel is called with the status matching "open" or "failed".
638    
639  ** New function substring-no-properties.  ** New function substring-no-properties.
640    
641  +++  +++

Legend:
Removed from v.1.613  
changed lines
  Added in v.1.614

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26