Removed %T in mode-line-format. Trivial documentation changes.
[bpt/emacs.git] / lib-src / emacsclient.c
2004-01-25 Karoly LorenteyRemoved %T in mode-line-format. Trivial documentation...
2004-01-23 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-22 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-20 Stefan Monnier(main): Stop if socket name too long.
2004-01-12 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-11 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-11 Karoly LorenteyFix C-g handling with multiple ttys.
2004-01-10 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-08 Andreas Schwab(main): Save errno from socket_status.
2004-01-06 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-05 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-05 Karoly LorenteyConverted display hooks to be display-local. Plus...
2004-01-04 Andreas Schwab(main): Fix socket name when using another user.
2004-01-03 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-03 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-03 Karoly LorenteyPortability fixes (now it compiles & runs fine on Solaris).
2004-01-02 Karoly LorenteyFix longopts option name for --tty.
2004-01-02 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-02 Karoly LorenteyMULTI_KBOARD support for ttys. Input-related bugfixes...
2004-01-02 Karoly LorenteyFixed X support, preliminary support for X-tty combo...
2003-12-31 Karoly LorenteyA few more bugfixes and new features.
2003-12-30 Karoly LorenteyMajor bugfixes and slight enhancements.
2003-12-30 Karoly LorenteyMerged in changes from CVS head
2003-12-29 Karoly LorenteyMerged in changes from CVS head
2003-12-29 Karoly LorenteyHandle Ctl-G in emacsclient.
2003-12-29 Karoly LorenteyBugfix festival.
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-27 Karoly LorenteyFully eliminated global tty state variables.
2003-12-27 Karoly LorenteyFull support for multiple terminal I/O (with some rough...
2003-12-26 Karoly Lorenteylib-src/emacsclient.c: Implemented --here option ...
2003-10-13 Richard M. StallmanComment change.
2003-09-28 Eli Zaretskii(quote_file_name): Print the result instead of
2003-09-19 Richard M. StallmanComment change.
2003-09-12 Richard M. Stallman(socket_name): New variable.
2003-09-01 Miles BaderAdd 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 successfu...
2002-12-02 Stephen Eglen(main): Tell user how to start server within Emacs...
2002-12-02 Richard M. Stallman(main): Test HAVE_GETCWD rather than BSD_SYSTEM.
2002-10-01 Markus RostRemove reference to SERVER_HOME_DIR completely.
2002-09-27 Stefan Monnier(main): Always use /tmp and non-qualified hostname.
2002-09-27 Stefan MonnierRemove SYSV support.
2002-09-18 Stefan Monnier(quote_file_name): Quote \n.
2001-12-29 Pavel JaníkInclude <config.h>.
2001-12-19 Pavel JaníkInclude "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 MoellmannAdd option -a EDITOR and environment variable
1999-10-19 Paul EggertAdd 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 LoveMove inclusion of unistd.h to top, else fails on
1998-04-06 Andreas SchwabInclude <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 HeuerReplaced 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...
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...
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1995-04-18 Richard M. Stallman(main): Add argv[0] to an error message.
1995-04-14 Karl Heuer(main): Improve error handling.
1995-04-11 Richard M. StallmanTest NO_SOCKETS_IN_FILE_SYSTEM.
1995-04-07 Richard M. Stallman[Berkeley sockets version] (main): Declare getcwd.
1995-03-15 Richard M. StallmanUse BSD sockets whenever available, even if HAVE_SYSVIPC.
1994-12-07 Richard M. Stallman[HAVE_SYSVIPC]: Include sys/utsname.h.
1994-10-12 David J. MacKenzieEliminate some -Wall warnings.
1994-07-27 Richard M. Stallman(main): New local var progname saves argv[0].
1994-07-26 Richard M. Stallman(main): Don't actually modify argv[0]. Modify a copy...
1994-03-05 Richard M. Stallman(main) [HAVE_SYSVIPC]: Make msgp->mtext longer if neces...
1994-01-08 Roland McGrath[! HAVE_STRERROR] (strerror): Define the function.
1994-01-08 Roland McGrathDon't declare sys_errlist; declare strerror instead.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-06-09 Jim Blandy* emacsserver.c (main): When we're passing a `struct...
1992-08-22 Richard M. Stallmanentered into RCS
1992-07-17 Jim Blandy*** empty log message ***
1992-01-14 Jim Blandy*** empty log message ***
1992-01-09 Michael I. Bushnell*** empty log message ***
1991-09-02 Richard M. StallmanInitial revision