summaryrefslogtreecommitdiff
path: root/cider-popup.el
Commit message (Collapse)AuthorAge
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
| | | | | The functions in `cider-compat.el` were actually added in Emacs 25.1, not Emacs 24.4.
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
|
* Move dictionary manipulation to its own file, nrepl-dict.elArtur Malabarba2016-04-30
| | | | | | A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.
* Fix cider-popup-buffer-display with multiple frames (#1708)Neal2016-04-30
| | | | | | If you set cider-popup-buffer-display to nil, but are using multiple frames, the call to display-buffer doesn't currently set the required extra parameter in the alist to stop Emacs from switching to that frame. This small PR is a bugfix for that.
* Capitalize an Emacs mentionBozhidar Batsov2016-04-10
|
* Fix some copyright symbolsBozhidar Batsov2016-04-09
|
* Update a few copyright headersBozhidar Batsov2016-03-27
|
* [Fix #1441] Don't popup a buffer that's displayed on another frameArtur Malabarba2016-02-14
| | | | `cider-popup-buffer-display` now takes all visible frames into account.
* Fix checkdoc errors for cider-popup.elg12l2016-01-21
|
* Add missing front-matter section to cider-popup.elBozhidar Batsov2016-01-01
|
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* [#1412] Track nREPL messages per sessionBozhidar Batsov2015-11-25
|
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
|
* Make cider-emit-into-popup-buffer compatible with Emacs 24.3 and lowerJimmy Lu2015-10-17
|
* Move popup logic to cider-popup.elArtur Malabarba2015-09-20