summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * (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
| * [WINDOWSNT]: Define HAVE_INET_SOCKETS.Juanma Barranquero2006-11-021-22/+7
| * [WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editorJuanma Barranquero2006-11-011-0/+3
| * [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.Juanma Barranquero2006-10-311-8/+14
| * [!WINDOWSNT]: Include <fcntl.h> if available.Juanma Barranquero2006-10-311-0/+11
| * Fixes to emacsclient.c for GNU/Linux.Juanma Barranquero2006-10-311-2/+5
| * Add support for TCP sockets.Juanma Barranquero2006-10-311-155/+400
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-07-291-1/+1
|\ \ | |/
| * * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-1/+1
* | Fix OpenBSD compilation some more. (Fix by Han Boetes.)Karoly Lorentey2006-04-011-0/+19
* | Fix compilation error on OpenBSD. (Reported by Han Boetes.)Karoly Lorentey2006-03-281-0/+1
* | Set `default-directory' in *scratch* to the current directory of emacsclient.Karoly Lorentey2006-03-261-0/+91
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Store client's environment in terminal parameters, not server parameters.Karoly Lorentey2005-11-191-20/+13
* | Make `emacsclient -n <filename>' open new X frames when possible. (Reported b...Karoly Lorentey2005-09-111-3/+3
* | Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some c...Karoly Lorentey2005-09-101-12/+25
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-2/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).Karoly Lorentey2005-07-131-0/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)Karoly Lorentey2005-03-191-1/+1
|\ \ | |/
| * * emacsclient.c: Avoid expansion of getcwd when defined as a macro.Jan Djärv2005-03-181-1/+1
| * (quote_file_name): Pass COPY thru %s to output it.Richard M. Stallman2004-07-171-1/+1
* | Prevent emacsclient errors when Emacs is compiled without X support.Karoly Lorentey2005-02-041-1/+16
* | Fix --no-wait in emacsclient (reported by Dan Nicolaescu).Karoly Lorentey2004-07-031-5/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-111-15/+12
|\ \ | |/
| * Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-081-14/+13
* | In emacsclient, protect the xmitted string from fprintf expansion (Dan Nicola...Karoly Lorentey2004-04-191-1/+1
* | Another server.el overhaul.Karoly Lorentey2004-04-181-20/+57
* | Implemented suspending of emacsclient frames.Karoly Lorentey2004-02-281-61/+183
* | Make emacsclient refuse to create a frame inside an Emacs term buffer.Karoly Lorentey2004-02-271-2/+22
* | Fix a crash in emacsclient when DISPLAY is unset.Karoly Lorentey2004-02-201-1/+1
* | Changed emacsclient to open new frames by default.Karoly Lorentey2004-02-201-5/+12