log lib-src/emacsclient.c @ 74167:a03e8735521c

age author description
2006-11-24 Juanma Barranquero Space/tab mixup.
2006-11-23 Juanma Barranquero (print_help_and_exit): Tweak message contents and tabs/spaces
2006-11-22 Juanma Barranquero Include <stdarg.h>.
2006-11-13 Jason Rumney Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
2006-11-13 Juanma Barranquero [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
2006-11-10 Juanma Barranquero [!WINDOWSNT]: Include <sys/types.h>.
2006-11-08 Juanma Barranquero (get_server_config): Declare set_fg as FARPROC to avoid a compiler warning.
2006-11-07 Juanma Barranquero (get_server_config) [WINDOWSNT]: Search the server file on APPDATA
2006-11-07 Juanma Barranquero (get_server_config): Extract also the Emacs pid from the server file.
2006-11-06 Juanma Barranquero (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.
2006-11-03 Juanma Barranquero (initialize_sockets): Don't initialize Winsock more than once.
2006-11-02 Juanma Barranquero [WINDOWSNT]: Define HAVE_INET_SOCKETS.
2006-11-01 Juanma Barranquero [WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
2006-10-31 Juanma Barranquero [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
2006-10-31 Juanma Barranquero [!WINDOWSNT]: Include <fcntl.h> if available.
2006-10-31 Juanma Barranquero Fixes to emacsclient.c for GNU/Linux.
2006-10-31 Juanma Barranquero Add support for TCP sockets.
2006-07-18 Dan Nicolaescu * ebrowse.c (usage, version): Mark as NO_RETURN.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
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.