+2002-03-21 Kim F. Storm <storm@cua.dk>
+
+ * 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 <ttn@gnu.org>
* mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
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.