summaryrefslogtreecommitdiff
path: root/nrepl-client.el
Commit message (Expand)AuthorAge
...
* 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
* Ditch -some->Artur Malabarba2015-09-24
* Fix some undeclared functions in nrepl-client.elArtur Malabarba2015-09-23
* Fix a shadowed variable and a bad function warningArtur Malabarba2015-09-23
* Fix some unused lexical variablesArtur Malabarba2015-09-23
* [Fix #1333] Catch the right eventLars Andersen2015-09-22
* [Fix #1333] Server filter understands the "interrupted" exit eventArtur Malabarba2015-09-21
* Explain some warnings for our future selves.Artur Malabarba2015-09-19
* [Fix #1334] Don't log text propertiesArtur Malabarba2015-09-18
* Simplify nrepl--maybe-kill-server-buffer a bitArtur Malabarba2015-09-18
* [Fix #1298] Update server's nrepl-client-buffers when a client disconnectsArtur Malabarba2015-09-18
* Don't call nrepl--maybe-kill-server-buffer in kill-buffer-hookArtur Malabarba2015-09-18
* Make nrepl-close obsoleteArtur Malabarba2015-09-18
* Fix ID/callback entries being lost in sync requestsArtur Malabarba2015-09-17
* [#1314] Fix nrepl-pp for objects other than messagesMichael Griffiths2015-09-10
* [Fix #1311] Use 'link face instead of 'customArtur Malabarba2015-09-10
* Implement dynamic font-lockingArtur Malabarba2015-09-09
* New functions nrepl-dict-merge and nrepl-dict-get-inArtur Malabarba2015-09-09
* Collapse large dicts in nrepl-messages as buttonsArtur Malabarba2015-09-08
* Properly keep track of all clients connected to a serverArtur Malabarba2015-09-06
* Change nrepl-base-response-handler to a hook, nrepl-response-handler-functionsArtur Malabarba2015-09-06
* Move nrepl-find-reusable-repl-buffer to cider.elBozhidar Batsov2015-09-06