log lib-src/emacsclient.c @ 83107:04f66a874a01

age author description
Mon, 19 Apr 2004 12:03:00 +0000 Karoly Lorentey In emacsclient, protect the xmitted string from fprintf expansion (Dan Nicolaescu).
Sun, 18 Apr 2004 01:34:11 +0000 Karoly Lorentey Another server.el overhaul.
Sat, 28 Feb 2004 01:23:39 +0000 Karoly Lorentey Implemented suspending of emacsclient frames.
Fri, 27 Feb 2004 14:10:47 +0000 Karoly Lorentey Make emacsclient refuse to create a frame inside an Emacs term buffer.
Fri, 20 Feb 2004 23:54:53 +0000 Karoly Lorentey Fix a crash in emacsclient when DISPLAY is unset.
Fri, 20 Feb 2004 01:46:26 +0000 Karoly Lorentey Changed emacsclient to open new frames by default.
Fri, 20 Feb 2004 01:22:10 +0000 Karoly Lorentey Verify the version of Emacsclient.
Thu, 19 Feb 2004 23:55:51 +0000 Karoly Lorentey Added -w option to emacsclient for opening a new X frame.
Tue, 17 Feb 2004 01:52:25 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Mon, 02 Feb 2004 19:19:08 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Mon, 26 Jan 2004 21:22:42 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 25 Jan 2004 00:43:38 +0000 Karoly Lorentey Removed %T in mode-line-format. Trivial documentation changes.
Thu, 22 Jan 2004 15:37:19 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 11 Jan 2004 02:45:44 +0000 Karoly Lorentey Fix C-g handling with multiple ttys.
Sat, 10 Jan 2004 13:27:38 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Mon, 05 Jan 2004 05:58:50 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Mon, 05 Jan 2004 05:54:35 +0000 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
Sat, 03 Jan 2004 08:31:14 +0000 Karoly Lorentey Portability fixes (now it compiles & runs fine on Solaris).
Fri, 02 Jan 2004 13:03:12 +0000 Karoly Lorentey Fix longopts option name for --tty.
Fri, 02 Jan 2004 02:54:17 +0000 Karoly Lorentey MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.
Fri, 02 Jan 2004 01:15:26 +0000 Karoly Lorentey Fixed X support, preliminary support for X-tty combo sessions.
Wed, 31 Dec 2003 05:09:29 +0000 Karoly Lorentey A few more bugfixes and new features.
Tue, 30 Dec 2003 19:27:57 +0000 Karoly Lorentey Major bugfixes and slight enhancements.
Mon, 07 Jan 2008 08:39:45 +0000 Glenn Morris Add 2008 to copyright years.
Fri, 26 Oct 2007 15:39:06 +0000 Juanma Barranquero Add a wrapper for getenv so it also checks the registry on Windows.
Thu, 25 Oct 2007 23:56:34 +0000 Jason Rumney (sock_err_message): New function.
Thu, 27 Sep 2007 22:08:35 +0000 Jason Rumney (w32_window_app): Init common controls when windowed.
Wed, 25 Jul 2007 05:06:11 +0000 Glenn Morris Switch license to GPLv3 or later.
Fri, 16 Feb 2007 17:12:59 +0000 Juanma Barranquero Comment changes and clarifications.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Mon, 18 Dec 2006 16:46:41 +0000 Juanma Barranquero [WINDOWSNT] (set_fg, get_wc): New variables.
Fri, 15 Dec 2006 19:05:47 +0000 Richard M. Stallman Comment and whitespace changes.
Fri, 15 Dec 2006 17:50:28 +0000 Juanma Barranquero Rework a few comments.
Fri, 15 Dec 2006 14:50:38 +0000 Juanma Barranquero (w32_execvp): New function; wrapper for `execvp'.
Thu, 30 Nov 2006 22:49:38 +0000 Juanma Barranquero (emacs_pid): New variable.
Thu, 30 Nov 2006 21:58:53 +0000 Juanma Barranquero (message): Make sure the message is properly written even if it contains printf
Sat, 25 Nov 2006 00:32:40 +0000 Jason Rumney (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
Fri, 24 Nov 2006 20:58:30 +0000 Eli Zaretskii (file_name_absolute_p) [WINDOWSNT]: Support absolute file names with forward
Fri, 24 Nov 2006 10:31:26 +0000 Juanma Barranquero Space/tab mixup.
Thu, 23 Nov 2006 01:50:59 +0000 Juanma Barranquero (print_help_and_exit): Tweak message contents and tabs/spaces
Wed, 22 Nov 2006 14:16:42 +0000 Juanma Barranquero Include <stdarg.h>.
Mon, 13 Nov 2006 11:32:11 +0000 Jason Rumney Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
Mon, 13 Nov 2006 10:59:04 +0000 Juanma Barranquero [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
Fri, 10 Nov 2006 15:41:44 +0000 Juanma Barranquero [!WINDOWSNT]: Include <sys/types.h>.
Wed, 08 Nov 2006 01:06:45 +0000 Juanma Barranquero (get_server_config): Declare set_fg as FARPROC to avoid a compiler warning.
Tue, 07 Nov 2006 11:20:32 +0000 Juanma Barranquero (get_server_config) [WINDOWSNT]: Search the server file on APPDATA
Tue, 07 Nov 2006 10:43:45 +0000 Juanma Barranquero (get_server_config): Extract also the Emacs pid from the server file.
Mon, 06 Nov 2006 12:37:46 +0000 Juanma Barranquero (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.
Fri, 03 Nov 2006 16:24:53 +0000 Juanma Barranquero (initialize_sockets): Don't initialize Winsock more than once.
Thu, 02 Nov 2006 09:54:09 +0000 Juanma Barranquero [WINDOWSNT]: Define HAVE_INET_SOCKETS.
Wed, 01 Nov 2006 19:26:14 +0000 Juanma Barranquero [WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
Tue, 31 Oct 2006 16:39:15 +0000 Juanma Barranquero [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
Tue, 31 Oct 2006 13:50:35 +0000 Juanma Barranquero [!WINDOWSNT]: Include <fcntl.h> if available.
Tue, 31 Oct 2006 09:07:18 +0000 Juanma Barranquero Fixes to emacsclient.c for GNU/Linux.
Tue, 31 Oct 2006 00:21:19 +0000 Juanma Barranquero Add support for TCP sockets.
Tue, 18 Jul 2006 16:33:45 +0000 Dan Nicolaescu * ebrowse.c (usage, version): Mark as NO_RETURN.
Mon, 06 Feb 2006 11:28:28 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 07 Aug 2005 10:56:27 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 15:47:28 +0000 Lute Kamstra Update FSF's address.
Fri, 18 Mar 2005 20:44:50 +0000 Jan Dj¸«£rv * emacsclient.c: Avoid expansion of getcwd when defined as a macro.