You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,15 @@
13
13
- Deduplicate Clojure-family REPL feature definitions via a shared base alist.
14
14
-[#143](https://github.com/clojure-emacs/inf-clojure/issues/143): `inf-clojure-show-arglists` now displays results in the REPL buffer instead of the minibuffer.
15
15
- Drop support for `lein-clr` (abandonware).
16
+
- Use the modern `eldoc-documentation-functions` hook instead of the deprecated `eldoc-documentation-function`.
17
+
- Remove unused `inf-clojure-chomp` function.
16
18
17
19
### Bugs fixed
18
20
19
21
- Fix `inf-clojure-connected-p` to check for a live process.
20
22
- Fix truncated autoload cookie on `inf-clojure-connect`.
21
23
- Fix `prefix-arg` vs `current-prefix-arg` in REPL startup.
24
+
- Fix `inf-clojure--clojure-buffer-p` to work on Emacs 28-29 (`derived-mode-p` does not accept a list before Emacs 30).
22
25
-[#219](https://github.com/clojure-emacs/inf-clojure/issues/219): Fix `project-root` error when no project is detected (e.g. Squint REPL outside a project).
23
26
-[#136](https://github.com/clojure-emacs/inf-clojure/issues/136): Fix preoutput filter to handle chunked comint output correctly, preventing spurious newlines (#153) and improving reliability of output filtering.
0 commit comments