]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog.multi-tty
Merged from emacs--devo--0
[gnu-emacs] / lib-src / ChangeLog.multi-tty
index 0e50b7c61a80cdd08ff0c97e25d40d0bffd51ff6..f8eedb5d756eba8ae40c43c89e8cc79b9051fdd4 100644 (file)
@@ -1,7 +1,24 @@
+2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacsclient.c (decode_options): Don't use a tty on mac carbon.
+
+2007-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacsclient.c (handle_sigtstp): Use the new name for the
+          socket variable.
+
+2007-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacsclient.c (decode_options): Don't use a tty on windows.
+       * makefile.w32-in (VERSION): Update.
+
 2007-05-16  Jason Rumney  <jasonr@gnu.org>
 
        * emacsclient.c: (emacs_socket): Rename from s.
        Move definition below includes it depends on.
+       (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
+       (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
+       (main): Expand removed macros inline.
 
 2007-05-16  Dan Nicolaescu  <dann@ics.uci.edu>