summaryrefslogtreecommitdiff
path: root/cider-client.el
Commit message (Expand)AuthorAge
...
* Make `filter-regex` for `cider-browse-spec-all` optionalTianxiang Xiong2017-07-08
* Add cider-browse-spec-all and cider-browse-spec implementationJuan Monetta2017-07-07
* [Fix #1832] Add eldoc info for datomic query input parameterstijsmallaerts2017-03-22
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Add interactive function to flush Compliment cachesAlexander Yakushev2017-03-07
* Don't use `list` where backquoting would be clearerTianxiang Xiong2017-03-01
* Remove session from nrepl interaction (#1925)dpsutton2017-01-23
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Get session id from session we are usingDan Sutton2016-12-22
* Improve a couple of docstringsBozhidar Batsov2016-12-20
* Control pretty print width with variableDan Sutton2016-11-27
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* [Fix #1707] Add customization for line truncating in special buffersBartłomiej Kruczyk2016-10-16
* [Fix #1789] Make it easier to change the connection of the scratchBozhidar Batsov2016-10-09
* Add new command `cider-toggle-request-dispatch`Bozhidar Batsov2016-09-28
* Minor indentation fixcskksc2016-07-17
* Fix orphaned nrepl-messages buffer after cider-quit (#1788)Michael Brand2016-06-21
* Change read-char to read-keyArtur Malabarba2016-06-02
* Ugly patch for misbehaving ClojureScript REPLsArtur Malabarba2016-06-02
* [Fix #1564] Add support to filter out internal namespaces and vars (#1724)Chaitanya Koparkar2016-05-01
* Allow user to set the argument of `cider-change-buffers-designation' in a non...Daniel Szmulewicz2016-04-25
* Always fetch ns-vars-with-meta from nREPL middleware (#1715)Chaitanya Koparkar2016-04-25
* [Fix #1561] Correct font-lock vars for namespaces not loaded in the REPL (#1710)Chaitanya Koparkar2016-04-23
* [#1561] Font-lock vars, macros, and functions in the ns-browser (#1695)Chaitanya Koparkar2016-04-21
* Kill everything that was obsoleted in the previous releaseBozhidar Batsov2016-04-10
* Cleanup some requiresBozhidar Batsov2016-04-09
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* [#1651] cider-expected-ns falls back on clojure-expected-nsArtur Malabarba2016-04-03
* Move cider-expected-ns to cider-client.elBozhidar Batsov2016-03-27
* Add a command to load all project namespacesBozhidar Batsov2016-03-26
* Make it possible to pass to the apropos commands a list ofBozhidar Batsov2016-03-19
* [Fix #1563] Handle invalid regular expressions in aproposBozhidar Batsov2016-03-19
* Fix a couple of bytecomp warningsArtur Malabarba2016-03-03
* Fix current-connectionArtur Malabarba2016-03-03
* Improve a docstringBozhidar Batsov2016-02-28
* Improve the message displayed by cider-ensure-op-supportedBozhidar Batsov2016-02-28
* Remove a bunch of stuff that were marked as obsolete in 0.10Bozhidar Batsov2016-02-27
* Use user-error instead of error in cider-ensure-op-supportedBozhidar Batsov2016-02-27
* Fix a docstringBozhidar Batsov2016-02-27
* Improve the message displayed by cider-ensure-connectedBozhidar Batsov2016-02-27
* Fix a docstringBozhidar Batsov2016-02-26
* Fix a docstringBozhidar Batsov2016-02-26
* Set cider-pprint-fn to pprint by defaultBozhidar Batsov2016-02-26
* cider-map-connections provides user-friendly errorsArtur Malabarba2016-02-14
* [#1557] :both and :any commands error out in clj(s) buffers without a connectionArtur Malabarba2016-02-14
* Improve and add tests for cider-current-connectionArtur Malabarba2016-02-14
* Make it possible to test a ns from a REPL bufferBozhidar Batsov2016-02-11
* Stop the spinner when the connection closesArtur Malabarba2016-02-11
* Make the connection message displayed in the minibuffer configurableBozhidar Batsov2016-02-10