log lib-src/emacsclient.c @ 110967:188673195616

age author description
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).
Thu, 31 Jul 2008 05:33:56 +0000 Dan Nicolaescu * bitmaps/README:
Sun, 27 Jul 2008 18:24:48 +0000 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
Fri, 09 May 2008 23:19:13 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Sun, 24 Feb 2008 18:53:07 +0000 Dan Nicolaescu * configure.in: Remove references to obsolete variables and
Wed, 20 Feb 2008 12:09:38 +0000 Juanma Barranquero Fix typo in comment.
Wed, 20 Feb 2008 12:06:16 +0000 Juanma Barranquero (main) [WINDOWSNT]: Understand DRIVE:NAME, where
Fri, 15 Feb 2008 16:58:59 +0000 Juanma Barranquero (print_help_and_exit): Show -d option on Windows.
Fri, 08 Feb 2008 15:28:04 +0000 Stefan Monnier (decode_options): Fix last change so as not to override an explicit -display.
Fri, 08 Feb 2008 15:25:58 +0000 Stefan Monnier (decode_options): Pass --display implicitly if -c
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Sun, 11 Nov 2007 00:56:44 +0000 Miles Bader Merge from emacs--devo--0
Sat, 27 Oct 2007 09:12:07 +0000 Miles Bader Merge from emacs--devo--0
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Mon, 26 Feb 2007 23:03:45 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Mon, 01 Jan 2007 03:21:06 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Dec 2006 01:29:26 +0000 Miles Bader Merge from emacs--devo--0
Thu, 07 Dec 2006 04:14:14 +0000 Miles Bader Merge from emacs--devo--0
Tue, 21 Nov 2006 08:56:38 +0000 Miles Bader Merge from emacs--devo--0
Tue, 07 Nov 2006 23:22:48 +0000 Miles Bader Merge from emacs--devo--0
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Sat, 19 Mar 2005 02:42:17 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28
Fri, 23 Jul 2004 04:30:44 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
Mon, 28 Jun 2004 07:56:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Sat, 26 Jan 2008 21:27:38 +0000 Stefan Monnier (decode_options): Default to a NULL display, as Emacs-22.
Fri, 25 Jan 2008 15:43:38 +0000 Juanma Barranquero (set_tcp_socket): Don't send a "\n" after the authentication string;
Sat, 12 Jan 2008 15:49:48 +0000 Eli Zaretskii (decode_options) [WINDOWSNT]: Don't use the value of DISPLAY in the
Wed, 09 Jan 2008 04:40:05 +0000 Glenn Morris Add missing final newlines to message calls.
Wed, 09 Jan 2008 04:36:57 +0000 Glenn Morris Daniel Hackney <dan at haxney.org> (tiny change)
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Sat, 27 Oct 2007 13:38:28 +0000 Juanma Barranquero Comment change.
Sat, 27 Oct 2007 09:07:17 +0000 Miles Bader Merge from emacs--rel--22
Fri, 26 Oct 2007 15:46:22 +0000 Juanma Barranquero Add a wrapper for getenv so it also checks the registry on Windows.
Tue, 09 Oct 2007 09:45:51 +0000 Juanma Barranquero (print_help_and_exit): Fix space to improve alignment in output messages.
Tue, 09 Oct 2007 08:52:57 +0000 Miles Bader Merge from emacs--rel--22
Fri, 21 Sep 2007 03:21:54 +0000 Stefan Monnier (decode_options): -t implies -c.
Thu, 20 Sep 2007 21:14:08 +0000 Stefan Monnier (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
Thu, 20 Sep 2007 14:57:39 +0000 Jason Rumney (main) [SIGSTOP]: Change conditional from WINDOWSNT.
Thu, 20 Sep 2007 01:11:57 +0000 Stefan Monnier (current_frame): Change the default.
Sun, 26 Aug 2007 00:56:36 +0000 Glenn Morris (sys/stat.h, errno.h): Remove duplicate includes.
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Sat, 26 May 2007 17:28:45 +0000 Dan Nicolaescu * emacsclient.c (main): Avoid having a declaration after a
Mon, 21 May 2007 12:15:52 +0000 Juanma Barranquero (print_help_and_exit): Restore and adapt trunk change from 2006-11-23 which was
Sat, 19 May 2007 23:12:46 +0000 Dan Nicolaescu * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
Thu, 17 May 2007 00:17:06 +0000 Dan Nicolaescu * emacsclient.c (handle_sigtstp): Use the new name for the
Wed, 16 May 2007 23:16:53 +0000 Dan Nicolaescu * emacsclient.c (decode_options): Don't use a tty on windows.
Wed, 16 May 2007 21:35:06 +0000 Jason Rumney (emacs_socket): Rename from s.
Wed, 16 May 2007 21:06:18 +0000 Jason Rumney (emacs_socket): Rename from s.
Wed, 16 May 2007 16:14:26 +0000 Dan Nicolaescu * emacsclient.c (s): Restore.
Tue, 15 May 2007 23:30:30 +0000 Jason Rumney (s): Remove.
Sat, 24 Feb 2007 19:26:54 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 01 Jan 2007 18:32:06 +0000 Karoly Lorentey Fix various suspend-related bugs in emacsclient. (Report & patch by Dan Nicolaescu.)
Mon, 01 Jan 2007 17:38:32 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sat, 29 Jul 2006 09:59:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 01 Apr 2006 12:54:10 +0000 Karoly Lorentey Fix OpenBSD compilation some more. (Fix by Han Boetes.)
Tue, 28 Mar 2006 17:28:17 +0000 Karoly Lorentey Fix compilation error on OpenBSD. (Reported by Han Boetes.)
Sun, 26 Mar 2006 16:34:35 +0000 Karoly Lorentey Set `default-directory' in *scratch* to the current directory of emacsclient.
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 19 Nov 2005 19:17:56 +0000 Karoly Lorentey Store client's environment in terminal parameters, not server parameters.
Sun, 11 Sep 2005 03:49:47 +0000 Karoly Lorentey Make `emacsclient -n <filename>' open new X frames when possible. (Reported by Bas Kok.)
Sat, 10 Sep 2005 23:51:08 +0000 Karoly Lorentey Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some corner cases in Emacs server.
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Wed, 13 Jul 2005 16:15:50 +0000 Karoly Lorentey Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Sat, 19 Mar 2005 17:55:13 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
Fri, 04 Feb 2005 13:56:51 +0000 Karoly Lorentey Prevent emacsclient errors when Emacs is compiled without X support.
Sat, 03 Jul 2004 17:53:57 +0000 Karoly Lorentey Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
Tue, 11 May 2004 09:11:36 +0000 Karoly Lorentey Merged in changes from CVS trunk.
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.
Sat, 17 Jul 2004 14:27:24 +0000 Richard M. Stallman (quote_file_name): Pass COPY thru %s to output it.
Sat, 08 May 2004 15:23:35 +0000 Thien-Thi Nguyen Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.
Thu, 05 Feb 2004 00:02:04 +0000 Stefan Monnier (decode_options): Fix handling of alternate editor.
Tue, 27 Jan 2004 23:04:52 +0000 Stefan Monnier (main): Don't use the hostname in the socket name.
Sat, 24 Jan 2004 21:57:57 +0000 Richard M. Stallman (main): Restore errno from saved_errno,
Tue, 20 Jan 2004 23:25:33 +0000 Stefan Monnier (main): Stop if socket name too long.
Thu, 08 Jan 2004 12:20:32 +0000 Andreas Schwab (main): Save errno from socket_status.
Sun, 04 Jan 2004 16:41:43 +0000 Andreas Schwab (main): Fix socket name when using another user.
Mon, 29 Dec 2003 07:24:41 +0000 Karoly Lorentey Handle Ctl-G in emacsclient.
Mon, 29 Dec 2003 07:16:26 +0000 Karoly Lorentey Bugfix festival.
Sat, 27 Dec 2003 10:00:19 +0000 Karoly Lorentey Fully eliminated global tty state variables.
Sat, 27 Dec 2003 01:12:57 +0000 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
Fri, 26 Dec 2003 04:24:54 +0000 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
Mon, 13 Oct 2003 19:41:26 +0000 Richard M. Stallman Comment change.
Sun, 28 Sep 2003 08:24:56 +0000 Eli Zaretskii (quote_file_name): Print the result instead of
Fri, 19 Sep 2003 14:27:47 +0000 Richard M. Stallman Comment change.
Fri, 12 Sep 2003 00:48:03 +0000 Richard M. Stallman (socket_name): New variable.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Mon, 28 Jul 2003 22:10:30 +0000 Juanma Barranquero (main): Fix having macros in a printf statement.
Sat, 12 Apr 2003 19:03:08 +0000 Stefan Monnier (main): Use new safe location for socket.
Wed, 12 Mar 2003 21:36:29 +0000 Juanma Barranquero (print_help_and_exit): Print to stdout. Exit successfully. Added some blank
Mon, 02 Dec 2002 20:57:42 +0000 Stephen Eglen (main): Tell user how to start server within Emacs if socket could not
Mon, 02 Dec 2002 16:14:35 +0000 Richard M. Stallman (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
Tue, 01 Oct 2002 00:45:30 +0000 Markus Rost Remove reference to SERVER_HOME_DIR completely.
Fri, 27 Sep 2002 22:07:38 +0000 Stefan Monnier (main): Always use /tmp and non-qualified hostname.
Fri, 27 Sep 2002 18:21:37 +0000 Stefan Monnier Remove SYSV support.
Wed, 18 Sep 2002 01:44:05 +0000 Stefan Monnier (quote_file_name): Quote \n.
Sat, 29 Dec 2001 22:24:28 +0000 Pavel Jan«¿k Include <config.h>.
Wed, 19 Dec 2001 07:21:00 +0000 Pavel Jan«¿k Include "config.h", not <../src/config.h>.
Tue, 09 Oct 2001 10:18:30 +0000 Gerd Moellmann (main): Cast isdigit() argument to unsigned char.
Tue, 17 Jul 2001 10:57:25 +0000 Gerd Moellmann (print_help_and_exit): Fix help message for
Thu, 05 Apr 2001 18:46:26 +0000 Dave Love (fail): Don't return a value.
Tue, 03 Apr 2001 13:37:23 +0000 Gerd Moellmann (fail, main): Don't use implicit int return type.
Tue, 02 Jan 2001 13:52:48 +0000 Eli Zaretskii (main): Remove unused local variable statbfr.
Fri, 28 Jan 2000 15:02:20 +0000 Gerd Moellmann (socket_status): New function.
Wed, 12 Jan 2000 13:38:54 +0000 Gerd Moellmann Add option -a EDITOR and environment variable
Tue, 19 Oct 1999 07:17:20 +0000 Paul Eggert Add support for large files. Merge glibc 2.1.2.
Sun, 29 Aug 1999 19:30:53 +0000 Richard M. Stallman (print_help_and_exit): Mention --version.
Wed, 25 Aug 1999 16:19:01 +0000 Karl Heuer (decode_options): Update version output.
Sat, 14 Aug 1999 04:08:25 +0000 Karl Heuer (main): Move the dynamic allocation of
Thu, 29 Apr 1999 20:26:46 +0000 Karl Heuer (main, both versions): Use quote_file_name on cwd.
Mon, 25 Jan 1999 23:43:20 +0000 Richard M. Stallman (xmalloc): Fix previous change.
Mon, 25 Jan 1999 01:34:34 +0000 Richard M. Stallman (xmalloc): Declare to return long.
Sat, 16 Jan 1999 21:45:10 +0000 Richard M. Stallman (main): Eliminate arbitrary limit on length of system_name.
Sat, 10 Oct 1998 21:20:22 +0000 Richard M. Stallman (main): Null-terminate system_name.
Wed, 08 Apr 1998 17:31:45 +0000 Dave Love Move inclusion of unistd.h to top, else fails on
Mon, 06 Apr 1998 10:13:46 +0000 Andreas Schwab Include <stdlib.h> and <unistd.h> if available.
Wed, 27 Aug 1997 20:08:59 +0000 Richard M. Stallman [HAVE_SYSVIPC]: Include errno.h, as in the other case.
Wed, 09 Jul 1997 19:20:34 +0000 Richard M. Stallman [C_ALLOCA] (xmalloc): New function.
Tue, 17 Sep 1996 02:37:17 +0000 Karl Heuer Replaced all BSD with BSD_SYSTEM.
Tue, 10 Sep 1996 02:00:27 +0000 Richard M. Stallman (longopts): Change nowait to no-wait.