log lib-src/emacsclient.c @ 112451:98ad7c9e56a3

age author description
Mon, 17 Jan 2011 11:01:01 -0800 Paul Eggert Merge from mainline.
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sun, 09 Jan 2011 00:00:02 -0800 Paul Eggert Include <getopt.h> not "getopt.h".
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Wed, 17 Nov 2010 22:54:14 -0500 Stefan Monnier Merge from emacs-23
Wed, 10 Nov 2010 17:35:27 +0900 YAMAMOTO Mitsuharu Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR (fix last failed check-in).
Fri, 08 Oct 2010 12:14:47 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Thu, 30 Sep 2010 20:41:12 -0700 Glenn Morris Close bug#3992.
Sun, 03 Oct 2010 16:35:22 -0700 Dan Nicolaescu Fix compilation warnings.
Sat, 02 Oct 2010 20:00:01 -0400 Chong Yidong * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error string
Thu, 30 Sep 2010 04:53:26 +0200 Juanma Barranquero lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.
Wed, 29 Sep 2010 10:18:40 +0200 Juanma Barranquero * emacsclient.c (main): Remove unused variables.
Wed, 11 Aug 2010 10:20:34 +0200 Jan D Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).
Thu, 05 Aug 2010 21:09:54 -0700 Dan Nicolaescu emacsclient.c cleanups.
Sun, 25 Jul 2010 05:36:54 +0200 Juanma Barranquero * emacsclient.c (getcwd): Fix previous change.
Sun, 25 Jul 2010 02:20:51 +0200 Juanma Barranquero Make building under stricter warning flags somewhat cleaner.
Sat, 24 Jul 2010 10:18:18 -0700 Dan Nicolaescu Add NO_RETURN specifiers to functions in lib-src.
Tue, 20 Jul 2010 22:21:03 +0200 Juanma Barranquero Convert some more functions to standard C.
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
Sat, 03 Jul 2010 09:44:17 +0200 Juanma Barranquero Fix prototypes.
Fri, 02 Jul 2010 17:50:23 -0700 Dan Nicolaescu Convert function definitions to standard C.
Sat, 29 May 2010 19:50:47 -0400 Chong Yidong Add --parent-id argument to emacsclient.
Thu, 01 Apr 2010 20:10:33 -0700 Dan Nicolaescu Remove extern errno declarations.
Wed, 13 Jan 2010 16:38:28 +0100 Juanma Barranquero Fix typos in comments and ChangeLogs.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Thu, 15 Oct 2009 06:11:57 +0000 Glenn Morris (print_help_and_exit): Fix bug report instructions.
Fri, 03 Jul 2009 15:32:02 +0000 Jason Rumney * w32term.c (w32_initialize): Use standard types.
Tue, 30 Jun 2009 15:48:23 +0000 Jason Rumney bug#1849 - Windows 7 Taskbar Support
Mon, 20 Apr 2009 03:19:19 +0000 Juanma Barranquero * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
Mon, 20 Apr 2009 02:52:56 +0000 Chong Yidong * emacsclient.c (print_help_and_exit): Clarify argument placement
Thu, 02 Apr 2009 19:43:27 +0000 Dan Nicolaescu (print_help_and_exit): Fix typo.
Wed, 11 Mar 2009 00:57:03 +0000 Juanma Barranquero * emacsclient.c (main): Revert part of last change,
Tue, 10 Mar 2009 14:08:52 +0000 Stefan Monnier * server.el (server-process-filter): Use expand-file-name rather than
Fri, 23 Jan 2009 09:08:03 +0000 Adrian Robert * emacsclient.c (decode_options): Use a dummy display name under NS/Cocoa.
Thu, 08 Jan 2009 03:38:51 +0000 Glenn Morris Add 2009 to copyright years.
Thu, 18 Dec 2008 08:48:26 +0000 Dan Nicolaescu * emacs.c (main): Print and error and exit when no data is read
Sun, 14 Dec 2008 03:23:43 +0000 Dan Nicolaescu Include syswait.h instead of sys/types.h.
Thu, 11 Dec 2008 17:32:44 +0000 Dan Nicolaescu (WCONTINUED): New compatibility define for older systems.
Wed, 10 Dec 2008 23:36:03 +0000 Dan Nicolaescu (main): Fix previous change.
Wed, 10 Dec 2008 22:18:21 +0000 Juanma Barranquero * emacsclient.c (main): Fix mindless breakage where emacsclient
Wed, 10 Dec 2008 15:24:22 +0000 Dan Nicolaescu (main): Fail in case of not being able to connect.
Wed, 10 Dec 2008 15:07:56 +0000 Dan Nicolaescu (decode_options): Fix typo.
Wed, 10 Dec 2008 14:57:20 +0000 Dan Nicolaescu (EMACS_DAEMON): Remove definition.
Wed, 10 Dec 2008 09:47:06 +0000 Juanma Barranquero * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
Wed, 10 Dec 2008 07:56:51 +0000 Dan Nicolaescu * misc.texi (emacsclient Options): Describe what an empty string
Wed, 03 Dec 2008 04:33:44 +0000 Dan Nicolaescu Fix typo in include.
Wed, 03 Dec 2008 03:37:37 +0000 Dan Nicolaescu Include <darpa/inet.h>.
Sun, 02 Nov 2008 23:16:33 +0000 Chong Yidong Fix last change.
Sun, 02 Nov 2008 21:41:57 +0000 Chong Yidong (window_system): Delete redundant variable.
Sat, 01 Nov 2008 13:48:55 +0000 Eli Zaretskii (main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.
Fri, 31 Oct 2008 23:17:13 +0000 Andreas Schwab (main): Don't force sending tty when in eval mode.
Thu, 30 Oct 2008 15:54:38 +0000 Chong Yidong (main): If using the current frame, send tty information to Emacs in
Wed, 29 Oct 2008 15:34:06 +0000 Juanma Barranquero * emacsclient.c (EXTRA_SPACE): New macro.
Wed, 29 Oct 2008 10:42:31 +0000 Juanma Barranquero * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.
Mon, 13 Oct 2008 02:32:51 +0000 Dan Nicolaescu (longopts, print_help_and_exit): Add -nw.
Fri, 19 Sep 2008 16:45:12 +0000 Eli Zaretskii (main): Fix a typo in a comment.
Fri, 19 Sep 2008 15:50:24 +0000 Chong Yidong (main): Use stdout rather than stdin to obtain the terminal (bug#427).