comparison lib-src/ChangeLog.multi-tty @ 83625:188795a4ee84

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 21 May 2007 12:16:07 +0000
parents ce4352d8bee9
children 7a881fda2c3a
comparison
equal deleted inserted replaced
83624:3b1222f7b28a 83625:188795a4ee84
1 2007-05-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (print_help_and_exit): Restore and adapt trunk
4 change from 2006-11-23 which was lost in the merge.
5
1 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> 6 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * emacsclient.c (decode_options): Don't use a tty on mac carbon. 8 * emacsclient.c (decode_options): Don't use a tty on mac carbon.
4 9
5 2007-05-17 Dan Nicolaescu <dann@ics.uci.edu> 10 2007-05-17 Dan Nicolaescu <dann@ics.uci.edu>
12 * emacsclient.c (decode_options): Don't use a tty on windows. 17 * emacsclient.c (decode_options): Don't use a tty on windows.
13 * makefile.w32-in (VERSION): Update. 18 * makefile.w32-in (VERSION): Update.
14 19
15 2007-05-16 Jason Rumney <jasonr@gnu.org> 20 2007-05-16 Jason Rumney <jasonr@gnu.org>
16 21
17 * emacsclient.c: (emacs_socket): Rename from s. 22 * emacsclient.c (emacs_socket): Rename from s.
18 Move definition below includes it depends on. 23 Move definition below includes it depends on.
19 (SEND_STRING, SEND_QUOTED): Remove obfuscation macros. 24 (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
20 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp): 25 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
21 (main): Expand removed macros inline. 26 (main): Expand removed macros inline.
22 27