summaryrefslogtreecommitdiff
path: root/lisp/server.el
Commit message (Expand)AuthorAgeFilesLines
* Ensure local `default-directory' when calling `process-attributes'.Michael Albinus2022-04-081-1/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-131-21/+100
|\ \
| * | ; * lisp/server.el (server-stop-automatically): Doc fix.Eli Zaretskii2021-11-111-13/+15
| * | Options to automatically stop the Emacs serverGregory Heytings2021-11-111-21/+98
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-20/+20
|\ \ \ | |/ /
| * | Be more efficient when checking for a matching client in server.elJim Porter2021-10-271-12/+12
| * | Remove redundant #' before lambdaStefan Kangas2021-10-211-6/+6
| |/
| * ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-041-1/+11
|\ \ | |/
| * If the daemon’s TTY is our only frame, create a new framePeter Oliver2021-06-221-1/+11
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-131-1/+14
|\ \ | |/
| * Add a new `server-edit-abort' commandHarald Hanche-Olsen2021-06-041-1/+14
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-191-1/+6
|\ \ | |/
| * Don't delete socket on server exit if it was passed inLars Ingebrigtsen2021-05-081-1/+6
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-061-4/+2
|\ \ | |/
| * Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-4/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-271-3/+3
|\ \ | |/
| * Revert recent server.el frame-focus changesLars Ingebrigtsen2020-12-231-3/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-211-2/+2
|\ \ | |/
| * Fix previous frame-focus server.el changeLars Ingebrigtsen2020-12-181-2/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-141-8/+18
|\ \ | |/
| * ; Fix recent typos/wording in NEWS and server.elBasil L. Contovounesios2020-12-071-2/+2
| * Ensure that new emacsclient frames has focusLars Ingebrigtsen2020-12-071-3/+3
| * Allow inhibiting the instructions on how to close emacsclient framesLars Ingebrigtsen2020-12-071-5/+15
* | Merge branch 'master' into feature/pgtkYuuki Harano2020-11-291-1/+11
|\ \ | |/
| * Fix up previous server exit directory deletionLars Ingebrigtsen2020-11-271-4/+9
| * Delete the emacs-server directory upon Emacs exitLars Ingebrigtsen2020-11-241-1/+6
* | emacsclient should use both of DISPLAY and WAYLAND_DISPLAY.Yuuki Harano2020-11-241-6/+11
|/
* * lisp/server.el: Refactor frame creation functionsStefan Monnier2020-11-101-48/+41
* * lisp/server.el: Fix frame creation on dumb terminals (bug#25547)Eliza Velasquez2020-11-101-3/+26
* Fix emacsclient -c foo.txt behaviour with many framesLars Ingebrigtsen2020-09-291-4/+13
* Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-1/+2
* Ensure that server-socket-dir doesn't have "//" in the pathLars Ingebrigtsen2020-08-131-4/+5
* Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix documentation of '-position' server commandEli Zaretskii2019-12-071-2/+2
* Revert "Don't flash previous buffer when connecting with emacsclient"Eli Zaretskii2019-11-071-50/+39
* Fix some file-mode racesPaul Eggert2019-09-161-3/+3
* ; (server-goto-toplevel): Fix comment to reflect the code.Eli Zaretskii2019-09-071-1/+0
* Allow client connections when in recursive-editEli Zaretskii2019-09-071-1/+1
* * lisp/server.el (server-ensure-safe-dir): Revert part of b663c8372495Stefan Monnier2019-07-181-10/+0
* [PATCH 1/1] Pass frame-parameters to server-create-tty-frameMichael Shields2019-06-251-2/+3
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Glenn Morris2019-05-141-1/+8
|\