summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* finalise changelog for 0.19.0+dfsg-2 uploadHEADdebian/0.19.0+dfsg-2archive/debian/0.19.0+dfsg-2masterSean Whitton2019-03-19
|
* close bugSean Whitton2019-03-15
|
* Commit Debian 3.0 (quilt) metadataSean Whitton2019-03-15
| | | | [dgit (8.4) quilt-fixup]
* changelogSean Whitton2019-03-15
|
* Update to nrepl 0.6.0 / cider-nrepl 0.21.0Michael Griffiths2019-03-15
| | | | (cherry picked from commit a48af155d8acf64e7c3025146027ef2d62f1cc2e)
* finalise changelog for 0.19.0+dfsg-1 uploaddebian/0.19.0+dfsg-1archive/debian/0.19.0+dfsg-1Sean Whitton2019-01-10
|
* Commit Debian 3.0 (quilt) metadataSean Whitton2019-01-10
| | | | [dgit (8.1~bpo9+1) quilt-fixup]
* changelogSean Whitton2019-01-10
|
* 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
| |
| * Add some new words of inspirationBozhidar Batsov2019-01-01
| |
| * Bump the copyright yearsBozhidar Batsov2019-01-01
| |
| * Set a name for the upcoming releaseBozhidar Batsov2018-12-31
| |
| * Tweak some wordingBozhidar Batsov2018-12-28
| |
| * Fix a typoBozhidar Batsov2018-12-24
| |
| * Update the site's URLBozhidar Batsov2018-12-24
| |
| * Fix typo in navigating_stacktraces.mdVitaly Lischenko2018-12-24
| | | | | | | | cider-stack-trade-fill-column -> cider-stacktrace-fill-column
| * Tweak some wordingBozhidar Batsov2018-12-23
| |
| * Fix unsynchronized README.md on cider-connect (#2498)Eunpyoung Kim2018-12-23
| |
| * Add a changelog entry for the previous commitBozhidar Batsov2018-12-23
| |
| * [Fix #2515] Reset the current buffer after display-bufferGriffin Smith2018-12-23
| | | | | | | | | | | | | | | | | | | | If the user has `:select nil` in their popup rules for the Cider REPL buffer, the call to `display-buffer` to display the repl buffer while initializing it will reset the `current-buffer` to the buffer the user ran `jack-in` from, which breaks any successive calls to `cider-current-repl`. Resetting the current buffer back to the original buffer after `display-buffer` is resilient against this config change, without breaking anything else in the case the config is absent.
| * Tweak some documentationBozhidar Batsov2018-12-21
| |
| * [#1544] Add defcustom cider-infer-remote-nrepl-ports (#2506)Aaron Iba2018-12-21
| |
| * [Fix #2105] Fix no comment syntax defined message when loading buffer after ↵Tijs Mallaerts2018-12-21
| | | | | | | | running failing test (#2542)
| * Correct spelling errors in docsMichael Rooke2018-12-14
| |
| * Inject nREPL 0.5.3Bozhidar Batsov2018-12-12
| |
| * Inject nREPL 0.5.2Bozhidar Batsov2018-12-10
| |
| * Fix changelogBozhidar Batsov2018-12-03
| |
| * Deep editing pass on documentation (#2531)Dave Roberts2018-12-02
| |
| * Inject nREPL 0.5.0Bozhidar Batsov2018-11-28
| |
| * 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.
| * [Fix #2474] Fix end-of-output detectionVitalie Spinu2018-11-23
| |
| * Simplify cljs reuse checkDieter Komendera2018-11-18
| |
| * Use symbols for repl types instead of strings and efficient comparisonsDieter Komendera2018-11-18
| | | | | | | | Make public functions backwards compatible by converting type string to symbol
| * Don't treat "multi" and "any" reply types as synoymsDieter Komendera2018-11-18
| |
| * Fix shortcut for REPL buffers when type is "any"Dieter Komendera2018-11-18
| |
| * [Fix #2514] Don't auto-jump to warnings even when they are under stderr faceVitalie Spinu2018-11-10
| |
| * Improve friendly session detectionVitalie Spinu2018-11-10
| | | | | | | | | | - recognize avfs paths - recognize files in the root of project
| * Document debugger changesVitalie Spinu2018-11-07
| |
| * [inspector] Use visual-line-mode instead of truncate-linesAlexander Yakushev2018-11-07
| | | | | | | | | | This makes the inspector display long values on one screen without horizontal scrolling.
| * Tweak the README layout a bitBozhidar Batsov2018-11-01
| |
| * 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
| |
| * Fix face names in docstring of cider-font-lock-dynamically variabletijsmallaerts2018-10-31
| |
| * Improve some formatting in the manualBozhidar Batsov2018-10-26
| |
| * Mention that we started using a custom boot task for jack-in in 0.18Bozhidar Batsov2018-10-26
| |
| * Tweak the changelog a bitBozhidar Batsov2018-10-26
| |
| * Mention defn's episode on CIDERBozhidar Batsov2018-10-26
| |
| * Use file-truename in sesman-friendly-session-p methodVitalie Spinu2018-10-24
| |