Mercurial > emacs
changeset 73579:253ddf6ac03a
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 31 Oct 2006 09:08:24 +0000 |
parents | e193b6a3f379 |
children | 3d1a581627ea |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Tue Oct 31 09:07:18 2006 +0000 +++ b/lib-src/ChangeLog Tue Oct 31 09:08:24 2006 +0000 @@ -1,3 +1,12 @@ +2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) + + Fixes to emacsclient.c for GNU/Linux. + * emacsclient.c [!WINDOWSNT] <top level>: Include <netinet/in.h> and + <sys/ioctl.h>. + (INVALID_SOCKET): Define. + (initialize_sockets): Put #endif at the right place. + (set_local_socket): Use progname, not argv[0]. + 2006-10-31 Juanma Barranquero <lekktu@gmail.com> * makefile.w32-in (ALL): Add emacsclient. @@ -32,6 +41,7 @@ set_local_socket. Use set_socket. Get answers from server.el with recv(), not file stream functions. + 2006-10-09 Eli Zaretskii <eliz@gnu.org> * makefile.w32-in (../src/config.h): Fix error message.