Skip to content

Commit ad29d27

Browse files
committed
Update CHANGELOG with recent changes
1 parent 9e8dfc0 commit ad29d27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
- Deduplicate Clojure-family REPL feature definitions via a shared base alist.
1414
- [#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.
1515
- 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.
1618

1719
### Bugs fixed
1820

1921
- Fix `inf-clojure-connected-p` to check for a live process.
2022
- Fix truncated autoload cookie on `inf-clojure-connect`.
2123
- 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).
2225
- [#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).
2326
- [#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.
2427

0 commit comments

Comments
 (0)