summaryrefslogtreecommitdiff
path: root/cider-grimoire.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
|
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
| | | | | | | This reverts commit b28fbac964907172fdedc3bea56eab905d5fbdbf. This can't be fully removed due to the difference in the signature of `if-let*` and `when-let*` in Emacs 25 and 26.
* Remove cider-compat.elBozhidar Batsov2018-06-18
| | | | It's no longer needed now that we target Emacs 25.
* 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
* [Fix #2049] Use `view-mode` for `cider-grimoire` buffer (#2050)Tianxiang Xiong2017-07-17
|
* 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`.
* Fontify Grimoire code blocks if possibleTianxiang Xiong2017-06-13
| | | | Fixes #1959.
* 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
|
* 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.
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
|
* Update a few copyright headersBozhidar Batsov2016-03-27
|
* Extract the name of the grimoire buffer into a constantBozhidar Batsov2016-02-12
|
* Fix checkdoc errors for cider-grimoire.elBoris Pacreau2016-01-21
|
* [Fix #1432] cider-grimoire errors out in ClojureScript buffersArtur Malabarba2016-01-19
|
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
|
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
|
* Further unentangle cider-interaction from the other filesArtur Malabarba2015-10-01
|
* cider-read-from-minibuffer accepts PROMPT without ": "Artur Malabarba2015-07-16
| | | | cider-symbol-at-point is smarter on checking for repl prompt
* Fix missing space in Grimoire promptLars Andersen2015-05-03
|
* Add missing requireMichael Griffiths2015-04-25
|
* Add `cider-prompt-for-symbol` optionMichael Griffiths2015-03-26
|
* [Fix #699] Prompt for symbol in interactive doc functionsEricGebhart2015-03-20
| | | | | | | cider-doc, cider-grimoire, jump-to-var and other functions using cider-read-symbol-name were not interactive without a prefix or missing symbol. cider-read-symbol-name now prompts with the symbol at point as a default.
* Update copyright yearsBozhidar Batsov2015-03-01
|
* Use Grimoire 0.4.6 /searcharrdem2014-12-27
| | | | | | | | | | - Remove (namespace version) case of cider-grimoire-url - Update cider-grimoire-url to use /search/v0 rather than full URL forging - Update test of cider-grimoire-url Fixes #916 as clojurescript and clojure namespaces will both now search up transparently without requiring plugin classpath introspection or anything else crazy.
* Indentation fixesBozhidar Batsov2014-12-22
|
* [Fix #867] Fix (cider-grimoire-lookup) regression due to HTTP 301 (Moved ↵Wei Peng2014-11-23
| | | | | | | | | | Permanently) to the old Grimoire URL. Grimoire recently migrates to "http://conj.io". The old URL used in (cider-grimoire-lookup) would drop the "Content-Type: text/plain" request enroute of a HTTP 301 redirection. Updating the Grimoire URL to "http://conj.io" fixes the issue.
* Fix broken testsBozhidar Batsov2014-11-09
|
* Extract the apropos and grimoire functionality into separate source filesBozhidar Batsov2014-11-09