summaryrefslogtreecommitdiff
path: root/lisp/jsonrpc.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-04-15
|\
| * Jsonrpc: don't bind inhibit-read-only to t so earlyJoão Távora2023-04-07
* | Better jsonrpc.el workaround for debug-on-error checkJoão Távora2023-03-14
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Avoid recursive process filters in lisp/jsonrpc.el (bug#60088)João Távora2022-12-16
* ; Fix typosStefan Kangas2022-11-23
* ; Fix typosStefan Kangas2022-11-22
* ; Fix typos: prefer American spellingStefan Kangas2022-07-14
* * lisp/jsonrpc.el (Version): Bump to 1.0.15.Stefan Kangas2022-01-13
* * lisp/jsonrpc.el (jsonrpc--debug): Use apply on format args list.Stefan Kangas2022-01-13
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-21
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* ; Minor license statement fixesStefan Kangas2021-02-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Avoid spamming view-mode-enter help messageBasil L. Contovounesios2020-12-03
* Revert unintended part of last change to jsonrpc-requestJoão Tãvora2020-11-20
* Fix default timeout handling in jsonrpc-requestJoão Távora2020-11-20
* ; Prefer https to http in more URLsStefan Kangas2020-10-24
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | ; Fix typosStefan Kangas2020-09-21
* | Add package prefix to jsonrpc defconstStefan Kangas2020-08-26
* | Ensure Jsonrpc processes are created in correct bufferJoão Távora2020-06-03
* | Various json.el improvementsBasil L. Contovounesios2020-05-22
* | Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-13
* | Properly fix embarassing missing paren typo in jsonrpc.elJoão Távora2020-05-02
* | * lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo.Paul Eggert2020-05-01
* | Consolidate lisp/jsonrpc.el logging in single events bufferJoão Távora2020-05-01
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Disable undo in the process buffers of a JSONRPC connectionJoão Távora2019-12-13
* Follow JSONRPC spec by not sending :result field on errorsJoão Távora2019-11-05
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Add conditional operator xor to subr.elMattias Engdegård2019-08-06
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-26
* Update more copyright yearsPaul Eggert2018-12-31
* Jsonrpc error handlers can now safely call jsonrpc-shutdownJoão Távora2018-12-16
* Replace insignificant backquotesMichael Heerdegen2018-11-25
* jsonrpc-shutdown's cleanup also kills stderr bufferJoão Távora2018-08-12
* Revert "Make jsonrpc-shutdown a noop if process isn't running"João Távora2018-08-12
* Fix blunder in last commit for lisp/jsonrpc.elJoão Távora2018-08-11
* Add option to cleanup buffers to jsonrpc-shutdownJoão Távora2018-08-11
* * lisp/jsonrpc.el (jsonrpc-request): Clarify comment.João Távora2018-08-11
* Make jsonrpc-shutdown a noop if process isn't runningJoão Távora2018-08-11
* Allow completely disabling event logging in jsonrpc.elJoão Távora2018-08-10
* Trim JSONRPC events buffer when it's too largeJoão Távora2018-08-09
* Synchronous JSONRPC requests can be cancelled on user inputJoão Távora2018-08-09
* Adjust previous jsonrpc changeJoão Távora2018-07-03
* Make lisp/jsonrpc.el work with Emacs 25.1João Távora2018-07-02
* Unbreak bootstrapGlenn Morris2018-06-30