log lisp/server.el @ 83444:00c55c52afd8

age author description
Mon, 02 Jan 2006 07:50:53 +0000 Karoly Lorentey Make all frames created in an emacsclient session belong to that client.
Fri, 30 Dec 2005 06:38:50 +0000 Karoly Lorentey Don't display the splash screen when no frame was created. (Fixes tty resume.)
Thu, 29 Dec 2005 21:10:33 +0000 Karoly Lorentey Show the splash screen on Emacsclient frames. Show *scratch* by default.
Thu, 29 Dec 2005 18:20:26 +0000 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
Thu, 29 Dec 2005 04:31:04 +0000 Karoly Lorentey Store local environment in frame (not terminal) parameters.
Mon, 26 Dec 2005 02:14:10 +0000 Karoly Lorentey Implement automatic terminal-local environment variables via `local-environment-variables'.
Sat, 19 Nov 2005 19:17:56 +0000 Karoly Lorentey Store client's environment in terminal parameters, not server parameters.
Tue, 01 Nov 2005 06:23:08 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
Sun, 09 Oct 2005 20:00:17 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
Sun, 11 Sep 2005 03:51:40 +0000 Karoly Lorentey Don't let server-save-buffers-kill-display unexpectedly kill Emacs on --no-wait's X frames.
Sun, 11 Sep 2005 02:39:03 +0000 Karoly Lorentey Fix `emacsclient +12 file' behaviour. (Reported by Han Boetes.)
Sat, 10 Sep 2005 23:51:08 +0000 Karoly Lorentey Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some corner cases in Emacs server.
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Mon, 11 Jul 2005 00:12:27 +0000 Karoly Lorentey Cosmetic changes in server.el.
Wed, 06 Jul 2005 01:41:56 +0000 Karoly Lorentey Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.
Wed, 06 Jul 2005 00:42:58 +0000 Karoly Lorentey Small enhancements.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Fri, 20 May 2005 17:44:36 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
Tue, 03 May 2005 03:01:09 +0000 Karoly Lorentey Support for ttys with different character locale settings.
Mon, 28 Mar 2005 04:24:51 +0000 Karoly Lorentey Fix error when creating tty clients.
Sun, 20 Feb 2005 20:15:41 +0000 Karoly Lorentey Fix line/column number positioning in emacsclient. (Reported by Han Boetes.)
Thu, 10 Feb 2005 21:23:33 +0000 Karoly Lorentey On C-x C-c, restrict `save-some-buffers' to the client's buffers. (Reported by Han Boetes.)
Thu, 10 Feb 2005 20:43:55 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
Fri, 04 Feb 2005 13:56:51 +0000 Karoly Lorentey Prevent emacsclient errors when Emacs is compiled without X support.
Tue, 19 Oct 2004 17:00:02 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 10 Oct 2004 18:11:21 +0000 Karoly Lorentey Set ncurses-related environment variables while creating a new tty frame. (Reported by Dan Nicolaescu.)
Sun, 10 Oct 2004 16:41:15 +0000 Karoly Lorentey Small tweaks in server.el.
Mon, 23 Aug 2004 08:50:01 +0000 Karoly Lorentey Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)
Mon, 16 Aug 2004 19:54:16 +0000 Karoly Lorentey Change binding of C-x C-c to only exit emacsclient, not Emacs itself.
Sat, 10 Jul 2004 20:56:57 +0000 Karoly Lorentey Don't leave buffers created by nowait clients buried under others (rep. by Dan Nicolaescu).
Sun, 04 Jul 2004 04:48:55 +0000 Karoly Lorentey Implemented display ids for multiple emacsclients on the same tty. Plus assorted bugfixes.
Sat, 03 Jul 2004 17:53:57 +0000 Karoly Lorentey Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
Tue, 08 Jun 2004 01:33:48 +0000 Karoly Lorentey Make server-start safe against accidental restarts.
Thu, 27 May 2004 17:57:59 +0000 Karoly Lorentey Fix background mode initialization on client tty frames (rep. by Dan Nicolaescu).
Tue, 25 May 2004 01:18:01 +0000 Karoly Lorentey Fix server-socket-dir initialization (rep. by Friedrich Delgado Friedrichs).
Sun, 23 May 2004 03:56:10 +0000 Karoly Lorentey Use the remote locale for terminal & keyboard coding system.
Sun, 23 May 2004 03:37:58 +0000 Karoly Lorentey Fix environment variables on emacsclient frames.
Tue, 18 May 2004 19:58:00 +0000 Karoly Lorentey Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
Sat, 08 May 2004 16:20:28 +0000 Karoly Lorentey Fixed environment variable handling during terminal initialization.
Mon, 19 Apr 2004 14:21:37 +0000 Karoly Lorentey Fix one more case of the previous error.
Mon, 19 Apr 2004 14:16:10 +0000 Karoly Lorentey Fix error on deleting an emacsclient terminal (Dan Nicolaescu).
Sun, 18 Apr 2004 02:24:18 +0000 Karoly Lorentey Fix frame parameter handling in server.el.
Sun, 18 Apr 2004 01:34:11 +0000 Karoly Lorentey Another server.el overhaul.
Tue, 16 Mar 2004 20:27:22 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 28 Feb 2004 01:23:39 +0000 Karoly Lorentey Implemented suspending of emacsclient frames.
Fri, 20 Feb 2004 01:22:10 +0000 Karoly Lorentey Verify the version of Emacsclient.
Thu, 19 Feb 2004 23:55:51 +0000 Karoly Lorentey Added -w option to emacsclient for opening a new X frame.
Mon, 02 Feb 2004 19:19:08 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 10 Jan 2004 12:56:22 +0000 Karoly Lorentey Numerous bugfixes and small improvements.
Sat, 03 Jan 2004 08:31:14 +0000 Karoly Lorentey Portability fixes (now it compiles & runs fine on Solaris).
Wed, 31 Dec 2003 05:09:29 +0000 Karoly Lorentey A few more bugfixes and new features.
Tue, 30 Dec 2003 19:27:57 +0000 Karoly Lorentey Major bugfixes and slight enhancements.
Tue, 30 Dec 2003 17:42:02 +0000 Karoly Lorentey Delete server frames on server restart.
Fri, 03 Aug 2007 05:49:59 +0000 Miles Bader Merge from emacs--rel--22
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Wed, 13 Jun 2007 00:05:04 +0000 Chong Yidong (server-auth-dir): Use user-emacs-directory.
Mon, 11 Jun 2007 00:22:33 +0000 Juanma Barranquero (server-switch-buffer): Remove redundant check.
Mon, 07 Jan 2008 02:45:14 +0000 Glenn Morris Add 2008 to copyright years.
Tue, 30 Oct 2007 00:20:02 +0000 Juanma Barranquero (server-unload-function): Unbind `server-edit' from `C-x #'.
Mon, 29 Oct 2007 00:42:24 +0000 Juanma Barranquero (server-unload-function): Rename from `server-unload-hook' and