Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 67b0403

Browse filesBrowse files
committed
Release 3.2.0
1 parent 8ac47af commit 67b0403
Copy full SHA for 67b0403

File tree

2 files changed

+11
-4
lines changed
Filter options

2 files changed

+11
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
## master (unreleased)
44

5+
## 3.2.0 (2022-07-15)
6+
57
### New features
68

7-
* [#168](https://github.com/clojure-emacs/inf-clojure/pull/197): Helper function `inf-clojure-switch-to-recent-buffer` to select the last buffer an inf-clojure process buffer was swapped to from.
8-
* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): Defcustom `inf-clojure-enable-eldoc` to disable eldoc interaction.
9+
* [#168](https://github.com/clojure-emacs/inf-clojure/pull/197): New helper function `inf-clojure-switch-to-recent-buffer` to select the last buffer an inf-clojure process buffer was swapped to from.
10+
* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): New defcustom `inf-clojure-enable-eldoc` to disable eldoc interaction.
11+
12+
### Bugs fixed
13+
14+
* [#185](https://github.com/clojure-emacs/inf-clojure/issues/185): Improve cmd string splitting.
15+
* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax table in REPL buffer.
16+
* Fix `inf-clojure-display-version` (it wasn't extracting properly the package version).
917

1018
## 3.1.0 (2021-07-23)
1119

@@ -17,7 +25,6 @@
1725

1826
### Bugs fixed
1927

20-
* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax table in REPL buffer.
2128
* [#152](https://github.com/clojure-emacs/inf-clojure/issues/152): Sanitize should only remove whitespace at the end of a command.
2229
* [#188](https://github.com/clojure-emacs/inf-clojure/pull/188): Handle newlines between forms for `inf-clojure-eval-buffer`.
2330
* [#189](https://github.com/clojure-emacs/inf-clojure/pull/189): Font-lock code inserted in the REPL from a source buffer.

‎inf-clojure.el

Copy file name to clipboardExpand all lines: inf-clojure.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Olin Shivers <shivers@cs.cmu.edu>
77
;; URL: http://github.com/clojure-emacs/inf-clojure
88
;; Keywords: processes, comint, clojure
9-
;; Version: 3.2.0-snapshot
9+
;; Version: 3.2.0
1010
;; Package-Requires: ((emacs "25.1") (clojure-mode "5.11"))
1111

1212
;; This file is not part of GNU Emacs.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.