comparison src/ChangeLog @ 44074:e1637a1c9023

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 21 Mar 2002 13:02:34 +0000
parents 32fbb48c7bc6
children 514cc212d612
comparison
equal deleted inserted replaced
44073:9984126a7008 44074:e1637a1c9023
12 (network_process_featurep): Removed function. 12 (network_process_featurep): Removed function.
13 (Fmake_network_process): Removed :feature check. 13 (Fmake_network_process): Removed :feature check.
14 Use :type 'datagram instead of :datagram t to create a datagram 14 Use :type 'datagram instead of :datagram t to create a datagram
15 socket. This allows us to add other connection types (e.g. raw 15 socket. This allows us to add other connection types (e.g. raw
16 sockets) later in a consistent manner. 16 sockets) later in a consistent manner.
17 (init_process) [subprocess]: Provide list of supported subfeatures 17 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
18 for feature make-network-process. 18 supported subfeatures for feature make-network-process.
19 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram. 19 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
20 Intern and staticpro QCtype and Qdatagram. 20 Intern and staticpro QCtype and Qdatagram.
21 (syms_of_process) [!subprocess]: Intern and staticpro QCtype. 21 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
22 22
23 * xfns.c: (QCtype): Remove duplicate declaration and 23 * xfns.c: (QCtype): Remove duplicate declaration and