Mercurial > emacs
diff etc/NEWS @ 68011:0317e633f999
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 04 Jan 2006 00:26:24 +0000 |
parents | 96503c1f5d7b |
children | 0c26a0aebc97 |
line wrap: on
line diff
--- a/etc/NEWS Wed Jan 04 00:23:57 2006 +0000 +++ b/etc/NEWS Wed Jan 04 00:26:24 2006 +0000 @@ -308,7 +308,7 @@ +++ ** You can now switch buffers in a cyclic order with C-x C-left -(previous-buffer) and C-x C-right (next-buffer). C-x left and +(previous-buffer) and C-x C-right (next-buffer). C-x left and C-x right can be used as well. The functions keep a different buffer cycle for each frame, using the frame-local buffer list. @@ -4426,6 +4426,8 @@ - Datagram connection is selected using :type 'datagram arg. - A server can open on a random port using :service t arg. - Local sockets are supported using :family 'local arg. +- IPv6 is supported (when available). You may explicitly select IPv6 + using :family 'ipv6 arg. - Non-blocking connect is supported using :nowait t arg. - The process' property list can be initialized using :plist PLIST arg; a copy of the server process' property list is automatically inherited @@ -4433,6 +4435,7 @@ To test for the availability of a given feature, use featurep like this: (featurep 'make-network-process '(:type datagram)) + (featurep 'make-network-process '(:family ipv6)) *** The old `open-network-stream' now uses `make-network-process'.