summaryrefslogtreecommitdiff
path: root/lisp/server.el
AgeCommit message (Expand)Author
2015-08-26Top-level elisp files respect ‘text-quoting-style’Paul Eggert
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-08-21Avoid hard-coding "M-x command" in docstringsPaul Eggert
2015-07-07Improve recent change to emacsclient on CygwinKen Brown
2015-06-29Cygwin emacsclient handles w32 file namesMichael R. Mauger
2015-05-23Replace gui-method macros with cl-generic with &contextStefan Monnier
2015-04-24; * lisp/server.el: Comment.Glenn Morris
2015-02-27Support daemon mode on MS-Windows (bug#19688)Mark Laws
2015-01-01Update copyright year to 2015Paul Eggert
2014-07-08* lisp/leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.Stefan Monnier
2014-05-05Remove unneeded prompt "Buffer ... still has clients"Jarek Czekalski
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