# HG changeset patch # User Kim F. Storm # Date 1016715754 0 # Node ID e1637a1c90237a068b2ee9f79481e74a853b3318 # Parent 9984126a7008be52a63ba6bcc33f352d011893ae *** empty log message *** diff -r 9984126a7008 -r e1637a1c9023 lisp/ChangeLog --- a/lisp/ChangeLog Thu Mar 21 13:01:14 2002 +0000 +++ b/lisp/ChangeLog Thu Mar 21 13:02:34 2002 +0000 @@ -1,3 +1,9 @@ +2002-03-21 Kim F. Storm + + * simple.el (open-network-stream, open-network-stream-nowait) + (open-network-stream-server): Use featurep to test for + supported networking features. + 2002-03-21 Thien-Thi Nguyen * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter diff -r 9984126a7008 -r e1637a1c9023 src/ChangeLog --- a/src/ChangeLog Thu Mar 21 13:01:14 2002 +0000 +++ b/src/ChangeLog Thu Mar 21 13:02:34 2002 +0000 @@ -14,8 +14,8 @@ Use :type 'datagram instead of :datagram t to create a datagram socket. This allows us to add other connection types (e.g. raw sockets) later in a consistent manner. - (init_process) [subprocess]: Provide list of supported subfeatures - for feature make-network-process. + (init_process) [subprocess, HAVE_SOCKETS]: Provide list of + supported subfeatures for feature make-network-process. (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram. Intern and staticpro QCtype and Qdatagram. (syms_of_process) [!subprocess]: Intern and staticpro QCtype.