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
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@
4
4
5
5
### Changes
6
6
7
-
*[#629](https://github.com/clojure-emacs/clojure-mode/pull/629): Set `add-log-current-defun-function` to new function `clojure-current-defun-name` (this is used by which-function-mode and easy-kill).
7
+
*[#629](https://github.com/clojure-emacs/clojure-mode/pull/629): Set `add-log-current-defun-function` to new function `clojure-current-defun-name` (this is used by `which-function-mode` and `easy-kill`).
8
8
9
9
### Bugs fixed
10
10
11
-
*[#581](https://github.com/clojure-emacs/clojure-mode/issues/581): Fix font locking not working for keywords starting with a number
11
+
*[#581](https://github.com/clojure-emacs/clojure-mode/issues/581): Fix font locking not working for keywords starting with a number.
12
12
13
13
## 5.15.1 (2022-07-30)
14
14
15
15
### Bugs fixed
16
16
17
-
*[#625](https://github.com/clojure-emacs/clojure-mode/issues/625): Fix metadata being displayed in imenu instead of var name
17
+
*[#625](https://github.com/clojure-emacs/clojure-mode/issues/625): Fix metadata being displayed in `imenu` instead of var name.
18
18
19
19
## 5.15.0 (2022-07-19)
20
20
21
21
### Changes
22
22
23
-
*[#622](https://github.com/clojure-emacs/clojure-mode/issues/622): Add font locking for missing clojure.core macros
23
+
*[#622](https://github.com/clojure-emacs/clojure-mode/issues/622): Add font locking for missing `clojure.core` macros.
24
24
*[#615](https://github.com/clojure-emacs/clojure-mode/issues/615): Support clojure-dart files.
0 commit comments