summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* point cider-view-manual command at offline manualSean Whitton2017-12-26
* Add `cider-repl-highlight-spec-keywords` pre-output processorVitalie Spinu2017-09-05
* New non-standard hook `cider-repl-preoutput-hook`Vitalie Spinu2017-09-05
* Jump to other window when clicking on a locref in REPLVitalie Spinu2017-09-05
* Improve on cider-repl--root-ns-highlight-template regexpVitalie Spinu2017-09-05
* Rely on cider-find-file when locref cannot be resolved by info middlewareVitalie Spinu2017-09-05
* Use plist to cache ns->ns-form mappingsVitalie Spinu2017-07-19
* Highlight user root namespaces in REPL stacktracesVitalie Spinu2017-07-19
* Simplify ns caching and fix non-evaluation of ns form in cljsVitalie Spinu2017-07-19
* Add support for interactive location references in REPLVitalie Spinu2017-07-19
* cider-repl--state-handler doc fixVitalie Spinu2017-07-19
* Better connection types retrivalVitalie Spinu2017-07-16
* Use #' consistently for :safe predicatesBozhidar Batsov2017-07-09
* Add `cider-browse-spec` and `cider-browse-spec-all` to cider-mode and cider-replJuan Monetta2017-07-08
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Remove some redundant REPL init codeBozhidar Batsov2017-03-05
* Add cider-history command, based on browse-kill-ringJohn Valente2017-01-11
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Fix pcase usage - it accepts only backquote before Emacs 25.1 (#1894)Mikhail Gusarov2016-12-21
* [Fix #1872] Allow displaying REPL without focusRadon Rosborough2016-12-19
* 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
* Kill some tabsBozhidar Batsov2016-10-09
* [Fix #1831] Replace \u2019 with ASCII apostrophe (#1857)John Valente2016-10-06
* Kill some trailing whitespaceBozhidar Batsov2016-10-06
* Fix a typo (#1830)johnv021392016-08-25
* [Fix #1794] Flush ansi color context after printing (#1813)dpsutton2016-07-25
* Merge pull request #1808 from cskksc/minor-changesBozhidar Batsov2016-07-19
|\
| * Minor indentation fixcskksc2016-07-17
* | Make cider-repl-closing-return complete { and [ (#1799)pyridine2016-07-11
|/
* Tweak a bit the welcome bannerBozhidar Batsov2016-04-27
* Improve the warning buttonsArtur Malabarba2016-04-27
* Allow the ns displayed by eldoc to be tailored via cider-eldoc-ns-functionBozhidar Batsov2016-04-24
* Kill everything that was obsoleted in the previous releaseBozhidar Batsov2016-04-10
* Break a long lineBozhidar Batsov2016-04-10
* Fix some copyright yearsBozhidar Batsov2016-04-09
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* Update the REPL warnings to refer to the new manualBozhidar Batsov2016-04-04
* Use "an nREPL" instead "a nREPL" everywhereBozhidar Batsov2016-03-31
* Fix a bytecomp warningArtur Malabarba2016-03-28
* [clojure-emacs/cider-nrepl#319] Refresh font-lock more aggressivelyArtur Malabarba2016-03-27
* [Fix #1632] Reset cider-eldoc-last-symbol when metadata changesArtur Malabarba2016-03-23
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
* Add cider-close-ancillary-buffers to the mode menusBozhidar Batsov2016-03-09
* Shorten the connection line in the REPL's bannerBozhidar Batsov2016-03-08
* Fix a typo in the help bannerArtur Malabarba2016-03-03
* Add the classpath and ns browsing commands to cider-repl-mode's menuBozhidar Batsov2016-02-28
* Use ;; instead of ;;; in the "output cleared" messageBozhidar Batsov2016-02-28
* Add the commands for clearing banners to the REPL's menuBozhidar Batsov2016-02-27