log lisp/server.el @ 74268:3de22dfd43f8

age author description
Mon, 27 Nov 2006 20:58:37 +0000 Stefan Monnier Remove spurious * in docstrings.
Sun, 12 Nov 2006 05:36:52 +0000 Juanma Barranquero (server-visit-files): If `minibuffer-auto-raise' has been set to t, respect it.
Sat, 11 Nov 2006 14:11:13 +0000 Juanma Barranquero (server-visit-files): Bind `minibuffer-auto-raise' to the value of
Fri, 10 Nov 2006 09:46:51 +0000 Juanma Barranquero (server-raise-frame): New option.
Tue, 07 Nov 2006 10:42:52 +0000 Juanma Barranquero (server-start): Save also the Emacs pid in the server authentication file.
Fri, 03 Nov 2006 00:24:26 +0000 Juanma Barranquero *** empty log message ***
Thu, 02 Nov 2006 23:46:14 +0000 Stefan Monnier (server-auth-key): Remove. Replace by a process-property.
Thu, 02 Nov 2006 01:29:41 +0000 Juanma Barranquero (server-visit-files): Use `when'.
Wed, 01 Nov 2006 21:37:11 +0000 Stefan Monnier Try and fit within 80 columns.
Mon, 30 Oct 2006 23:20:45 +0000 Juanma Barranquero Add support for TCP sockets.
Mon, 30 Oct 2006 07:29:37 +0000 Stefan Monnier (server-select-display): Use a dummy buffer to detect when
Thu, 06 Jul 2006 22:48:16 +0000 Chong Yidong * server.el (server-select-display): Don't make the temp frame
Sun, 11 Jun 2006 18:59:31 +0000 Chong Yidong * server.el (server-edit): No-op if no server buffers exist.
Tue, 16 May 2006 06:53:01 +0000 Stefan Monnier (server-start): Only create a directory if needed.
Fri, 05 May 2006 23:37:55 +0000 Kim F. Storm (server-visit-files): Use add-to-history.
Sat, 04 Mar 2006 16:06:46 +0000 Andreas Schwab (server-process-filter): Handle errors during
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 24 Oct 2005 11:06:03 +0000 Romain Francoise (server-sentinel): Set query-on-exit flag to nil on new client processes
Sun, 18 Sep 2005 12:25:02 +0000 Deepak Goel Message format spec fixes (1)
Sat, 06 Aug 2005 22:13:43 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sat, 16 Jul 2005 11:58:10 +0000 Eli Zaretskii Bind "C-x #" in a way that works even if C-x is redefined to a command key,
Mon, 04 Jul 2005 23:32:44 +0000 Lute Kamstra Update FSF's address.
Mon, 16 May 2005 11:33:47 +0000 Juanma Barranquero Replace `string-to-int' by `string-to-number'.
Wed, 09 Feb 2005 15:50:47 +0000 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
Thu, 30 Dec 2004 23:14:25 +0000 Masatake YAMATO * server.el (server-process-filter): Suppress `error', too.
Sun, 17 Oct 2004 06:55:07 +0000 Richard M. Stallman (server-unload-hook): Set as a variable with add-hook.
Fri, 08 Oct 2004 15:50:59 +0000 Masatake YAMATO (server-process-filter): Wrap `process-send-region'
Fri, 19 Mar 2004 00:50:48 +0000 Stefan Monnier (server-process-filter): Delete temp frame.
Thu, 11 Mar 2004 18:35:20 +0000 Stefan Monnier (server-name): New var.
Tue, 27 Jan 2004 23:08:29 +0000 Stefan Monnier (server-socket-name): Don't use the hostname in the
Mon, 29 Dec 2003 08:28:35 +0000 Karoly Lorentey Make sure secondary frames are deleted when emacsclient quits.
Mon, 29 Dec 2003 07:16:26 +0000 Karoly Lorentey Bugfix festival.
Sat, 27 Dec 2003 13:55:54 +0000 Karoly Lorentey Implemented automatic deletion of terminals.
Sat, 27 Dec 2003 10:00:19 +0000 Karoly Lorentey Fully eliminated global tty state variables.
Sat, 27 Dec 2003 01:12:57 +0000 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
Fri, 26 Dec 2003 04:24:54 +0000 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Fri, 25 Jul 2003 12:16:18 +0000 John Paul Wallington (server-start): Check `server-process' is non-nil
Sat, 12 Apr 2003 19:05:41 +0000 Stefan Monnier (server-start): Use letf.
Sat, 12 Apr 2003 19:04:11 +0000 Stefan Monnier (server-socket-name): Use new safe location for socket.
Mon, 10 Feb 2003 21:44:24 +0000 Stefan Monnier (server-previous-strings): Remove.
Wed, 15 Jan 2003 17:49:32 +0000 Dave Love (server-window): Customize.
Mon, 13 Jan 2003 16:44:07 +0000 John Paul Wallington (server-process-filter): Use `minibufferp' to test
Mon, 13 Jan 2003 08:04:17 +0000 Richard M. Stallman (server-process-filter): Comment out -eval.
Sat, 02 Nov 2002 05:29:13 +0000 Stefan Monnier (server-sentinel): Kill buffers if applicable.
Tue, 29 Oct 2002 18:17:46 +0000 Richard M. Stallman (server-switch-buffer): Say when no server buffers remain.
Fri, 27 Sep 2002 22:06:02 +0000 Stefan Monnier (server-socket-name): Always use /tmp and non-qualified hostname.
Fri, 27 Sep 2002 17:43:29 +0000 Stefan Monnier (server-select-display): New function.
Wed, 25 Sep 2002 19:54:13 +0000 Stefan Monnier Use built-in network primitives.
Wed, 18 Sep 2002 12:19:57 +0000 Stefan Monnier (server-done): Fix harmlessly wrong arg to save-buffer.
Wed, 18 Sep 2002 02:10:18 +0000 Stefan Monnier (server-log): Add `client' arg.
Thu, 15 Aug 2002 20:13:48 +0000 Richard M. Stallman (server-process-filter): Simplify code.
Tue, 18 Dec 2001 16:42:38 +0000 Dave Love (server-unload-hook): New function.
Thu, 15 Nov 2001 12:19:08 +0000 Stefan Monnier (server-process-filter): Run pore/post-comment-hook
Tue, 13 Nov 2001 03:14:23 +0000 Richard M. Stallman (server-edit, server-done): Doc fix.
Sun, 11 Nov 2001 17:56:23 +0000 Richard M. Stallman (server-buffer-done): Test of server-existing-buffer was backwards.
Fri, 07 Sep 2001 11:35:49 +0000 Gerd Moellmann (server-switch-buffer): Use get-window-with-predicate.
Fri, 20 Jul 2001 22:45:11 +0000 Stefan Monnier (server-visit-files): Fix variable name typo.
Tue, 17 Jul 2001 10:55:28 +0000 Gerd Moellmann (server-visit-files): Handle the case the specified
Sun, 15 Jul 2001 16:15:35 +0000 Pavel Jank Some fixes to follow coding conventions in files maintained by FSF.
Sun, 10 Jun 2001 08:42:22 +0000 Eli Zaretskii (server-process, server-buffer-clients): Doc fix.
Mon, 09 Apr 2001 14:29:17 +0000 Gerd Moellmann (server-visit-files): Set server-existing-buffer
Thu, 22 Feb 2001 20:13:44 +0000 Stefan Monnier (server-switch-buffer): Only switch window if the current one is dedicated.
Thu, 21 Dec 2000 15:57:01 +0000 Gerd Moellmann (server-switch-buffer): Choose a window on a visible
Mon, 18 Dec 2000 17:00:48 +0000 Gerd Moellmann (server-buffer-done): Bury the buffer before
Thu, 07 Dec 2000 13:52:47 +0000 Gerd Moellmann (server-visit-files): Push files on file-name-history.
Mon, 21 Aug 2000 15:26:01 +0000 Gerd Moellmann (server-kill-new-buffers): New user option.
Mon, 03 Jul 2000 09:13:42 +0000 Gerd Moellmann (server-switch-buffer): Use some-window instead of
Mon, 16 Aug 1999 03:15:11 +0000 Karl Heuer (server-process-filter): If a client visits no buffers,
Sat, 13 Mar 1999 00:21:24 +0000 Kenichi Handa (server-start): Set coding system for the server
Tue, 05 May 1998 00:39:35 +0000 Richard M. Stallman (server-buffer-done): Bind server-kill-buffer-running
Mon, 18 Aug 1997 20:01:25 +0000 Richard M. Stallman Customized.
Sat, 31 May 1997 00:31:40 +0000 Richard M. Stallman (server-kill-buffer): Prevent infinite recursion.
Tue, 27 May 1997 15:32:03 +0000 Richard M. Stallman Comment change.
Wed, 14 May 1997 18:42:57 +0000 Richard M. Stallman (server-kill-buffer): Act only when there is a server process.
Sat, 10 May 1997 00:37:24 +0000 Richard M. Stallman (server-buffer-done): New arg FOR-KILLING.
Sun, 13 Apr 1997 06:12:34 +0000 Richard M. Stallman (server-done): If buffer visits no file, don't offer save.
Thu, 02 Jan 1997 00:37:12 +0000 Richard M. Stallman (server-process-filter): Let-bind `pos'.
Mon, 30 Dec 1996 20:40:27 +0000 Richard M. Stallman (server-start): Don't delete ~/.emacs-server.
Mon, 02 Sep 1996 17:43:56 +0000 Richard M. Stallman (server-process-filter): Quote with &, not \.
Mon, 02 Sep 1996 00:03:28 +0000 Richard M. Stallman (server-process-filter): Undo the quoting with
Wed, 28 Aug 1996 23:26:13 +0000 Richard M. Stallman (server-visit-files): New argument NOWAIT.
Wed, 28 Feb 1996 23:32:18 +0000 Richard M. Stallman (server-process-filter): Use command-line-normalize-file-name.
Wed, 28 Feb 1996 00:29:43 +0000 Richard M. Stallman (server-process-filter): Don't collapse // at start of file name.
Fri, 26 Jan 1996 23:57:39 +0000 Richard M. Stallman (server-process-filter): In file name, collapse multiple slashes to one.
Thu, 25 Jan 1996 00:56:54 +0000 Karl Heuer (server-process-filter): Pass proper format string to message.
Sun, 14 Jan 1996 07:34:30 +0000 Erik Naggum Update FSF's address.
Fri, 10 Nov 1995 17:01:59 +0000 Richard M. Stallman (server-log): Record the current time.
Sun, 08 Oct 1995 19:42:11 +0000 Richard M. Stallman (server-start): Try both full hostname and shortened
Sun, 24 Sep 1995 23:28:18 +0000 Richard M. Stallman (server-process-filter): Ignore lines that don't start
Thu, 10 Aug 1995 22:07:41 +0000 Richard M. Stallman (server-buffer-done): Pause between client commands,
Wed, 28 Jun 1995 10:02:03 +0000 Richard M. Stallman (server-process-filter): Detect error messages from server.
Sun, 09 Apr 1995 18:57:09 +0000 Roland McGrath (server-switch-buffer): Make first arg optional too;
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Sat, 11 Mar 1995 20:32:48 +0000 Richard M. Stallman (server-buffer-done): Return a list
Thu, 29 Dec 1994 01:43:50 +0000 Richard M. Stallman (server-process-filter): Process each line separately.
Fri, 23 Dec 1994 03:30:53 +0000 Richard M. Stallman (server-switch-buffer): Cope with dead frames and windows.
Thu, 10 Nov 1994 16:13:30 +0000 Richard M. Stallman Comment change.
Tue, 04 Oct 1994 04:20:21 +0000 Richard M. Stallman (server-switch-buffer): Don't go to an invisible frame.
Wed, 14 Sep 1994 09:00:44 +0000 Richard M. Stallman (server-start): Always use pipes for communication.
Mon, 11 Jul 1994 20:36:53 +0000 Richard M. Stallman (server-start): Try both possible socket file names for the file to delete.
Sat, 11 Jun 1994 20:18:46 +0000 Richard M. Stallman (server-start): Doc fix.
Sat, 28 May 1994 17:22:31 +0000 Richard M. Stallman (server-visit-files): Bind last-nonmenu-event.
Fri, 20 May 1994 23:48:12 +0000 Richard M. Stallman (server-done-hook): New hook.
Thu, 19 May 1994 05:58:21 +0000 Richard M. Stallman (server-done): Never kill buffer here.
Tue, 03 May 1994 23:47:06 +0000 Karl Heuer Update copyright.
Wed, 20 Apr 1994 20:26:25 +0000 Richard M. Stallman (server-kill-emacs-query-function)
Tue, 19 Apr 1994 02:49:51 +0000 Richard M. Stallman (kill-emacs-query-functions): Fix typo in question text.
Tue, 19 Apr 1994 00:31:42 +0000 Richard M. Stallman (kill-buffer-query-functions): Fix the question text.
Thu, 03 Mar 1994 21:13:08 +0000 Karl Heuer (server-switch-buffer): Don't select a minibuffer.
Thu, 03 Mar 1994 19:23:59 +0000 Richard M. Stallman (kill-emacs-query-functions, kill-buffer-query-functions):
Wed, 02 Feb 1994 22:53:39 +0000 Richard M. Stallman (server-program): Add exec-directory to value.
Mon, 09 Aug 1993 05:56:29 +0000 Richard M. Stallman (server-visit-files): Restore current-buffer by hand,
Thu, 15 Jul 1993 04:01:14 +0000 Richard M. Stallman (server-done): Let save-buffer make the backup,
Tue, 15 Jun 1993 23:11:38 +0000 Richard M. Stallman (server-process-filter): Use server-switch-buffer.
Fri, 11 Jun 1993 18:28:44 +0000 Richard M. Stallman (server-window): New variable.
Tue, 18 May 1993 22:15:14 +0000 Jim Blandy * server.el (server-switch-hook): New hook.
Tue, 03 Nov 1992 21:08:55 +0000 Christopher Zaborsky Doc fix.
Fri, 04 Sep 1992 21:49:15 +0000 Roland McGrath entered into RCS
Wed, 22 Jul 1992 03:58:44 +0000 Eric S. Raymond *** empty log message ***