summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-02-14 18:27:16 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-02-14 19:06:22 +0000
commit5d337b3310beb4c92d12735a7bd229aa04d7f62f (patch)
tree691d6de221ee3290ccab862f899269c5c5bef708 /CHANGELOG.md
parentf0493a1f2365fbb6b5285a1adc9edadee585a9a8 (diff)
[Fix #1441] Don't popup a buffer that's displayed on another frame
`cider-popup-buffer-display` now takes all visible frames into account.
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 b57e1a39..333936c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ and try to associate the created connection with this project automatically.
### Bugs fixed
+* [#1441](https://github.com/clojure-emacs/cider/issues/1441): Don't popup a buffer that's already displayed.
* [#1557](https://github.com/clojure-emacs/cider/issues/1557): When a sibling REPL is started by hasn't yet turned into a cljs REPL, it won't hijack clj requests.
* [#1562](https://github.com/clojure-emacs/cider/issues/1562): Actually disable cider-mode when it gets disabled.
* [#1540](https://github.com/clojure-emacs/cider/issues/1540): Fix cider-complete-at-point.