aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2006-10-31 11:07:10 +0000
committerKim F. Storm2006-10-31 11:07:10 +0000
commitd4fa60c883cfddb62f64c59062f18c784fcbe67e (patch)
treee0c3fe400032a30583ce73eb3c5e3952f20cda26 /lib-src/ChangeLog
parent3cd2b59fc8ea1e250ca865c39d543d59a23bffc7 (diff)
downloademacs-d4fa60c883cfddb62f64c59062f18c784fcbe67e.tar.gz
emacs-d4fa60c883cfddb62f64c59062f18c784fcbe67e.zip
*** empty log message ***
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 0a6b4b35bee..b3ac07ec269 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,8 +1,6 @@
12006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) 12006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
2 2
3 Fixes to emacsclient.c for GNU/Linux. 3 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
4 * emacsclient.c [!WINDOWSNT] <top level>: Include <netinet/in.h> and
5 <sys/ioctl.h>.
6 (INVALID_SOCKET): Define. 4 (INVALID_SOCKET): Define.
7 (initialize_sockets): Put #endif at the right place. 5 (initialize_sockets): Put #endif at the right place.
8 (set_local_socket): Use progname, not argv[0]. 6 (set_local_socket): Use progname, not argv[0].
@@ -41,7 +39,6 @@
41 set_local_socket. Use set_socket. Get answers from server.el with 39 set_local_socket. Use set_socket. Get answers from server.el with
42 recv(), not file stream functions. 40 recv(), not file stream functions.
43 41
44
452006-10-09 Eli Zaretskii <eliz@gnu.org> 422006-10-09 Eli Zaretskii <eliz@gnu.org>
46 43
47 * makefile.w32-in (../src/config.h): Fix error message. 44 * makefile.w32-in (../src/config.h): Fix error message.