aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/ChangeLog8
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2543ffa9eee..5d744fc94c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12003-09-14 Kim F. Storm <storm@cua.dk>
2
3 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4
12003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu> 52003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
2 6
3 * Makefile.in (install-arch-indep, uninstall): Add SES manual. 7 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
diff --git a/src/ChangeLog b/src/ChangeLog
index cd233fe2811..5472d07dd1e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12003-09-14 Kim F. Storm <storm@cua.dk>
2
3 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
4 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
5 (syms_of_process): Defsubr them.
6
7 * config.in: Regenerate.
8
12003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> 92003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * lisp.h (VALBITS): Don't remove 1 for the markbit. 11 * lisp.h (VALBITS): Don't remove 1 for the markbit.