summaryrefslogtreecommitdiff
path: root/lisp/server.el
AgeCommit message (Expand)Author
2007-07-26Merge from emacs--rel--22Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-07-03* server.el (server-process-filter): Likewise.Dan Nicolaescu
2007-06-16Merge from emacs--devo--0Miles Bader
2007-06-13(server-auth-dir): Use user-emacs-directory.Chong Yidong
2007-06-12(server-process-filter): Fix typo in docstring.Juanma Barranquero
2007-06-11(server-switch-buffer): Remove redundant check.Juanma Barranquero
2007-05-20server.el: Don't change the default directory in the *scratch* buffer.Miles Bader
2007-05-16Rudimentary fix for environment variable handling.Miles Bader
2007-04-22Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-03-21(server-process-filter): Cancel any pending isearch.Juanma Barranquero
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-27(server-start): Mention LEAVE-DEAD arg in the doc string.Eli Zaretskii
2007-01-13Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-10(server-ensure-safe-dir): UIDs may be floats.Stefan Monnier
2006-12-03Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey
2006-11-27Remove spurious * in docstrings.Stefan Monnier
2006-11-12(server-visit-files): If `minibuffer-auto-raise' has been set to t, respect it.Juanma Barranquero
2006-11-11(server-visit-files): Bind `minibuffer-auto-raise' to the value ofJuanma Barranquero
2006-11-10(server-raise-frame): New option.Juanma Barranquero
2006-11-07(server-start): Save also the Emacs pid in the server authentication file.Juanma Barranquero
2006-11-03*** empty log message ***Juanma Barranquero
2006-11-02(server-auth-key): Remove. Replace by a process-property.Stefan Monnier
2006-11-02(server-visit-files): Use `when'.Juanma Barranquero
2006-11-01Try and fit within 80 columns.Stefan Monnier
2006-10-30Add support for TCP sockets.Juanma Barranquero
2006-10-30(server-select-display): Use a dummy buffer to detect whenStefan Monnier
2006-10-14Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-07-06* server.el (server-select-display): Don't make the temp frameChong Yidong
2006-06-12Merged from emacs@sv.gnu.org.Karoly Lorentey
2006-06-11* server.el (server-edit): No-op if no server buffers exist.Chong Yidong
2006-05-17Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-05-16(server-start): Only create a directory if needed.Stefan Monnier
2006-05-10Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-05-05(server-visit-files): Use add-to-history.Kim F. Storm
2006-03-26Set `default-directory' in *scratch* to the current directory of emacsclient.Karoly Lorentey
2006-03-04(server-process-filter): Handle errors duringAndreas Schwab
2006-02-23Fix `server-delete-client' behavior when the user quits `kill-buffer'. (Repo...Karoly Lorentey
2006-02-12Fix `emacsclient --eval '(progn (find-file "file")'' and the like. (Reported...Karoly Lorentey
2006-02-12Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-03Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in ...Karoly Lorentey
2006-01-02Fix last frame check in server.el.Karoly Lorentey
2006-01-02Fix typo in `server-handle-delete-frame'; fix startup echo area message.Karoly Lorentey
2006-01-02Make all frames created in an emacsclient session belong to that client.Karoly Lorentey
2005-12-30Don't display the splash screen when no frame was created. (Fixes tty resume.)Karoly Lorentey
2005-12-29Show the splash screen on Emacsclient frames. Show *scratch* by default.Karoly Lorentey
2005-12-29Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey
2005-12-29Store local environment in frame (not terminal) parameters.Karoly Lorentey
2005-12-26Implement automatic terminal-local environment variables via `local-environme...Karoly Lorentey