log lisp/server.el @ 74439:ddcbd2c1b70d

age author description
2006-11-27 Stefan Monnier Remove spurious * in docstrings.
2006-11-12 Juanma Barranquero (server-visit-files): If `minibuffer-auto-raise' has been set to t, respect it.
2006-11-11 Juanma Barranquero (server-visit-files): Bind `minibuffer-auto-raise' to the value of
2006-11-10 Juanma Barranquero (server-raise-frame): New option.
2006-11-07 Juanma Barranquero (server-start): Save also the Emacs pid in the server authentication file.
2006-11-03 Juanma Barranquero *** empty log message ***
2006-11-02 Stefan Monnier (server-auth-key): Remove. Replace by a process-property.
2006-11-02 Juanma Barranquero (server-visit-files): Use `when'.
2006-11-01 Stefan Monnier Try and fit within 80 columns.
2006-10-30 Juanma Barranquero Add support for TCP sockets.
2006-10-30 Stefan Monnier (server-select-display): Use a dummy buffer to detect when
2006-07-06 Chong Yidong * server.el (server-select-display): Don't make the temp frame
2006-06-11 Chong Yidong * server.el (server-edit): No-op if no server buffers exist.
2006-05-16 Stefan Monnier (server-start): Only create a directory if needed.
2006-05-05 Kim F. Storm (server-visit-files): Use add-to-history.
2006-03-04 Andreas Schwab (server-process-filter): Handle errors during
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-10-24 Romain Francoise (server-sentinel): Set query-on-exit flag to nil on new client processes
2005-09-18 Deepak Goel Message format spec fixes (1)
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-16 Eli Zaretskii Bind "C-x #" in a way that works even if C-x is redefined to a command key,
2005-07-04 Lute Kamstra Update FSF's address.
2005-05-16 Juanma Barranquero Replace `string-to-int' by `string-to-number'.
2005-02-09 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
2004-12-30 Masatake YAMATO * server.el (server-process-filter): Suppress `error', too.
2004-10-17 Richard M. Stallman (server-unload-hook): Set as a variable with add-hook.
2004-10-08 Masatake YAMATO (server-process-filter): Wrap `process-send-region'
2004-03-19 Stefan Monnier (server-process-filter): Delete temp frame.
2004-03-11 Stefan Monnier (server-name): New var.
2004-01-27 Stefan Monnier (server-socket-name): Don't use the hostname in the
2003-12-29 Karoly Lorentey Make sure secondary frames are deleted when emacsclient quits.
2003-12-29 Karoly Lorentey Bugfix festival.
2003-12-27 Karoly Lorentey Implemented automatic deletion of terminals.
2003-12-27 Karoly Lorentey Fully eliminated global tty state variables.
2003-12-27 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-09-01 Miles Bader Add 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 remain.
2002-09-27 Stefan Monnier (server-socket-name): Always use /tmp and non-qualified hostname.
2002-09-27 Stefan Monnier (server-select-display): New function.
2002-09-25 Stefan Monnier Use 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 was backwards.
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ík Some fixes to follow coding conventions in files maintained by FSF.