summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-2/+0
* Fix typo in comment.Juanma Barranquero2008-02-201-1/+1
* (main) [WINDOWSNT]: Understand DRIVE:NAME, whereJuanma Barranquero2008-02-201-34/+24
* (print_help_and_exit): Show -d option on Windows.Juanma Barranquero2008-02-151-4/+2
* (decode_options): Fix last change so as not to override an explicit -display.Stefan Monnier2008-02-081-1/+1
* (decode_options): Pass --display implicitly if -cStefan Monnier2008-02-081-10/+12
* (decode_options): Default to a NULL display, as Emacs-22.Stefan Monnier2008-01-261-4/+15
* (set_tcp_socket): Don't send a "\n" after the authentication string;Juanma Barranquero2008-01-251-3/+3
* (decode_options) [WINDOWSNT]: Don't use the value of DISPLAY in theEli Zaretskii2008-01-121-2/+10
* Add missing final newlines to message calls.Glenn Morris2008-01-091-6/+6
* Daniel Hackney <dan at haxney.org> (tiny change)Glenn Morris2008-01-091-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Comment change.Juanma Barranquero2007-10-271-2/+2
* | Merge from emacs--rel--22Miles Bader2007-10-271-2/+25
|\ \ | |/
| * Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-261-7/+116
| * (sock_err_message): New function.Jason Rumney2007-10-251-2/+25
* | Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-261-9/+102
* | (print_help_and_exit): Fix space to improve alignment in output messages.Juanma Barranquero2007-10-091-1/+1
* | Merge from emacs--rel--22Miles Bader2007-10-091-3/+8
|\ \ | |/
| * (w32_window_app): Init common controls when windowed.Jason Rumney2007-09-271-3/+8
* | (decode_options): -t implies -c.Stefan Monnier2007-09-211-0/+1
* | (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)Stefan Monnier2007-09-201-37/+22
* | (main) [SIGSTOP]: Change conditional from WINDOWSNT.Jason Rumney2007-09-201-1/+1
* | (current_frame): Change the default.Stefan Monnier2007-09-201-15/+6
* | (sys/stat.h, errno.h): Remove duplicate includes.Glenn Morris2007-08-261-2/+0
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | * emacsclient.c (main): Avoid having a declaration after aDan Nicolaescu2007-05-261-1/+1
* | (print_help_and_exit): Restore and adapt trunk change from 2006-11-23 which wasJuanma Barranquero2007-05-211-18/+23
* | * loadup.el: Load mac-win on a Mac. Avoid loading both x-win andDan Nicolaescu2007-05-191-1/+1
* | * emacsclient.c (handle_sigtstp): Use the new name for theDan Nicolaescu2007-05-171-1/+1
* | * emacsclient.c (decode_options): Don't use a tty on windows.Dan Nicolaescu2007-05-161-1/+3
* | (emacs_socket): Rename from s.Jason Rumney2007-05-161-45/+43
* | (emacs_socket): Rename from s.Jason Rumney2007-05-161-8/+7
* | * emacsclient.c (s): Restore.Dan Nicolaescu2007-05-161-40/+36
* | (s): Remove.Jason Rumney2007-05-151-23/+29
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-02-241-2/+34
|\ \ | |/
| * Comment changes and clarifications.Juanma Barranquero2007-02-161-2/+34
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Fix various suspend-related bugs in emacsclient. (Report & patch by Dan Nico...Karoly Lorentey2007-01-011-14/+7
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2007-01-011-27/+100
|\ \ | |/
| * [WINDOWSNT] (set_fg, get_wc): New variables.Juanma Barranquero2006-12-181-19/+58
| * Comment and whitespace changes.Richard M. Stallman2006-12-151-5/+5
| * Rework a few comments.Juanma Barranquero2006-12-151-3/+3
| * (w32_execvp): New function; wrapper for `execvp'.Juanma Barranquero2006-12-151-3/+37
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-309/+725
|\ \ | |/
| * (emacs_pid): New variable.Juanma Barranquero2006-11-301-35/+30
| * (message): Make sure the message is properly written even if it contains printfJuanma Barranquero2006-11-301-2/+7