summaryrefslogtreecommitdiff
path: root/cider-apropos.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2018-01-01
|
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
| | | | | | | | | | Fix #2130. Emacs 26 obsoletes `if-let` and `when-let`, replacing them with `if-let*` and `when-let*`. This raises byte-compilation warnings (treated as errors) when testing against Emacs 26. See: http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-26#n1278
* Use `add-to-list` instead of `push` for ancillary buffersTianxiang Xiong2017-07-19
|
* Use new format for forms-str and arglists-strTianxiang Xiong2017-06-18
| | | | | | | Depends on clojure-emacs/cider-nrepl#412. Using the new forms-str and arglists-str formats simplifies code for `cider-docview-render-info`.
* Support special forms for apropos and GrimoireTianxiang Xiong2017-06-17
| | | | | | | Add `apropos-special-form` button type Default to `clojure.core` ns for Grimoire; this is necessary for special forms, which do not have ns. Grimoire defaults to `clojure.core`.
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
| | | | | The functions in `cider-compat.el` were actually added in Emacs 25.1, not Emacs 24.4.
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
|
* Show default action in apropos act on symbol prompt (#1800)Tijs Mallaerts2016-07-10
|
* Add missing package-version propertyBozhidar Batsov2016-07-10
|
* [Fix #1646] Add option to control apropos actions (#1791)Tijs Mallaerts2016-07-10
|
* Move dictionary manipulation to its own file, nrepl-dict.elArtur Malabarba2016-04-30
| | | | | | A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.
* Use cider-apropos-select in cider-apropos-documentation-selectBozhidar Batsov2016-04-18
| | | | Copy-pasting is evil...
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
|
* Update a few copyright headersBozhidar Batsov2016-03-27
|
* Make cider-apropos-select more flexibleBozhidar Batsov2016-03-26
| | | | | Now you can select which command to apply to the symbol you've selected.
* [#1541] Add versions of the apropos commands using completing readBozhidar Batsov2016-03-20
| | | | | Basically instead of seeing the results in a dedicated buffer, you'll now see them in the minibuffer.
* Make it possible to pass to the apropos commands a list ofBozhidar Batsov2016-03-19
| | | | | | | space-separated words This is pretty much how Emacs's apropos works. The list of words is converted to a regexp behind the scenes.
* Handle missing connection gracefully in apropos commandsBozhidar Batsov2016-03-19
|
* Make the ns query in cider-apropos a completing oneBozhidar Batsov2016-03-19
|
* Add missing end of file commentBozhidar Batsov2016-02-16
|
* [Fix #1565] Fix font-locking in apropos buffersBozhidar Batsov2016-02-15
|
* Align the apropos messages with the ones in Emacs itselfBozhidar Batsov2016-02-15
|
* Clarify all apropos inputsArtur Malabarba2016-02-14
|
* Clarify that the apropos is a regexpArtur Malabarba2016-02-14
| | | | See #1563.
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* Remove many uses of `newline' for (insert "\n")Artur Malabarba2015-10-21
|
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
|
* Further unentangle cider-interaction from the other filesArtur Malabarba2015-10-01
|
* Fix a few left-over byte-comp warningsArtur Malabarba2015-09-24
|
* Update copyright yearsBozhidar Batsov2015-03-01
|
* Move a few requires where they belongBozhidar Batsov2015-01-25
|
* Fix broken testsBozhidar Batsov2014-11-09
|
* Fix buffer nameBozhidar Batsov2014-11-09
|
* Fix a typoBozhidar Batsov2014-11-09
|
* Extract the apropos and grimoire functionality into separate source filesBozhidar Batsov2014-11-09