aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/server.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)Karoly Lorentey2005-05-201-3/+3
|\
| * Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-3/+3
* | Support for ttys with different character locale settings.Karoly Lorentey2005-05-031-7/+3
* | Fix error when creating tty clients.Karoly Lorentey2005-03-281-1/+4
* | Fix line/column number positioning in emacsclient. (Reported by Han Boetes.)Karoly Lorentey2005-02-201-3/+3
* | On C-x C-c, restrict `save-some-buffers' to the client's buffers. (Reported ...Karoly Lorentey2005-02-101-5/+14
* | Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)Karoly Lorentey2005-02-101-2/+2
|\ \ | |/
| * Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
| * * server.el (server-process-filter): Suppress `error', too.Masatake YAMATO2004-12-301-1/+2
* | Prevent emacsclient errors when Emacs is compiled without X support.Karoly Lorentey2005-02-041-28/+132
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-191-0/+2
|\ \ | |/
| * (server-unload-hook): Set as a variable with add-hook.Richard M. Stallman2004-10-171-0/+2
| * (server-process-filter): Wrap `process-send-region'Masatake YAMATO2004-10-081-1/+5
| * (server-process-filter): Delete temp frame.Stefan Monnier2004-03-191-2/+5
* | Set ncurses-related environment variables while creating a new tty frame. (Re...Karoly Lorentey2004-10-101-21/+49
* | Small tweaks in server.el.Karoly Lorentey2004-10-101-31/+24
* | Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)Karoly Lorentey2004-08-231-1/+1
* | Change binding of C-x C-c to only exit emacsclient, not Emacs itself.Karoly Lorentey2004-08-161-1/+14
* | Don't leave buffers created by nowait clients buried under others (rep. by Da...Karoly Lorentey2004-07-101-38/+36
* | Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey2004-07-041-30/+26
* | Fix --no-wait in emacsclient (reported by Dan Nicolaescu).Karoly Lorentey2004-07-031-2/+2
* | Make server-start safe against accidental restarts.Karoly Lorentey2004-06-081-32/+40
* | Fix background mode initialization on client tty frames (rep. by Dan Nicolaes...Karoly Lorentey2004-05-271-6/+9
* | Fix server-socket-dir initialization (rep. by Friedrich Delgado Friedrichs).Karoly Lorentey2004-05-251-2/+6
* | Use the remote locale for terminal & keyboard coding system.Karoly Lorentey2004-05-231-0/+2
* | Fix environment variables on emacsclient frames.Karoly Lorentey2004-05-231-1/+1
* | Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)Karoly Lorentey2004-05-181-1/+3
* | Fixed environment variable handling during terminal initialization.Karoly Lorentey2004-05-081-0/+19
* | Fix one more case of the previous error.Karoly Lorentey2004-04-191-7/+10
* | Fix error on deleting an emacsclient terminal (Dan Nicolaescu).Karoly Lorentey2004-04-191-11/+15
* | Fix frame parameter handling in server.el.Karoly Lorentey2004-04-181-3/+4
* | Another server.el overhaul.Karoly Lorentey2004-04-181-214/+251
* | Merged in changes from CVS HEADKaroly Lorentey2004-03-161-5/+9
|\ \ | |/
| * (server-name): New var.Stefan Monnier2004-03-111-5/+9
* | Implemented suspending of emacsclient frames.Karoly Lorentey2004-02-281-114/+182
* | Verify the version of Emacsclient.Karoly Lorentey2004-02-201-125/+137
* | Added -w option to emacsclient for opening a new X frame.Karoly Lorentey2004-02-191-46/+98
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-021-3/+2
|\ \ | |/
| * (server-socket-name): Don't use the hostname in theStefan Monnier2004-01-271-3/+2
* | Numerous bugfixes and small improvements.Karoly Lorentey2004-01-101-7/+23
* | Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey2004-01-031-25/+39
* | A few more bugfixes and new features.Karoly Lorentey2003-12-311-21/+31
* | Major bugfixes and slight enhancements.Karoly Lorentey2003-12-301-5/+7
* | Delete server frames on server restart.Karoly Lorentey2003-12-301-3/+8
* | Make sure secondary frames are deleted when emacsclient quits.Karoly Lorentey2003-12-291-7/+9
* | Bugfix festival.Karoly Lorentey2003-12-291-0/+16
* | Implemented automatic deletion of terminals.Karoly Lorentey2003-12-271-3/+3
* | Fully eliminated global tty state variables.Karoly Lorentey2003-12-271-6/+9
* | Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey2003-12-271-2/+4
* | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-261-0/+9
|/