aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog8
-rw-r--r--src/ChangeLog7
2 files changed, 15 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 8433c0847e5..a9f6c93ae7d 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,11 @@
12003-09-23 Kim F. Storm <storm@cua.dk>
2
3 * processes.texi (Network, Network Servers): Fix typos.
4 (Low-Level Network): Add timeout value for :server keyword.
5 Add new option keywords to make-network-process.
6 Add set-network-process-options.
7 Explain how to test availability of network options.
8
12003-09-19 Richard M. Stallman <rms@gnu.org> 92003-09-19 Richard M. Stallman <rms@gnu.org>
2 10
3 * text.texi (Motion by Indent): Arg to 11 * text.texi (Motion by Indent): Arg to
diff --git a/src/ChangeLog b/src/ChangeLog
index a673739b5d4..29df99f2a4b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12003-09-23 Kim F. Storm <storm@cua.dk>
2
3 * process.c (set_socket_option): Fix :bindtodevice option.
4 (Fset_network_process_option): Update process contact list when
5 setting option succeeds.
6 (Fmake_network_process): Doc fix.
7
12003-09-23 Dave Love <fx@gnu.org> 82003-09-23 Dave Love <fx@gnu.org>
2 9
3 * process.c (Fnetwork_interface_info): Use 10 * process.c (Fnetwork_interface_info): Use