aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-03-21 13:02:34 +0000
committerKim F. Storm2002-03-21 13:02:34 +0000
commit3ae1b884632a2c54da5ef6d98df2c96edd1b393b (patch)
tree28d26c544cf1337c8e215e5c5dadca72aec2cb0a /src
parentc2bd2c26f3b343789ce83068f620c800b1b38ce0 (diff)
downloademacs-3ae1b884632a2c54da5ef6d98df2c96edd1b393b.tar.gz
emacs-3ae1b884632a2c54da5ef6d98df2c96edd1b393b.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05a22d7e8ee..49835ba93c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,8 +14,8 @@
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.