aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Comment change.Richard M. Stallman2003-10-131-3/+2
* (quote_file_name): Print the result instead ofEli Zaretskii2003-09-281-18/+44
* Comment change.Richard M. Stallman2003-09-191-1/+1
* (socket_name): New variable.Richard M. Stallman2003-09-121-2/+23
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (main): Fix having macros in a printf statement.Juanma Barranquero2003-07-281-4/+4
* (main): Use new safe location for socket.Stefan Monnier2003-04-121-1/+1
* (print_help_and_exit): Print to stdout. Exit successfully. Added some blankJuanma Barranquero2003-03-121-8/+19
* (main): Tell user how to start server within Emacs if socket could notStephen Eglen2002-12-021-1/+2
* (main): Test HAVE_GETCWD rather than BSD_SYSTEM.Richard M. Stallman2002-12-021-6/+6
* Remove reference to SERVER_HOME_DIR completely.Markus Rost2002-10-011-3/+0
* (main): Always use /tmp and non-qualified hostname.Stefan Monnier2002-09-271-11/+6
* Remove SYSV support.Stefan Monnier2002-09-271-198/+52