aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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 [email protected]Karoly Lorentey2007-02-241-2/+34
|\|
| * Comment changes and clarifications.Juanma Barranquero2007-02-161-2/+34
* | Merged from [email protected]Karoly 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 [email protected].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 [email protected]. 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
| * (file_name_absolute_p) [WINDOWSNT]: Use isalpha().Jason Rumney2006-11-251-1/+1
| * (file_name_absolute_p) [WINDOWSNT]: Support absolute file names with forwardEli Zaretskii2006-11-241-1/+1
| * Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
| * (print_help_and_exit): Tweak message contents and tabs/spacesJuanma Barranquero2006-11-231-8/+9
| * Include <stdarg.h>.Juanma Barranquero2006-11-221-30/+77
| * Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.Jason Rumney2006-11-131-5/+0
| * [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.Juanma Barranquero2006-11-131-1/+8
| * [!WINDOWSNT]: Include <sys/types.h>.Juanma Barranquero2006-11-101-0/+2
| * (get_server_config): Declare set_fg as FARPROC to avoid a compiler warning.Juanma Barranquero2006-11-081-1/+1
| * (get_server_config) [WINDOWSNT]: Search the server file on APPDATAJuanma Barranquero2006-11-071-4/+9
| * (get_server_config): Extract also the Emacs pid from the server file.Juanma Barranquero2006-11-071-2/+29
| * (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.Juanma Barranquero2006-11-061-44/+107
| * (initialize_sockets): Don't initialize Winsock more than once.Juanma Barranquero2006-11-031-0/+4