summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJeff Valk <jv@jeffvalk.com>2015-12-26 19:09:45 -0500
committerJeff Valk <jv@jeffvalk.com>2015-12-26 19:47:52 -0500
commit316f75b7e4b214fdab8f11d34708b5670631e1f5 (patch)
treed9dce8e903cb03af753fac1285b25908e73f3f7c /CHANGELOG.md
parent546de8f6f2e68f6854e3363e8da94fb5ce1225d2 (diff)
[Fix #1486] Complete a partial fix in stacktrace font-locking.
Update stack frame buttons to use `font-lock-face`. Create a button type that respects `font-lock-face`. By default, buttons use `'face`.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea610f19..5a7b244a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ and try to associate the created connection with this project automatically.
* [#1475](https://github.com/clojure-emacs/cider/pull/1475): Fix `args-out-of-range` error in `cider--get-symbol-indent`.
* [#1479](https://github.com/clojure-emacs/cider/pull/1479): Make paredit and `cider-repl-mode` play nice.
* [#1452](https://github.com/clojure-emacs/cider/issues/1452): Prevent ANSI color overlays in the REPL buffer from being extended.
+* [#1486](https://github.com/clojure-emacs/cider/issues/1486): Complete a partial fix in stacktrace font-locking.
## 0.10.0 / 2015-12-03