aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Properly run emacsclient under Android if DISPLAY is setPo Lu2023-09-061-5/+12
* | Add emacsclient desktop file equivalent on AndroidPo Lu2023-02-041-0/+2
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix incompatible -t and -r options in emacsclientGregory Heytings2022-11-281-1/+3
* * lib-src/emacsclient.c (print_help_and_exit): Fix --timeout.Shohei YOSHIDA2022-11-271-1/+1
* Fix encoding and display of messages sent by server to emacsclientEli Zaretskii2022-11-191-1/+1
* Fix several printfs for 32 bit systemsPo Lu2022-09-101-1/+1
* Display error in emacsclient if setsockopt failedStefan Kangas2022-09-091-3/+10
* ; Make emacsclient.c more quiet againStefan Kangas2022-09-071-2/+0
* ; * lib-src/emacsclient.c (main): Fix previous change.Stefan Kangas2022-09-071-2/+2
* Fix the MS-Windows buildEli Zaretskii2022-09-061-3/+8
* Add new --timeout flag to emacsclientStefan Kangas2022-09-061-3/+72
* Merge from origin/emacs-28Paul Eggert2022-04-171-2/+1
|\
| * Don’t assume openatPaul Eggert2022-04-171-2/+1
* | Do not include <attribute.h> from <config.h>Paul Eggert2022-03-081-0/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-101-2/+1
|\ \
| * \ Merge from origin/emacs-28Stefan Kangas2021-12-101-2/+1
| |\ \ | | |/
| | * emacsclient takes more care about XDG_RUNTIME_DIRPaul Eggert2021-12-091-2/+1
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-011-3/+4
|\ \ \ | |/ /
| * | Suppress emacsclient message that daemon should have started if --quietJim Porter2021-12-011-3/+4
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-0/+2
|\ \ \ | |/ /
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+2
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-12/+21
|\ \ \ | |/ /
| * | New emacsclient option to either create or reuse an existing frame.Gregory Heytings2021-11-051-1/+12
| |/
| * Simplify socket symlink-attack checkingPaul Eggert2021-10-031-7/+6
| * Avoid using %n in emacsclientOmar Polo2021-08-221-4/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-79/+147
|\ \ | |/
| * Redo emacsclient socket symlink-attack checkingPaul Eggert2021-07-231-79/+147
* | 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-27/+12
|\ \ | |/
| * Adjust to recent Gnulib changesPaul Eggert2020-12-251-27/+12
* | emacsclient should use both of DISPLAY and WAYLAND_DISPLAY.Yuuki Harano2020-11-241-0/+5
|/
* Don't output emacsclient warning if both -a and --quietLars Ingebrigtsen2020-08-131-5/+11
* Stop using newly-deprecated dosname Gnulib modulePaul Eggert2020-03-281-1/+1
* Make emacs prefer an existing ~/.emacs.d to an existing XDG locationRobert Pluim2020-01-161-8/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen2019-09-151-5/+1
* emacsclient: adjust to new config file locationPaul Eggert2019-08-301-15/+32
* emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen2019-06-271-1/+5
* Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero2019-06-261-0/+1
* Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-251-6/+16
* Simplify lib-src version printingPaul Eggert2019-06-201-5/+1
* Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-241-1/+1
* Improve XDG_RUNTIME_DIR diagnosticPaul Eggert2019-04-201-5/+23
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\