summaryrefslogtreecommitdiff
path: root/lisp/server.el
AgeCommit message (Expand)Author
2014-03-21lisp/*.el: Fix typos.Juanma Barranquero
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-05Do not call to `selected-window' where it is assumed by default.Dmitry Antipov
2013-08-05Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov
2013-07-31* lisp/emacs-lisp/re-builder.el (reb-color-display-p):Dmitry Antipov
2013-02-12Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris
2013-02-12In doc, use standard American English style for e.g., etc., i.e.Paul Eggert
2013-01-11Disambiguate function and variable references in docstrings.Aaron S. Hawley
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-24Allow function as value of initial-buffer-choice (Bug#13251).Constantin Kulikov
2012-11-09* server.el (server-create-window-system-frame): Improved comment.Jan Djärv
2012-11-08* server.el (server-create-window-system-frame): Handle NextstepJan Djärv
2012-10-07Merge from trunkDaniel Colascione
2012-09-30Update docs for a bunch of 24.3 changes.Chong Yidong
2012-09-17Detect window-system from display nameDaniel Colascione
2012-09-17Fix emacsclient to work with cygw32Daniel Colascione
2012-08-31Better seed support for (random).Paul Eggert
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-06-25* lisp/server.el (server-process-filter): Remember dir in theJim Diamond
2012-04-20Fix emacsclient/server behavior under --without-x.Chong Yidong
2012-04-20* lisp/server.el (server-execute): Respect initial-buffer-choiceChong Yidong
2012-04-20Merge from emacs-24 branchChong Yidong
2012-04-17lisp/server.el (server-ensure-safe-dir): Simplify.Juanma Barranquero
2012-04-15Move "emacsclient -t -n" handling from emacsclient.c to server.el.Chong Yidong
2012-04-14* lisp/server.el: Doc fixes.Juanma Barranquero
2012-04-14(server-generate-key): `called-interactively-p' requires a parameter.Lars Ingebrigtsen
2012-04-14Allow using `server-auth-key' to set a permanent shared keyMichal Nazarewicz
2012-04-04* lisp/server.el (server--on-display-p): New function.Stefan Monnier
2012-03-11* server.el (server-eval-at): Handle non-tcp connections. DecodeAndreas Schwab
2012-03-11Define -print-nonl client commandAndreas Schwab
2012-02-08Fix last fix of server-unselect-displayMartin Rudalics
2012-02-08In server-unselect-display make sure that buffer is live before killing itMartin Rudalics
2012-02-08In server-unselect-display don't inadvertently kill current buffer. (Bug#10729)Martin Rudalics
2012-02-01server.el doc fixesGlenn Morris
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-04Fix emacsclient bug where "-n -c" does not open a new frame on Windows.Juanma Barranquero
2011-11-22* lisp/server.el (server-eval-and-print): Allow C-g.Stefan Monnier
2011-10-19Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong
2011-08-28* lisp/server.el (server-port): Doc fix.Chong Yidong
2011-07-05lisp/server.el: Catch quit and close the connection (bug#8942).Juanma Barranquero
2011-07-04lisp/server.el (server-eval-and-print): Return any result, even nil.Juanma Barranquero
2011-06-25Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann
2011-06-01Silence various byte-compiler warnings.Stefan Monnier
2011-05-02Decode &_ => SPC in the reply.Lars Magne Ingebrigtsen
2011-05-02Implement and document `server-eval-at'.Lars Magne Ingebrigtsen
2011-03-21Merge from trunkStefan Monnier
2011-03-12Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris