summaryrefslogtreecommitdiff
path: root/nrepl-client.el
Commit message (Expand)AuthorAge
* [Fix #1568] Mouse clicks expand collapsed dicts in nrepl-messagesArtur Malabarba2016-03-01
* Fix a docstringBozhidar Batsov2016-02-29
* Use arrows with the same length in the nREPL messages bufferBozhidar Batsov2016-02-29
* [Fix #1578] Add a guard for missing process-bufferJon Pither2016-02-28
* Remove a bunch of stuff that were marked as obsolete in 0.10Bozhidar Batsov2016-02-27
* Reimplement pprint-eval in terms of regular evalArtur Malabarba2016-02-07
* Fix a docstringBozhidar Batsov2016-02-06
* Fix a docstringBozhidar Batsov2016-02-06
* New feature: EnlightenArtur Malabarba2016-02-05
* [Fix #1539] Replace the usages of string-remove-prefix/suffixBozhidar Batsov2016-02-03
* Improve the names of the nREPL message buffersBozhidar Batsov2016-02-02
* [Fix #1458] Separate nREPL messages by connections instead of byBozhidar Batsov2016-01-31
* Refine a docstringBozhidar Batsov2016-01-21
* Fix a docstringBozhidar Batsov2016-01-20
* Add missing spaceBozhidar Batsov2016-01-20
* Improve the docstring for nrepl--clear-client-sessionsBozhidar Batsov2016-01-03
* Merge pull request #1501 from rfkm/improve-docstringBozhidar Batsov2016-01-03
|\
| * Improve docstring of `nrepl--clear-client-sessions`Ryo Fukumuro2016-01-04
* | Update the copyright yearsBozhidar Batsov2016-01-01
|/
* [Fix #1482] Clear nREPL sessions when connection is closedRyo Fukumuro2015-12-27
* Remove an ancient guard from the nrepl-server-sentinelBozhidar Batsov2015-12-26
* Add optional pprint-out-handler arg to nrepl-make-response-handlerMichael Griffiths2015-12-12
* [Fix #1442] Hang during cider-quit due to wrong sessionArtur Malabarba2015-12-01
* Remove pointless safeguardArtur Malabarba2015-11-29
* [Fix #1412] Improve the nrepl-messages redirectionArtur Malabarba2015-11-29
* [Fix #1437] Messages button not working with mouseArtur Malabarba2015-11-29
* [Fix #1439] Wrong arguments in calls to sync-requestArtur Malabarba2015-11-29
* Improve a messageBozhidar Batsov2015-11-29
* Dump decoding errors to a dedicated nREPL error bufferBozhidar Batsov2015-11-29
* Remove a few mentions of `nrepl-message-buffer-name'Artur Malabarba2015-11-28
* Delete cider--ensure-sessionArtur Malabarba2015-11-28
* [Fix #1434] Correct pcase syntaxBozhidar Batsov2015-11-26
* [#1412] Track nREPL messages per sessionBozhidar Batsov2015-11-25
* Remove commented out codeBozhidar Batsov2015-11-23
* [Fix #1419] Use dynamic font-lock wherever possibleArtur Malabarba2015-11-14
* [#1420] Show stacktrace buffers for sync "eval" requestsBozhidar Batsov2015-11-14
* Switch to the connection (REPL) buffer after dumping a stacktrace in itBozhidar Batsov2015-11-14
* [Fix #1381] Don't the dump the sync request stacktraces in the minubufferBozhidar Batsov2015-11-14
* Track evaluations in non-REPL buffers as wellBozhidar Batsov2015-11-03
* [Fix #1392] Track definitions made in the REPLBozhidar Batsov2015-11-03
* [Fix #1330] Leverage the source-tracking mechanism introduced in nREPL 0.2.11Bozhidar Batsov2015-10-25
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* Fix a few needless `apply'sArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Fix a couple of docstringsBozhidar Batsov2015-10-10
* Clarify server port detecting codeBozhidar Batsov2015-10-10
* [Fix #1328] Auto-scroll the *nrepl-server* bufferBozhidar Batsov2015-10-10
* Cleanup the debug-input messages we sendArtur Malabarba2015-10-03
* Fix missing handler for idArtur Malabarba2015-10-03
* Fix some bad usages of `message`Artur Malabarba2015-09-28