comparison lib-src/ChangeLog @ 73582:b10ad78a3492

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 31 Oct 2006 11:07:10 +0000
parents 253ddf6ac03a
children e049c4ee04b1
comparison
equal deleted inserted replaced
73581:b75267a9d032 73582:b10ad78a3492
1 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) 1 2006-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].
9 7
10 2006-10-31 Juanma Barranquero <lekktu@gmail.com> 8 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
39 (set_socket): New function to chose between TCP and Unix sockets. 37 (set_socket): New function to chose between TCP and Unix sockets.
40 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to 38 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to
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
45 2006-10-09 Eli Zaretskii <eliz@gnu.org> 42 2006-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.
48 45
49 2006-09-30 Eli Zaretskii <eliz@gnu.org> 46 2006-09-30 Eli Zaretskii <eliz@gnu.org>