diff options
| author | Juanma Barranquero | 2006-10-31 09:08:24 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-10-31 09:08:24 +0000 |
| commit | e35fc9628ced2eafed2073622bbab1eec010d82a (patch) | |
| tree | bbd6f6e11d21184659ba51efbebe0dfdbde82fff /lib-src/ChangeLog | |
| parent | 6ceb8058570a0be21df9bde80d2ee269bdf7291a (diff) | |
| download | emacs-e35fc9628ced2eafed2073622bbab1eec010d82a.tar.gz emacs-e35fc9628ced2eafed2073622bbab1eec010d82a.zip | |
Fixes to emacsclient.c for GNU/Linux.
[!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].
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d36646065e1..0a6b4b35bee 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | Fixes to emacsclient.c for GNU/Linux. | ||
| 4 | * emacsclient.c [!WINDOWSNT] <top level>: Include <netinet/in.h> and | ||
| 5 | <sys/ioctl.h>. | ||
| 6 | (INVALID_SOCKET): Define. | ||
| 7 | (initialize_sockets): Put #endif at the right place. | ||
| 8 | (set_local_socket): Use progname, not argv[0]. | ||
| 9 | |||
| 1 | 2006-10-31 Juanma Barranquero <lekktu@gmail.com> | 10 | 2006-10-31 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * makefile.w32-in (ALL): Add emacsclient. | 12 | * makefile.w32-in (ALL): Add emacsclient. |
| @@ -32,6 +41,7 @@ | |||
| 32 | set_local_socket. Use set_socket. Get answers from server.el with | 41 | set_local_socket. Use set_socket. Get answers from server.el with |
| 33 | recv(), not file stream functions. | 42 | recv(), not file stream functions. |
| 34 | 43 | ||
| 44 | |||
| 35 | 2006-10-09 Eli Zaretskii <eliz@gnu.org> | 45 | 2006-10-09 Eli Zaretskii <eliz@gnu.org> |
| 36 | 46 | ||
| 37 | * makefile.w32-in (../src/config.h): Fix error message. | 47 | * makefile.w32-in (../src/config.h): Fix error message. |