summaryrefslogtreecommitdiff
path: root/cider-client.el
Commit message (Expand)AuthorAge
* [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
* Reimplement pprint-eval in terms of regular evalArtur Malabarba2016-02-07
* Move spinner activation/termination to cider-nrepl-request:evalArtur Malabarba2016-02-07
* Move spinner code higher up the fileArtur Malabarba2016-02-06
* Fix a docstringBozhidar Batsov2016-02-06
* Kill the nREPL messages buffer, before killing it's matching connectionBozhidar Batsov2016-02-05
* Fix a function nameBozhidar Batsov2016-02-05
* Improve the names of the nREPL message buffersBozhidar Batsov2016-02-02
* Don't try to kill the nREPL messages buffer, unless it existsBozhidar Batsov2016-02-01
* [Fix #1529] Close nREPL messages buffer when its matching connection isBozhidar Batsov2016-01-31
* [Fix #1458] Separate nREPL messages by connections instead of byBozhidar Batsov2016-01-31
* Extend cider-map-connections to :any, :both, :clj, and :cljsArtur Malabarba2016-01-19
* Fix quotes in the docstring of cider-pprint-fnArtur Malabarba2016-01-16
* Update the copyright yearsBozhidar Batsov2016-01-01
* Merge pull request #1477 from fajpunk/check-major-mode-firstBozhidar Batsov2015-12-23
|\
| * Check major mode first when choosing connectionDan Fuchs2015-12-22
* | Remove a few older depricated aliasesBozhidar Batsov2015-12-23
|/
* Replace usage of string-suffix-p with directory-file-nameBozhidar Batsov2015-12-20
* Introduce the concept of project nameBozhidar Batsov2015-12-19
* Fix broken testBozhidar Batsov2015-12-19
* Display the REPL's type properlyBozhidar Batsov2015-12-19