aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23Stefan Monnier2010-11-171-0/+3
|\
| * Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR (fix last failed check-in).YAMAMOTO Mitsuharu2010-11-101-0/+3
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-1/+12
|\|
| * Close bug#3992.Glenn Morris2010-09-301-1/+12
* | Fix compilation warnings.Dan Nicolaescu2010-10-031-9/+7
* | * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error stringWolfgang Schnerring2010-10-021-3/+10
* | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.Juanma Barranquero2010-09-301-10/+3
* | * emacsclient.c (main): Remove unused variables.Juanma Barranquero2010-09-291-3/+1
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-111-12/+15
* | emacsclient.c cleanups.Dan Nicolaescu2010-08-051-25/+11
* | * emacsclient.c (getcwd): Fix previous change.Juanma Barranquero2010-07-251-1/+3
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-6/+6
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-241-0/+2
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-20/+12
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-2/+4
* | Fix prototypes.Juanma Barranquero2010-07-031-3/+3
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-021-31/+16
* | Add --parent-id argument to emacsclient.Chong Yidong2010-05-291-1/+18
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-1/+0
|/
* Fix typos in comments and ChangeLogs.Juanma Barranquero2010-01-131-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (print_help_and_exit): Fix bug report instructions.Glenn Morris2009-10-151-1/+1
* * w32term.c (w32_initialize): Use standard types.Jason Rumney2009-07-031-1/+1
* bug#1849 - Windows 7 Taskbar SupportJason Rumney2009-06-301-6/+40
* * emacsclient.c (print_help_and_exit): Fix typo and tabify (carefulJuanma Barranquero2009-04-201-5/+5
* * emacsclient.c (print_help_and_exit): Clarify argument placementChong Yidong2009-04-201-8/+9
* (print_help_and_exit): Fix typo.Dan Nicolaescu2009-04-021-2/+2
* * emacsclient.c (main): Revert part of last change,Juanma Barranquero2009-03-111-0/+20
* * server.el (server-process-filter): Use expand-file-name rather thanStefan Monnier2009-03-101-36/+4
* * emacsclient.c (decode_options): Use a dummy display name under NS/Cocoa.Adrian Robert2009-01-231-1/+9
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * emacs.c (main): Print and error and exit when no data is readDan Nicolaescu2008-12-181-7/+15
* Include syswait.h instead of sys/types.h.Dan Nicolaescu2008-12-141-1/+1
* (WCONTINUED): New compatibility define for older systems.Dan Nicolaescu2008-12-111-0/+4
* (main): Fix previous change.Dan Nicolaescu2008-12-101-4/+0
* * emacsclient.c (main): Fix mindless breakage where emacsclientJuanma Barranquero2008-12-101-0/+2
* (main): Fail in case of not being able to connect.Dan Nicolaescu2008-12-101-0/+2
* (decode_options): Fix typo.Dan Nicolaescu2008-12-101-1/+1
* (EMACS_DAEMON): Remove definition.Dan Nicolaescu2008-12-101-9/+14
* * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.Juanma Barranquero2008-12-101-7/+13
* * misc.texi (emacsclient Options): Describe what an empty stringDan Nicolaescu2008-12-101-6/+80
* Fix typo in include.Dan Nicolaescu2008-12-031-1/+1
* Include <darpa/inet.h>.Dan Nicolaescu2008-12-031-0/+2
* Fix last change.Chong Yidong2008-11-021-52/+51
* (window_system): Delete redundant variable.Chong Yidong2008-11-021-79/+85
* (main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.Eli Zaretskii2008-11-011-6/+15
* (main): Don't force sending tty when in eval mode.Andreas Schwab2008-10-311-1/+1
* (main): If using the current frame, send tty information to Emacs inChong Yidong2008-10-301-1/+4
* * emacsclient.c (EXTRA_SPACE): New macro.Juanma Barranquero2008-10-291-7/+14
* * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.Juanma Barranquero2008-10-291-6/+11