Mercurial > emacs
diff lib-src/ChangeLog @ 73584:e049c4ee04b1
*** empty log message ***
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 31 Oct 2006 13:52:32 +0000 |
| parents | b10ad78a3492 |
| children | 50921825dc28 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Tue Oct 31 13:50:35 2006 +0000 +++ b/lib-src/ChangeLog Tue Oct 31 13:52:32 2006 +0000 @@ -1,3 +1,9 @@ +2006-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available. + (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO + to set the socket in non-blocking mode. + 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
