Mercurial > emacs
diff etc/NEWS @ 106398:31424b91531a
(Fmake_network_process): Fix up the tests for
"connectionless socket", so they DTRT for seqpacket sockets as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 03 Dec 2009 19:01:36 +0000 |
parents | e01e9655414f |
children | 87bc434475d4 |
line wrap: on
line diff
--- a/etc/NEWS Thu Dec 03 18:51:32 2009 +0000 +++ b/etc/NEWS Thu Dec 03 19:01:36 2009 +0000 @@ -354,6 +354,8 @@ * Lisp changes in Emacs 23.2 +** make-network-socket can now also create `seqpacket' Unix sockets. + ** New function `completion-in-region' to use the standard completion facilities on a particular region of text.