summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge tag 'v0.19.0+dfsg'Sean Whitton2019-01-10
|\ | | | | | | DFSG-clean upstream version 0.19.0
| * DFSG-clean upstream version 0.19.0Sean Whitton2019-01-10
| |
| * Release 0.19Bozhidar Batsov2019-01-01
| |
| * Tweak some wordingBozhidar Batsov2018-12-28
| |
| * Fix typo in navigating_stacktraces.mdVitaly Lischenko2018-12-24
| | | | | | | | cider-stack-trade-fill-column -> cider-stacktrace-fill-column
| * Tweak some documentationBozhidar Batsov2018-12-21
| |
| * [#1544] Add defcustom cider-infer-remote-nrepl-ports (#2506)Aaron Iba2018-12-21
| |
| * Correct spelling errors in docsMichael Rooke2018-12-14
| |
| * Deep editing pass on documentation (#2531)Dave Roberts2018-12-02
| |
| * Improve the Makefile autoload and compilation sectionsAndrea Richiardi2018-11-25
| | | | | | | | | | | | | | Inspired by the immense magit, we now have a similar way to build the autoloads.el file and additionally we combine both autoload and compilation steps under the build target. With this change, manual installation and tools like borg can just call make and have everything ready for consumption.
| * Improve a bit the layout of the "Running Tests" sectionBozhidar Batsov2018-11-01
| |
| * Mention fudge in the list of supported test librariesBozhidar Batsov2018-11-01
| |
| * Improve some formatting in the manualBozhidar Batsov2018-10-26
| |
| * Mention defn's episode on CIDERBozhidar Batsov2018-10-26
| |
| * Bump the auto-injected version of piggiebackBozhidar Batsov2018-10-21
| |
| * Fix more fenced code blocksBozhidar Batsov2018-10-17
| |
| * Fix some broken code blocks in the manualBozhidar Batsov2018-10-17
| | | | | | | | | | Turns out MkDocs doesn't support nested fenced code blocks. See https://github.com/Python-Markdown/markdown/issues/53
| * [Fix #2446] Implement Sesman friendly sessionsVitalie Spinu2018-10-13
| |
| * Expand the cider-repl-scroll-on-output documentationBozhidar Batsov2018-10-13
| |
| * Mention cider-repl-scroll-on-output in the manualBozhidar Batsov2018-10-13
| |
| * Fix typos in clj nrepl commandAdam Frey2018-10-02
| |
| * FIx cider-nrepl coordinateRick Moynihan2018-09-30
| |
| * Fix typo in clj commandRick Moynihan2018-09-30
| |
| * Remove mentions of gitterBozhidar Batsov2018-09-28
| | | | | | | | | | It's safe to say that Slack has won when it comes to the Clojure community.
| * [Fix #2439] Remove mentions of cider-toggle-connection-buffer from the docsVitalie Spinu2018-09-23
| |
| * Update some instructionsBozhidar Batsov2018-09-23
| |
| * Update the links to the manualBozhidar Batsov2018-09-23
| | | | | | | | ReadTheDocs finally supports https for custom domains.
| * Tweak some wordingBozhidar Batsov2018-09-23
| |
| * Try to fix the missing enlighten images in the manualBozhidar Batsov2018-09-23
| |
| * Open archive entries within AVFS directoryVitalie Spinu2018-09-08
| |
| * Improve "basic architecture" diagramMikhail Gusarov2018-09-05
| |
| * Fix a typo (#2437)Mikhail Gusarov2018-09-05
| |
* | Merge tag 'v0.18.0+dfsg' into wip/masterSean Whitton2018-09-08
|\ \ | | | | | | | | | DFSG-clean upstream version 0.18.0
| * | DFSG-clean upstream version 0.18.0Sean Whitton2018-09-08
| |/
| * Release 0.18.0Bozhidar Batsov2018-09-02
| |
| * Bump the auto-injected piggieback depBozhidar Batsov2018-08-31
| |
| * Rename cider-default-repl-command to cider-jack-in-defaultBozhidar Batsov2018-08-22
| |
| * Update a few references to the legacy tools.nreplBozhidar Batsov2018-08-12
| |
| * Improve a bit the "Up and Running" section of the manualBozhidar Batsov2018-08-12
| |
| * Bump the injected piggieback to 0.3.8Bozhidar Batsov2018-08-06
| | | | | | | | It's the first version that supports nREPL 0.4+.
| * Stop releasing CIDER and cider-nrepl togetherBozhidar Batsov2018-08-06
| | | | | | | | | | cider-nrepl now has its own release cycle and CIDER introduces `cider-required-middleware-version` to track it.
| * Rename `cider-describe-current-connection` -> `cider-describe-connection`Vitalie Spinu2018-08-05
| | | | | | | | .. because it accepts an explicit REPL argument now.
| * Document sesman-browser in the manualVitalie Spinu2018-08-05
| |
| * Add shadow-select CLJS REPL type (#2397)Andrea Richiardi2018-08-02
| | | | | | | | | | | | | | This kind of CLJS REPL is very helpful for cases when you are already watching one or more shadow builds in shadow either after having launched the server in a terminal or from within Cider. This patch also refactors option normalization out of figwheel-main so that it can be reused by every other function.
| * Add cider-ns-reload and cider-ns-reload-all commandsAndrea Richiardi2018-08-02
| | | | | | | | | | The C-c M-n l has been assigned to cider-ns-reload while C-c M-n M-l has been assigned to cider-ns-reload-all.
| * Add mouse bindings and document themTobias Gerdin2018-07-31
| |
| * Acknowledge @vspinu's immense contributions to CIDERBozhidar Batsov2018-07-29
| | | | | | | | And update the state of the team in general.
| * Add manual entry for how to customize session and REPL namesVitalie Spinu2018-07-29
| |
| * Add autoloads target to Makefile (#2378)Andrea Richiardi2018-07-23
| | | | | | Helper target to create cider-autoloads.el automatically. Doc updated as well.
| * Fix a couple of broken listsBozhidar Batsov2018-07-23
| |