summaryrefslogtreecommitdiff
path: root/lisp/server.el
AgeCommit message (Expand)Author
2022-04-08Ensure local `default-directory' when calling `process-attributes'.Michael Albinus
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-13Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-11-11; * lisp/server.el (server-stop-automatically): Doc fix.Eli Zaretskii
2021-11-11Options to automatically stop the Emacs serverGregory Heytings
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-10-27Be more efficient when checking for a matching client in server.elJim Porter
2021-10-21Remove redundant #' before lambdaStefan Kangas
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-07-04Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-06-22If the daemon’s TTY is our only frame, create a new framePeter Oliver
2021-06-13Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-06-04Add a new `server-edit-abort' commandHarald Hanche-Olsen
2021-05-19Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-05-08Don't delete socket on server exit if it was passed inLars Ingebrigtsen
2021-02-06Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-02-02Prefer defvar-local in remaining librariesStefan Kangas
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-27Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2020-12-23Revert recent server.el frame-focus changesLars Ingebrigtsen
2020-12-21Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2020-12-18Fix previous frame-focus server.el changeLars Ingebrigtsen
2020-12-14Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2020-12-07; Fix recent typos/wording in NEWS and server.elBasil L. Contovounesios
2020-12-07Ensure that new emacsclient frames has focusLars Ingebrigtsen
2020-12-07Allow inhibiting the instructions on how to close emacsclient framesLars Ingebrigtsen
2020-11-29Merge branch 'master' into feature/pgtkYuuki Harano
2020-11-27Fix up previous server exit directory deletionLars Ingebrigtsen
2020-11-24Delete the emacs-server directory upon Emacs exitLars Ingebrigtsen
2020-11-24emacsclient should use both of DISPLAY and WAYLAND_DISPLAY.Yuuki Harano
2020-11-10* lisp/server.el: Refactor frame creation functionsStefan Monnier
2020-11-10* lisp/server.el: Fix frame creation on dumb terminals (bug#25547)Eliza Velasquez
2020-09-29Fix emacsclient -c foo.txt behaviour with many framesLars Ingebrigtsen
2020-09-06Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen
2020-08-13Ensure that server-socket-dir doesn't have "//" in the pathLars Ingebrigtsen
2020-02-23Add 'nofollow' flag to set-file-modes etc.Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-07Fix documentation of '-position' server commandEli Zaretskii
2019-11-07Revert "Don't flash previous buffer when connecting with emacsclient"Eli Zaretskii
2019-09-16Fix some file-mode racesPaul Eggert
2019-09-07; (server-goto-toplevel): Fix comment to reflect the code.Eli Zaretskii
2019-09-07Allow client connections when in recursive-editEli Zaretskii
2019-07-18* lisp/server.el (server-ensure-safe-dir): Revert part of b663c8372495Stefan Monnier
2019-06-25[PATCH 1/1] Pass frame-parameters to server-create-tty-frameMichael Shields
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-05-14Merge from origin/emacs-26Glenn Morris