summaryrefslogtreecommitdiff
path: root/cider-grimoire.el
Commit message (Collapse)AuthorAge
* 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