aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.