summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
AgeCommit message (Expand)Author
2011-07-02* lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode onJason Rumney
2011-06-25* lib-src/emacsclient.c (print_help_and_exit): More fixing of previous.Glenn Morris
2011-06-25* lib-src/emacsclient.c (print_help_and_exit): Fix previous change.Glenn Morris
2011-06-25Minor additions for previous emacsclient change.Glenn Morris
2011-06-25Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann
2011-06-01* lib-src/emacsclient.c (socket_status): Use constant pointer.Dan Nicolaescu
2011-04-16* emacsclient.c (main): Don't use uninitialized var.Paul Eggert
2011-04-05* emacsclient.c (message): Mark it as a printf-like function.Paul Eggert
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris
2011-03-02Add --quiet option for emacsclient (bug#663) (tiny change)Drake Wilson
2011-02-26Fix the MS-Windows build after 2011-02-26T05:54:36Z!eggert@cs.ucla.edu.Eli Zaretskii
2011-02-25* emacsclient.c (IF_LINT): New macro.Paul Eggert
2011-02-25* emacsclient.c (xstrdup): Remove; no longer needed.Paul Eggert
2011-02-25* emacsclient.c (main): Avoid dangling 'if'.Paul Eggert
2011-02-25* emacsclient.c: Redo local variables to avoid shadowing problems.Paul Eggert
2011-02-21Declare file-scope functions and variables static if not exported.Paul Eggert
2011-02-18* lib-src/emacsclient.c (main): Loop while `recv' return EINTR.Karl Chen
2011-02-04* emacsclient.c: conform to C89 pointer rulesPaul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-09Include <getopt.h> not "getopt.h".Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-17Merge from emacs-23Stefan Monnier
2010-11-10Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR (fix last failed check-in).YAMAMOTO Mitsuharu
2010-10-08Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-03Fix compilation warnings.Dan Nicolaescu
2010-10-02* emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error stringWolfgang Schnerring
2010-09-30Close bug#3992.Glenn Morris
2010-09-30lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.Juanma Barranquero
2010-09-29* emacsclient.c (main): Remove unused variables.Juanma Barranquero
2010-08-11Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D
2010-08-05emacsclient.c cleanups.Dan Nicolaescu
2010-07-25* emacsclient.c (getcwd): Fix previous change.Juanma Barranquero
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero
2010-07-24Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu
2010-07-20Convert some more functions to standard C.Juanma Barranquero
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab
2010-07-03Fix prototypes.Juanma Barranquero
2010-07-02Convert function definitions to standard C.Dan Nicolaescu
2010-05-29Add --parent-id argument to emacsclient.Chong Yidong
2010-04-01Remove extern errno declarations.Dan Nicolaescu
2010-01-13Fix typos in comments and ChangeLogs.Juanma Barranquero
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-15(print_help_and_exit): Fix bug report instructions.Glenn Morris
2009-07-03* w32term.c (w32_initialize): Use standard types.Jason Rumney
2009-06-30bug#1849 - Windows 7 Taskbar SupportJason Rumney