summaryrefslogtreecommitdiff
path: root/lisp/server.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make emacsclient add abbreviated file names to file-name-historyEli Zaretskii2022-12-191-1/+1
* server-eval-at: Don't call server--file-nameSean Whitton2022-12-081-4/+5
* Make killing a non-last client work the same no matter the auto-stop settingJim Porter2022-12-041-23/+37
* ; Don't emit a "Server stopped" message when restarting the Emacs serverJim Porter2022-11-271-10/+12
* Improve robustness of server.el testsJim Porter2022-11-261-0/+1
* ; * lisp/server.el (server-start): Fix a typo in a warning message.Jim Porter2022-11-251-1/+1
* Don't explicitly delete client frames when killing Emacs anywayJim Porter2022-11-241-53/+77
* Fix encoding and display of messages sent by server to emacsclientEli Zaretskii2022-11-191-1/+4
* Enable/disable 'server-mode' when starting/stopping the serverJim Porter2022-11-161-2/+10
* Don't prompt when killing an Emacs client if it's the last clientJim Porter2022-10-101-7/+12
* Merge from origin/emacs-28Stefan Kangas2022-09-061-20/+21
|\
| * * lisp/server.el: Improve Commentary.Stefan Kangas2022-09-051-20/+21
* | Make many seldom-used generalized variables obsoleteLars Ingebrigtsen2022-08-211-2/+3
* | Revert "Improve X event timestamp tracking"Po Lu2022-08-071-3/+1
* | Improve X event timestamp trackingDaniel Colascione2022-08-061-1/+3
* | Fix typo in previous server.el changeLars Ingebrigtsen2022-06-301-1/+1
* | Don't ignore emacsclient's --frame-parameters option when -tMichael Shields2022-06-301-1/+2
* | Factor out *scratch* initializationSean Whitton2022-05-091-1/+1
* | Revert "server-execute: Initialize the *scratch* buffer"Sean Whitton2022-05-041-11/+4
* | server-execute: Initialize the *scratch* bufferSean Whitton2022-05-031-4/+11
* | 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