log lisp/server.el @ 85147:c164c81cba59

age author description
Wed, 10 Oct 2007 20:43:22 +0000 Stefan Monnier (server-create-tty-frame, server-create-window-system-frame):
Tue, 09 Oct 2007 04:22:36 +0000 Stefan Monnier Add todo.
Sat, 06 Oct 2007 01:44:51 +0000 Glenn Morris Chris Moore <dooglus at gmail.com>
Fri, 28 Sep 2007 16:55:00 +0000 Dan Nicolaescu (server-delete-client): Only delete the terminal if it
Fri, 21 Sep 2007 07:10:07 +0000 Stefan Monnier (server-getenv-from): Remove. Use getenv-internal instead.
Wed, 19 Sep 2007 02:00:54 +0000 Stefan Monnier (server-running-p): New function.
Sun, 16 Sep 2007 05:16:42 +0000 Stefan Monnier (server-clients): Only keep procs, no properties any more.
Sun, 16 Sep 2007 04:53:39 +0000 Stefan Monnier (server-with-environment): Simplify.
Tue, 04 Sep 2007 23:28:49 +0000 Dan Nicolaescu * server.el (server-start, server-unload-hook): Undo previous
Tue, 04 Sep 2007 15:44:11 +0000 Dan Nicolaescu * server.el (server-start, server-unload-hook):
Sat, 01 Sep 2007 02:17:30 +0000 Stefan Monnier (server-process-filter): Don't display the splash screen.
Fri, 31 Aug 2007 07:37:33 +0000 Stefan Monnier (server-process-filter): Don't set
Fri, 03 Aug 2007 05:58:06 +0000 Miles Bader Merge from emacs--devo--0
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Tue, 03 Jul 2007 04:53:21 +0000 Dan Nicolaescu * server.el (server-process-filter): Likewise.
Sat, 16 Jun 2007 22:33:42 +0000 Miles Bader Merge from emacs--devo--0
Tue, 12 Jun 2007 08:21:13 +0000 Juanma Barranquero (server-process-filter): Fix typo in docstring.
Sun, 20 May 2007 23:27:36 +0000 Miles Bader server.el: Don't change the default directory in the *scratch* buffer.
Wed, 16 May 2007 07:12:33 +0000 Miles Bader Rudimentary fix for environment variable handling.
Sun, 22 Apr 2007 12:12:29 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 13 Jan 2007 22:59:28 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sat, 14 Oct 2006 17:36:28 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 12 Jun 2006 07:27:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Wed, 17 May 2006 18:05:02 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Wed, 10 May 2006 15:04:01 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 26 Mar 2006 16:34:35 +0000 Karoly Lorentey Set `default-directory' in *scratch* to the current directory of emacsclient.
Thu, 23 Feb 2006 02:59:27 +0000 Karoly Lorentey Fix `server-delete-client' behavior when the user quits `kill-buffer'. (Reported by Han Boetes.)
Sun, 12 Feb 2006 03:45:02 +0000 Karoly Lorentey Fix `emacsclient --eval '(progn (find-file "file")'' and the like. (Reported by Han Boetes.)
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Tue, 03 Jan 2006 01:50:46 +0000 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
Mon, 02 Jan 2006 09:07:22 +0000 Karoly Lorentey Fix last frame check in server.el.
Mon, 02 Jan 2006 08:35:45 +0000 Karoly Lorentey Fix typo in `server-handle-delete-frame'; fix startup echo area message.
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.)