summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
Commit message (Expand)AuthorAge
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* [Fix #1897] Bind terminal TAB in stacktrace-modeRadon Rosborough2016-12-24
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* [Fix #1707] Add customization for line truncating in special buffersBartłomiej Kruczyk2016-10-16
* Relabel stacktrace suppression button (#1836)sanjayl2016-08-30
* Refill the text paragraph in CIDER errorsArtur Malabarba2016-04-16
* Fix an unused lexical variableArtur Malabarba2016-04-16
* Wrap a couple of long source linesBozhidar Batsov2016-04-14
* Improve some wordingBozhidar Batsov2016-04-14
* Improve code style a bitBozhidar Batsov2016-04-14
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* Remove a redundant declarationBozhidar Batsov2016-04-05
* Mute user-specified middleware errorssanjayl2016-04-04
* Update a few copyright headersBozhidar Batsov2016-03-27
* Slightly reduce the padding on stacktrace file namesArtur Malabarba2016-01-19
* Update the copyright yearsBozhidar Batsov2016-01-01
* Fix byte compilation issues in stacktraceJeff Valk2015-12-27
* Use unambiguous line/column separatorJeff Valk2015-12-27
* Improve stacktrace presentation of compiler errorsJeff Valk2015-12-27
* [Fix #1486] Complete a partial fix in stacktrace font-locking.Jeff Valk2015-12-26
* Improve error button to only mark the file/line/col infoArtur Malabarba2015-11-19
* Fix error message regexp for building buttonsArtur Malabarba2015-11-19
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* Remove many uses of `newline' for (insert "\n")Artur Malabarba2015-10-21
* Use make-vectorArtur Malabarba2015-10-21
* Fix a few needless `apply'sArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* [Fix #1360] Don't try to create button from a nil messageArtur Malabarba2015-10-06
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Fix a shadowed variable and a bad function warningArtur Malabarba2015-09-23
* Fix some unused lexical variablesArtur Malabarba2015-09-23
* Move popup logic to cider-popup.elArtur Malabarba2015-09-20
* [Fix #715] Add jump to error location when clicking on error messageRafik Naccache2015-09-14
* Fix many compile warningsArtur Malabarba2015-08-25
* cider-jump-to supports jumping to vars by nameArtur Malabarba2015-07-02
* Remove usages of `first' and `second' from clBozhidar Batsov2015-06-15
* Use #' where appropriateBozhidar Batsov2015-05-27
* Enable cider-stacktrace-mode before displaying the error bufferMichael Griffiths2015-04-29
* [#1032] Combine jump-to-var and jump-to-resource into one functionEricGebhart2015-04-02
* Add `cider-prompt-for-symbol` optionMichael Griffiths2015-03-26
* Use `face` text property for error buffer buttonsMichael Griffiths2015-03-20
* Merge pull request #1020 from cichli/error-buffer-pointBozhidar Batsov2015-03-17
|\
| * Fix styleMichael Griffiths2015-03-15
| * Ensure point is moved correctly when rendering stacktraceMichael Griffiths2015-03-15
* | Add cider-stacktrace-print-lengthMichael Griffiths2015-03-15
|/
* Clear stacktrace buffer prior to renderingMichael Griffiths2015-03-10
* Update copyright yearsBozhidar Batsov2015-03-01
* Favor error lines reported by stacktraceVitalie Spinu2015-02-01