summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Verify the version of Emacsclient.Karoly Lorentey2004-02-201-1/+17
* | Added -w option to emacsclient for opening a new X frame.Karoly Lorentey2004-02-191-25/+40
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-171-2/+2
|\ \ | |/
| * (decode_options): Fix handling of alternate editor.Stefan Monnier2004-02-051-2/+2
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-021-32/+16
|\ \ | |/
| * (main): Don't use the hostname in the socket name.Stefan Monnier2004-01-271-31/+14
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-261-0/+4
|\ \ | |/
| * (main): Restore errno from saved_errno,Richard M. Stallman2004-01-241-0/+4
* | Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey2004-01-251-0/+5
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-221-4/+15
|\ \ | |/
| * (main): Stop if socket name too long.Stefan Monnier2004-01-201-6/+20
* | Fix C-g handling with multiple ttys.Karoly Lorentey2004-01-111-0/+6
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-101-5/+5
|\ \ | |/
| * (main): Save errno from socket_status.Andreas Schwab2004-01-081-2/+5
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-051-1/+1
|\ \ | |/
| * (main): Fix socket name when using another user.Andreas Schwab2004-01-041-1/+1
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-4/+6
* | Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey2004-01-031-590/+48
* | Fix longopts option name for --tty.Karoly Lorentey2004-01-021-1/+1
* | MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.Karoly Lorentey2004-01-021-1/+1
* | Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey2004-01-021-3/+6
* | A few more bugfixes and new features.Karoly Lorentey2003-12-311-60/+90
* | Major bugfixes and slight enhancements.Karoly Lorentey2003-12-301-11/+11
* | Handle Ctl-G in emacsclient.Karoly Lorentey2003-12-291-3/+19
* | Bugfix festival.Karoly Lorentey2003-12-291-20/+35
* | Fully eliminated global tty state variables.Karoly Lorentey2003-12-271-1/+1
* | Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey2003-12-271-4/+25
* | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-261-8/+573
|/