summaryrefslogtreecommitdiff
path: root/cider-popup.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
|
* [Fix #2347] Remove direct manipulations of cider-ancillary-buffersBozhidar Batsov2018-06-24
| | | | | CIDER's popups had a way to track those automatically for a while, it's time to leverage this consistently.
* Move the definition of cider-ancillary-buffers to cider-common.elBozhidar Batsov2018-06-24
|
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
| | | | | | | This reverts commit b28fbac964907172fdedc3bea56eab905d5fbdbf. This can't be fully removed due to the difference in the signature of `if-let*` and `when-let*` in Emacs 25 and 26.
* Remove cider-compat.elBozhidar Batsov2018-06-18
| | | | It's no longer needed now that we target Emacs 25.
* Bump the copyright yearsBozhidar Batsov2018-01-01
|
* Improve the formatting of some codeBozhidar Batsov2017-07-10
|
* Improve a docstringBozhidar Batsov2017-07-10
|
* [Fix #2023] Make popup-buffer sexp indentation optional (#2038)ak-coram2017-07-10
| | | | | - Add optional inhibit-indent argument to cider-emit-into-popup-buffer. - Inhibit indentation where output is already indented (pprint) or not sexps.
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* [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