Skip to content

Commit f1cfba6

Browse files
committed
Tweak some changelog entries
1 parent e18e0e5 commit f1cfba6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ macros, special forms and methods.
9393

9494
### New features
9595

96-
* [#2744](https://github.com/clojure-emacs/cider/pull/2744): Add startup commands to repl banner.
96+
* [#2744](https://github.com/clojure-emacs/cider/pull/2744): Add startup commands to REPL banner.
9797
* [#2499](https://github.com/clojure-emacs/cider/issues/2499): Add `cider-jump-to-pop-to-buffer-actions`.
9898
* [#2738](https://github.com/clojure-emacs/cider/pull/2738): Add ability to lookup a function symbol when cursor is at the opening paren.
9999
* [#2735](https://github.com/clojure-emacs/cider/pull/2735): New debugger command `P` to inspect an arbitrary expression, it was previously bound to `p` which now inspects the current value.
@@ -108,7 +108,7 @@ macros, special forms and methods.
108108

109109
* [#2787](https://github.com/clojure-emacs/cider/issues/2787): Fix nrepl process naming collision when using `nrepl-hide-special-buffers`.
110110
* [#2739](https://github.com/clojure-emacs/cider/pull/2739): Start built-in shadow-cljs build profiles correctly (node-repl, browser-repl).
111-
* [#2730](https://github.com/clojure-emacs/cider/pull/2730): Require repl utilities into current namespace not just `user` ns.
111+
* [#2730](https://github.com/clojure-emacs/cider/pull/2730): Require REPL utilities into current namespace not just `user` ns.
112112
* [#2614](https://github.com/clojure-emacs/cider/issues/2614): Fix error highlighting in source buffers for Clojure 1.10.
113113
* [#2733](https://github.com/clojure-emacs/cider/issues/2733): Restore compatibility with Emacs 25.3.
114114

@@ -156,15 +156,15 @@ macros, special forms and methods.
156156
* `spec-list` and `spec-form` requests send the current namespace for alias resolution.
157157
* `C-c , C-g` and `C-c C-t C-g` cancel the key chord instead of rerunning the last test. The respective command has been moved to `C-c , C-a`, `C-c , a`, `C-c C-t C-a` and `C-c C-t a`.
158158
* [#2643](https://github.com/clojure-emacs/cider/issues/2643): **(Breaking)** Stop using the `cider.tasks/nrepl-server` custom task for `cider-jack-in` with Boot.
159-
* [#2647](https://github.com/clojure-emacs/cider/issues/2647): `cider-repl-require-repl-utils` now loads cljs specific repl utils in cljs buffers.
159+
* [#2647](https://github.com/clojure-emacs/cider/issues/2647): `cider-repl-require-repl-utils` now loads cljs specific REPL utils in cljs buffers.
160160
* [#2689](https://github.com/clojure-emacs/cider/issues/2689): `cider-load-buffer` now takes an optional `callback` that will override the default `cider-load-file-handler`.
161161
* [#2689](https://github.com/clojure-emacs/cider/issues/2689): `cider-load-file-handler` now takes an optional `done-handler` lambda that is run once load is complete.
162162

163163
### Bug fixes
164164

165165
* [#2685](https://github.com/clojure-emacs/cider/pull/2658): Send `exclude-regexps` in apropos under correct key
166166
* Stop cursor moving when initialising the CIDER REPL, when `cider-repl-pop-to-buffer-on-connect` is nil. This fixes a bug introduced by [commit e0aca78b](https://github.com/clojure-emacs/cider/commit/e0aca78ba56425e50ea895c5adc7c0331cee0b19).
167-
* [#2577](https://github.com/clojure-emacs/cider/issues/2577): Ensure user friendly error messages if a repl connection is expected but none was found in certain situations.
167+
* [#2577](https://github.com/clojure-emacs/cider/issues/2577): Ensure user friendly error messages if a REPL connection is expected but none was found in certain situations.
168168
* [#2593](https://github.com/clojure-emacs/cider/issues/2593): The REPL's initial namespace is now set correctly if configured in another tool (e.g. Leiningen's `:init-ns`).
169169
* [#2607](https://github.com/clojure-emacs/cider/pull/2607): Use markers for specifying insertion point for `cider-eval-*-to-comment`commands. This fixes a bug where editing the buffer during a pending evaluation resulted in comments appearing in unintended locations.
170170
* [#2308](https://github.com/clojure-emacs/cider/issues/2308): Don't rely on the classpath in `cider-library-present-p`. Now it does a `require` instead to check if some library is present or not.
@@ -184,7 +184,7 @@ macros, special forms and methods.
184184

185185
### Changes
186186

187-
* * Add new defcustom `cider-switch-to-repl-on-insert`: Set to prevent cursor from going to the repl when inserting a form in the repl with the insert-to-repl commands. Replaces obsoleted `cider-switch-to-repl-after-insert-p`
187+
* * Add new defcustom `cider-switch-to-repl-on-insert`: Set to prevent cursor from going to the REPL when inserting a form in the REPL with the insert-to-repl commands. Replaces obsoleted `cider-switch-to-repl-after-insert-p`
188188
* **(Breaking)** Upgrade to nREPL 0.6.0. This is now the minimum required version.
189189
* **(Breaking)** Upgrade to piggieback 0.4.0. This is now the minimum required version.
190190
* **(Breaking)** Remove `cider.nrepl.middleware.pprint`. All functionality has been replaced by the built-in printing support in nREPL 0.6.
@@ -215,7 +215,7 @@ macros, special forms and methods.
215215
### Changes
216216

217217
* [#2496](https://github.com/clojure-emacs/cider/issues/2496): Replace CIDER's pprint implementation with nREPL 0.5's built-in pprint support.
218-
* [#2558](https://github.com/clojure-emacs/cider/pull/2558): Load clj, cljc, & cljs (if cljs repl available) files on `cider-load-all-files` (`C-c C-M-l`). Previously, this only loaded clj files.
218+
* [#2558](https://github.com/clojure-emacs/cider/pull/2558): Load clj, cljc, & cljs (if cljs REPL available) files on `cider-load-all-files` (`C-c C-M-l`). Previously, this only loaded clj files.
219219
* Enable pretty-printing in the REPL by default.
220220

221221
### Bug fixes
@@ -265,9 +265,9 @@ macros, special forms and methods.
265265
* Add new `cider-start-map` keymap (`C-c C-x`) for jack-in and connection commands.
266266
* Add new `cider-ns-map` keymap (`C-c M-n`) for namespace related functionality.
267267
* Allow evaling top level forms in a comment form rather than the entire comment form with `cider-eval-toplevel-inside-comment-form`.
268-
* Create keymap for inserting forms into the repl at `C-c C-j`.
268+
* Create keymap for inserting forms into the REPL at `C-c C-j`.
269269
* Add new defcustom `cider-invert-insert-eval-p`: Set to cause insert-to-repl commands to eval the forms by default when inserted.
270-
* Add new defcustom `cider-switch-to-repl-after-insert-p`: Set to prevent cursor from going to the repl when inserting a form in the repl with the insert-to-repl commands.
270+
* Add new defcustom `cider-switch-to-repl-after-insert-p`: Set to prevent cursor from going to the REPL when inserting a form in the REPL with the insert-to-repl commands.
271271
* Inject piggieback automatically on `cider-jack-in-clojurescript`.
272272
* Introduce a new command named `cider` (`C-c M-x`) that acts as a simple wrapper around all commands for starting/connecting to REPLs.
273273
* [#2305](https://github.com/clojure-emacs/cider/issues/2305): Make it possible to disable the REPL type auto-detection by customizing `cider-repl-auto-detect-type`.
@@ -284,7 +284,7 @@ macros, special forms and methods.
284284
* [#2310](https://github.com/clojure-emacs/cider/issues/2310): `cider-format-edn-last-sexp` will format the last sexp.
285285
* [#2294](https://github.com/clojure-emacs/cider/issues/2294): Fix setting default stacktrace filters.
286286
* [#2286](https://github.com/clojure-emacs/cider/issues/2286): Fix eldoc issue with images in the REPL.
287-
* [#2307](https://github.com/clojure-emacs/cider/pull/2307): Use a better error when a cljs repl form cannot be found.
287+
* [#2307](https://github.com/clojure-emacs/cider/pull/2307): Use a better error when a cljs REPL form cannot be found.
288288
* Fix the broken test selector functionality.
289289
* [#2291](https://github.com/clojure-emacs/cider/issues/2291): `cider-use-tooltips` custom variable works as expected.
290290
* [#2424](https://github.com/clojure-emacs/cider/issues/2424): Fallback to `lein` as the default jack-in command when `clojure` is not present.
@@ -444,7 +444,7 @@ macros, special forms and methods.
444444
* [#1991](https://github.com/clojure-emacs/cider/issues/1832): Make it possible to disable the prompt to open a ClojureScript in a browser on connect via `cider-offer-to-open-cljs-app-in-browser`.
445445
* [#1995](https://github.com/clojure-emacs/cider/pull/1995): Add new customization variable `cider-doc-auto-select-buffer` to control cider-doc popup buffer auto selection.
446446
* Ensure that `cider-current-connection` picks the most recently used connection in ambiguous cases.
447-
* Ensure that `cider-switch-to-repl-buffer` picks the most recent repl buffer if multiple connections are available.
447+
* Ensure that `cider-switch-to-repl-buffer` picks the most recent REPL buffer if multiple connections are available.
448448
* Add new function `cider-project-connections-types`.
449449

450450
### Changes
@@ -675,7 +675,7 @@ and try to associate the created connection with this project automatically.
675675

676676
### Bugs fixed
677677

678-
* [#1521](https://github.com/clojure-emacs/cider/pull/1521): Don't assume the repl buffer is in the current frame in `cider-repl--show-maximum-output`.
678+
* [#1521](https://github.com/clojure-emacs/cider/pull/1521): Don't assume the REPL buffer is in the current frame in `cider-repl--show-maximum-output`.
679679

680680
## 0.10.1 (2016-01-05)
681681

@@ -729,7 +729,7 @@ and try to associate the created connection with this project automatically.
729729
* [#1188](https://github.com/clojure-emacs/cider/pull/1188): New debugging tool-bar.
730730
* [#1187](https://github.com/clojure-emacs/cider/pull/1187): The list of keys displayed by the debugger can be configured with `cider-debug-prompt`.
731731
* [#1187](https://github.com/clojure-emacs/cider/pull/1187): While debugging, there is a menu on the menu-bar listing available commands.
732-
* [#1184](https://github.com/clojure-emacs/cider/pull/1184): When the user kills the repl buffer, CIDER will offer to kill the nrepl buffer and process too. Also, when the client (repl) process dies, the server (nrepl) process is killed too.
732+
* [#1184](https://github.com/clojure-emacs/cider/pull/1184): When the user kills the REPL buffer, CIDER will offer to kill the nrepl buffer and process too. Also, when the client (repl) process dies, the server (nrepl) process is killed too.
733733
* [#1182](https://github.com/clojure-emacs/cider/pull/1182): New command `cider-browse-instrumented-defs`, displays a buffer listing all defitions currently instrumented by the debugger.
734734
* [#1182](https://github.com/clojure-emacs/cider/pull/1182): Definitions currently instrumented by the debugger are marked with a red box in the source buffer.
735735
* [#1174](https://github.com/clojure-emacs/cider/pull/1174): New command `cider-run`, runs the project's `-main` function.
@@ -899,7 +899,7 @@ when in buffer that's not visiting a file (e.g. a REPL buffer).
899899
* Fix tab completion in `cider-read-from-minibuffer`.
900900
* [#894](https://github.com/clojure-emacs/cider/issues/894): Make it possible to enter any symbol with `cider-read-symbol-name`.
901901
* Report Clojure's version including its qualifier (e.g. `alpha4`) if present.
902-
* Use the `field` text property to make move-beginning-of-line respect the repl prompt instead of writing our own beginning-of-line commands.
902+
* Use the `field` text property to make move-beginning-of-line respect the REPL prompt instead of writing our own beginning-of-line commands.
903903

904904
## 0.8.1 (2014-11-20)
905905

@@ -1226,7 +1226,7 @@ of the evaluated code to the REPL buffer, so you can easily play with the output
12261226
### New features
12271227

12281228
* Add support for multiple nrepl sessions. A single session is closed with
1229-
`M-x nrepl-close`. A repl session is made default with
1229+
`M-x nrepl-close`. A REPL session is made default with
12301230
`M-x nrepl-make-repl-connection-default`.
12311231
* Added support for pretty-printing in the REPL buffer.
12321232
* Added a check for the presence of an existing `*nrepl*` buffer before
@@ -1243,11 +1243,11 @@ buffers like `*nrepl-server*` and `*nrepl-connection*`.
12431243
multiple connections.
12441244
* Add macroexpand key bindings to `nrepl-mode-map`.
12451245
* Don't suppress namespaces in macroexpansion.
1246-
* Add explicit require of expected namespaces in the repl buffer.
1246+
* Add explicit require of expected namespaces in the REPL buffer.
12471247

12481248
* Add command `nrepl-pprint-eval-last-expression`.
12491249
* Add an event buffer for debugging.
1250-
* Allow connections without repl buffers.
1250+
* Allow connections without REPL buffers.
12511251
* Add hook `nrepl-file-loaded-hook` which runs on load-file
12521252
completion.
12531253
* Expand ido-completion to include "used" variables in addition to
@@ -1295,7 +1295,7 @@ buffers like `*nrepl-server*` and `*nrepl-connection*`.
12951295
* Support for describe op to determine which server ops are available at startup
12961296
* Support for the following server ops (if available): load-file, complete, and javadoc (available in ritz)
12971297
* Added nrepl-host and nrepl-port custom variables M-x nrepl default hostname/port
1298-
* Ported over the following repl buffer functions from slime:
1298+
* Ported over the following REPL buffer functions from slime:
12991299
History regexp filtering - M-s nrepl-next-matching-input, M-r nrepl-previous-matching-input
13001300
C-c C-u nrepl-kill-input
13011301
C-c C-n nrepl-next-prompt/C-c C-p nrepl-previous-prompt
@@ -1316,7 +1316,7 @@ buffers like `*nrepl-server*` and `*nrepl-connection*`.
13161316
* Make completion back-end and error handler configurable (Hugo Duncan)
13171317
* Accept host as well as port on connect (Ken Restivo)
13181318
* Enable nrepl-interaction-mode in clojurescript-mode (Nelson Morris)
1319-
* Emit stdout from interactive evaluations into the repl buffer
1319+
* Emit stdout from interactive evaluations into the REPL buffer
13201320

13211321
### Bugs fixed
13221322

@@ -1332,9 +1332,9 @@ buffers like `*nrepl-server*` and `*nrepl-connection*`.
13321332
### New features
13331333

13341334
* eldoc support for displaying arglists in the minibuffer (Stefan Kamphausen)
1335-
* persistent repl history (Stefan Kamphausen)
1335+
* persistent REPL history (Stefan Kamphausen)
13361336
* fix for jumbled stacktraces (Ryan Fowler)
1337-
* add a doc keybinding for the repl buffer (Ken Restivo)
1337+
* add a doc keybinding for the REPL buffer (Ken Restivo)
13381338
* plumbing to support ac-nrepl [https://github.com/purcell/ac-nrepl] (Steve Purcell)
13391339
* stdin support (which also provides support for debug-repl
13401340
[https://github.com/GeorgeJahad/debug-repl] and limit-break [https://github.com/technomancy/limit-break])

0 commit comments

Comments
 (0)