log lib-src/emacsclient.c @ 61126:c0aa521e0ca7

age author description
2005-03-18 Jan Djärv * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
2004-07-17 Richard M. Stallman (quote_file_name): Pass COPY thru %s to output it.
2004-05-08 Thien-Thi Nguyen Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.
2004-02-05 Stefan Monnier (decode_options): Fix handling of alternate editor.
2004-01-27 Stefan Monnier (main): Don't use the hostname in the socket name.
2004-01-24 Richard M. Stallman (main): Restore errno from saved_errno,
2004-01-20 Stefan Monnier (main): Stop if socket name too long.
2004-01-08 Andreas Schwab (main): Save errno from socket_status.
2004-01-04 Andreas Schwab (main): Fix socket name when using another user.
2003-12-29 Karoly Lorentey Handle Ctl-G in emacsclient.
2003-12-29 Karoly Lorentey Bugfix festival.
2003-12-27 Karoly Lorentey Fully eliminated global tty state variables.
2003-12-27 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-10-13 Richard M. Stallman Comment change.
2003-09-28 Eli Zaretskii (quote_file_name): Print the result instead of
2003-09-19 Richard M. Stallman Comment change.
2003-09-12 Richard M. Stallman (socket_name): New variable.
2003-09-01 Miles Bader Add arch taglines
2003-07-28 Juanma Barranquero (main): Fix having macros in a printf statement.
2003-04-12 Stefan Monnier (main): Use new safe location for socket.
2003-03-12 Juanma Barranquero (print_help_and_exit): Print to stdout. Exit successfully. Added some blank
2002-12-02 Stephen Eglen (main): Tell user how to start server within Emacs if socket could not
2002-12-02 Richard M. Stallman (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
2002-10-01 Markus Rost Remove reference to SERVER_HOME_DIR completely.
2002-09-27 Stefan Monnier (main): Always use /tmp and non-qualified hostname.
2002-09-27 Stefan Monnier Remove SYSV support.
2002-09-18 Stefan Monnier (quote_file_name): Quote \n.
2001-12-29 Pavel Janík Include <config.h>.
2001-12-19 Pavel Janík Include "config.h", not <../src/config.h>.
2001-10-09 Gerd Moellmann (main): Cast isdigit() argument to unsigned char.
2001-07-17 Gerd Moellmann (print_help_and_exit): Fix help message for
2001-04-05 Dave Love (fail): Don't return a value.
2001-04-03 Gerd Moellmann (fail, main): Don't use implicit int return type.
2001-01-02 Eli Zaretskii (main): Remove unused local variable statbfr.
2000-01-28 Gerd Moellmann (socket_status): New function.
2000-01-12 Gerd Moellmann Add option -a EDITOR and environment variable
1999-10-19 Paul Eggert Add support for large files. Merge glibc 2.1.2.
1999-08-29 Richard M. Stallman (print_help_and_exit): Mention --version.
1999-08-25 Karl Heuer (decode_options): Update version output.
1999-08-14 Karl Heuer (main): Move the dynamic allocation of
1999-04-29 Karl Heuer (main, both versions): Use quote_file_name on cwd.
1999-01-25 Richard M. Stallman (xmalloc): Fix previous change.
1999-01-25 Richard M. Stallman (xmalloc): Declare to return long.
1999-01-16 Richard M. Stallman (main): Eliminate arbitrary limit on length of system_name.
1998-10-10 Richard M. Stallman (main): Null-terminate system_name.
1998-04-08 Dave Love Move inclusion of unistd.h to top, else fails on
1998-04-06 Andreas Schwab Include <stdlib.h> and <unistd.h> if available.
1997-08-27 Richard M. Stallman [HAVE_SYSVIPC]: Include errno.h, as in the other case.
1997-07-09 Richard M. Stallman [C_ALLOCA] (xmalloc): New function.
1996-09-17 Karl Heuer Replaced all BSD with BSD_SYSTEM.
1996-09-10 Richard M. Stallman (longopts): Change nowait to no-wait.
1996-09-02 Richard M. Stallman (quote_file_name): Quote with &, not \.
1996-09-02 Richard M. Stallman (quote_file_name): New function.
1996-09-01 Richard M. Stallman (decode_options): New function.
1996-08-31 Richard M. Stallman (both versions): Handle -nowait and --nowait by sending data to the server.
1996-07-23 Richard M. Stallman (main) [HAVE_SOCKETS]: Use two separate stdio
1996-02-21 Karl Heuer (main, both definitions): Print a newline for normal termination.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1995-04-18 Richard M. Stallman (main): Add argv[0] to an error message.