summaryrefslogtreecommitdiff
path: root/cider-macroexpansion.el
Commit message (Expand)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
* Move the cider-find-var functionality to cider-find.elBozhidar Batsov2018-06-26
* [Fix #2347] Remove direct manipulations of cider-ancillary-buffersBozhidar Batsov2018-06-24
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
* Remove cider-compat.elBozhidar Batsov2018-06-18
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* Use `add-to-list` instead of `push` for ancillary buffersTianxiang Xiong2017-07-19
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Don't use `list` where backquoting would be clearerTianxiang Xiong2017-03-01
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* Keyboard shortcuts for macroexpansion mode (#1704)dpsutton2016-04-25
* Fix some copyright yearsBozhidar Batsov2016-04-09
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
* Switch to grave quotes for consistency with other placesArtur Malabarba2016-02-06
* Escape some quotesArtur Malabarba2016-02-06
* Update the copyright yearsBozhidar Batsov2016-01-01
* [#1381] Don't show the macroexpansion buffer on errorsBozhidar Batsov2015-11-14
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Fix a few left-over byte-comp warningsArtur Malabarba2015-09-24
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* Fix many compile warningsArtur Malabarba2015-08-25
* Kill some obsolete aliasesBozhidar Batsov2015-08-10
* Use clojure-mode's sexp navigation commandsArtur Malabarba2015-07-02
* Remove clojure-enable-cider and clojure-disable-ciderBozhidar Batsov2015-06-07
* Use #' where appropriateBozhidar Batsov2015-05-27
* Add cider-macroexpansion-print-metadata optionMichael Griffiths2015-04-29
* [#1032] Combine jump-to-var and jump-to-resource into one functionEricGebhart2015-04-02
* Update copyright yearsBozhidar Batsov2015-03-01
* Move cider-sync-request:macroexpand to cider-macroexpand.elBozhidar Batsov2015-01-25
* Replace nrepl-buffer-ns with cider-buffer-nsBozhidar Batsov2014-12-23
* Fix a typoBozhidar Batsov2014-11-09
* [Fix #814] Use `cider-current-ns` instead of `nrepl-buffer-ns`Vitalie Spinu2014-09-21
* Rewrite `sync-request` subsystemVitalie Spinu2014-09-15
* [Fix #705] Rework macroexpansion namespace display logicBozhidar Batsov2014-08-08
* Refactor and document nrepl-client.elVitalie Spinu2014-08-07
* Add cider-doc-map/menu and refactor cider-doc- into cider-doc-mode- prefixVitalie Spinu2014-08-04
* [Fix #682] Place the point after the expanded form when doing macroexpansionBozhidar Batsov2014-08-01
* Allow third value 'tidy for cider-macroexpansion-suppress-namespaces.Tassilo Horn2014-07-30
* Revert "Use cider-doc-javadoc instead of cider-javadoc"Bozhidar Batsov2014-07-29
* Update some references to cider-macroexpansion-minor-modeBozhidar Batsov2014-07-29
* Rename cider-macroexpansion-minor-mode to cider-macroexpansion-modeBozhidar Batsov2014-07-28
* Add a menu for cider-macroexpansion-minor-modeBozhidar Batsov2014-07-28
* Use cider-doc-javadoc instead of cider-javadocBozhidar Batsov2014-07-28
* [Fix #681] Add a few extra keybindings to cider-macroexpansion-minor-mode-mapBozhidar Batsov2014-07-28
* Make namespace display in the macroexpansion buffer configurableBozhidar Batsov2014-07-28
* Fix a variable nameBozhidar Batsov2014-07-28
* [Fix #677] Pass ns to the macroexpand opsBozhidar Batsov2014-07-28