branch: elpa/clojure-mode
commit 7efe9453a9f63cf3c97a4ed5c503be5751d75a0c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update changelog with extra font-locking cleanup
---
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 650076e18c..7aefa82c00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,13 @@
* Update font-locking of built-in dynamic vars for Clojure 1.12.
* Update `clojure-mode-extra-font-locking` for Clojure 1.10-1.12 (new
functions in `clojure.core` and other bundled namespaces).
+* Add `clojure.repl` section to `clojure-mode-extra-font-locking`.
+* Remove non-existent entries from `clojure-mode-extra-font-locking`
(`specify`, `specify!`, `special-form-anchor`, `syntax-symbol-anchor`,
`stream?`).
### Bugs fixed
* Fix typos in `clojure-mode-extra-font-locking`: `halt-when?` -> `halt-when`,
`simple-indent?` -> `simple-ident?`.
+* Fix `doc` and `find-doc` misplaced under `clojure.core` instead of
`clojure.repl` in extra font-locking.
## 5.21.0 (2026-02-18)