Sync to HEAD
[bpt/emacs.git] / lisp / server.el
2004-04-16 Kenichi HandaSync to HEAD
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-07-25 John Paul Wallington(server-start): Check `server-process' is non-nil
2003-04-12 Stefan Monnier(server-start): Use letf.
2003-04-12 Stefan Monnier(server-socket-name): Use new safe location for socket.
2003-02-10 Stefan Monnier(server-previous-strings): Remove.
2003-01-15 Dave Love(server-window): Customize.
2003-01-13 John Paul Wallington(server-process-filter): Use `minibufferp' to test
2003-01-13 Richard M. Stallman(server-process-filter): Comment out -eval.
2002-11-02 Stefan Monnier(server-sentinel): Kill buffers if applicable.
2002-10-29 Richard M. Stallman(server-switch-buffer): Say when no server buffers...
2002-09-27 Stefan Monnier(server-socket-name): Always use /tmp and non-qualified...
2002-09-27 Stefan Monnier(server-select-display): New function.
2002-09-25 Stefan MonnierUse built-in network primitives.
2002-09-18 Stefan Monnier(server-done): Fix harmlessly wrong arg to save-buffer.
2002-09-18 Stefan Monnier(server-log): Add `client' arg.
2002-08-15 Richard M. Stallman(server-process-filter): Simplify code.
2001-12-18 Dave Love(server-unload-hook): New function.
2001-11-15 Stefan Monnier(server-process-filter): Run pore/post-comment-hook
2001-11-13 Richard M. Stallman(server-edit, server-done): Doc fix.
2001-11-11 Richard M. Stallman(server-buffer-done): Test of server-existing-buffer...
2001-09-07 Gerd Moellmann(server-switch-buffer): Use get-window-with-predicate.
2001-07-20 Stefan Monnier(server-visit-files): Fix variable name typo.
2001-07-17 Gerd Moellmann(server-visit-files): Handle the case the specified
2001-07-15 Pavel JaníkSome fixes to follow coding conventions in files mainta...
2001-06-10 Eli Zaretskii(server-process, server-buffer-clients): Doc fix.
2001-04-09 Gerd Moellmann(server-visit-files): Set server-existing-buffer
2001-02-22 Stefan Monnier(server-switch-buffer): Only switch window if the curre...
2000-12-21 Gerd Moellmann(server-switch-buffer): Choose a window on a visible
2000-12-18 Gerd Moellmann(server-buffer-done): Bury the buffer before
2000-12-07 Gerd Moellmann(server-visit-files): Push files on file-name-history.
2000-08-21 Gerd Moellmann(server-kill-new-buffers): New user option.
2000-07-03 Gerd Moellmann(server-switch-buffer): Use some-window instead of
1999-08-16 Karl Heuer(server-process-filter): If a client visits no buffers,
1999-03-13 Kenichi Handa(server-start): Set coding system for the server
1998-05-05 Richard M. Stallman(server-buffer-done): Bind server-kill-buffer-running
1997-08-18 Richard M. StallmanCustomized.
1997-05-31 Richard M. Stallman(server-kill-buffer): Prevent infinite recursion.
1997-05-27 Richard M. StallmanComment change.
1997-05-14 Richard M. Stallman(server-kill-buffer): Act only when there is a server...
1997-05-10 Richard M. Stallman(server-buffer-done): New arg FOR-KILLING.
1997-04-13 Richard M. Stallman(server-done): If buffer visits no file, don't offer...
1997-01-02 Richard M. Stallman(server-process-filter): Let-bind `pos'.
1996-12-30 Richard M. Stallman(server-start): Don't delete ~/.emacs-server.
1996-09-02 Richard M. Stallman(server-process-filter): Quote with &, not \.
1996-09-02 Richard M. Stallman(server-process-filter): Undo the quoting with
1996-08-28 Richard M. Stallman(server-visit-files): New argument NOWAIT.
1996-02-28 Richard M. Stallman(server-process-filter): Use command-line-normalize...
1996-02-28 Richard M. Stallman(server-process-filter): Don't collapse // at start...
1996-01-26 Richard M. Stallman(server-process-filter): In file name, collapse multipl...
1996-01-25 Karl Heuer(server-process-filter): Pass proper format string...
1996-01-14 Erik NaggumUpdate FSF's address.
1995-11-10 Richard M. Stallman(server-log): Record the current time.
1995-10-08 Richard M. Stallman(server-start): Try both full hostname and shortened
1995-09-24 Richard M. Stallman(server-process-filter): Ignore lines that don't start
1995-08-10 Richard M. Stallman(server-buffer-done): Pause between client commands,
1995-06-28 Richard M. Stallman(server-process-filter): Detect error messages from...
1995-04-09 Roland McGrath(server-switch-buffer): Make first arg optional too;
1995-04-07 Karl HeuerUpdate copyright.
1995-03-11 Richard M. Stallman(server-buffer-done): Return a list
1994-12-29 Richard M. Stallman(server-process-filter): Process each line separately.
1994-12-23 Richard M. Stallman(server-switch-buffer): Cope with dead frames and windows.
1994-11-10 Richard M. StallmanComment change.
1994-10-04 Richard M. Stallman(server-switch-buffer): Don't go to an invisible frame.
1994-09-14 Richard M. Stallman(server-start): Always use pipes for communication.
1994-07-11 Richard M. Stallman(server-start): Try both possible socket file names...
1994-06-11 Richard M. Stallman(server-start): Doc fix.
1994-05-28 Richard M. Stallman(server-visit-files): Bind last-nonmenu-event.
1994-05-20 Richard M. Stallman(server-done-hook): New hook.
1994-05-19 Richard M. Stallman(server-done): Never kill buffer here.
1994-05-03 Karl HeuerUpdate copyright.
1994-04-20 Richard M. Stallman(server-kill-emacs-query-function)
1994-04-19 Richard M. Stallman(kill-emacs-query-functions): Fix typo in question...
1994-04-19 Richard M. Stallman(kill-buffer-query-functions): Fix the question text.
1994-03-03 Karl Heuer(server-switch-buffer): Don't select a minibuffer.
1994-03-03 Richard M. Stallman(kill-emacs-query-functions, kill-buffer-query-functions):
1994-02-02 Richard M. Stallman(server-program): Add exec-directory to value.
1993-08-09 Richard M. Stallman(server-visit-files): Restore current-buffer by hand,
1993-07-15 Richard M. Stallman(server-done): Let save-buffer make the backup,
1993-06-15 Richard M. Stallman(server-process-filter): Use server-switch-buffer.
1993-06-11 Richard M. Stallman(server-window): New variable.
1993-05-18 Jim Blandy* server.el (server-switch-hook): New hook.
1992-11-03 Christopher ZaborskyDoc fix.
1992-09-04 Roland McGrathentered into RCS
1992-07-22 Eric S. Raymond*** empty log message ***
1992-07-17 Eric S. Raymond*** empty log message ***
1992-07-16 Eric S. Raymond*** empty log message ***
1992-07-15 Eric S. Raymond*** empty log message ***
1992-06-09 Richard M. Stallman*** empty log message ***
1992-05-30 Eric S. Raymond*** empty log message ***
1991-12-05 Jim Blandy*** empty log message ***
1991-09-03 Richard M. Stallman*** empty log message ***
1991-05-09 Roland McGrath*** empty log message ***
1990-12-12 Richard M. Stallman*** empty log message ***
1990-02-22 rootInitial revision