|
2 | 2 |
|
3 | 3 | ## master (unreleased) |
4 | 4 |
|
| 5 | +### New features |
| 6 | + |
| 7 | +* Add imenu support for multimethods. |
| 8 | +* Make imenu recognize indented def-forms. |
| 9 | +* New interactive command `clojure-cycle-when`. |
| 10 | +* New interactive command `clojure-cycle-not`. |
| 11 | +* New defcustom `clojure-comment-regexp` for font-locking `#_` or `#_` AND `(comment)` sexps. |
| 12 | +* [#459](https://github.com/clojure-emacs/clojure-mode/issues/459): Add font-locking for new built-ins added in Clojure 1.9. |
| 13 | + |
5 | 14 | ### Bugs fixed |
6 | 15 |
|
7 | 16 | * [#458](https://github.com/clojure-emacs/clojure-mode/pull/458): Get correct ns when in middle of ns form with `clojure-find-ns` |
8 | 17 | * [#447](https://github.com/clojure-emacs/clojure-mode/issues/241): When `electric-indent-mode` is on, force indentation from within docstrings. |
9 | | -* [#438](https://github.com/clojure-emacs/clojure-mode/issues/438): Filling within a doc-string doesn't affect surrounding code. |
| 18 | +* [#438](https://github.com/clojure-emacs/clojure-mode/issues/438): Filling within a doc-string doesn't affect surrounding code. |
10 | 19 | * Fix fill-paragraph in multi-line comments. |
11 | 20 | * [#443](https://github.com/clojure-emacs/clojure-mode/issues/443): Fix behavior of `clojure-forward-logical-sexp` and `clojure-backward-logical-sexp` with conditional macros. |
12 | 21 | * [#429](https://github.com/clojure-emacs/clojure-mode/issues/429): Fix a bug causing last occurrence of expression sometimes is not replaced when using `move-to-let`. |
13 | 22 | * [#423](https://github.com/clojure-emacs/clojure-mode/issues/423): Make `clojure-match-next-def` more robust against zero-arity def-like forms. |
14 | | -* [#451](https://github.com/clojure-emacs/clojure-mode/issues/451): Make project root directory calculation customized by `clojure-project-root-function` |
15 | | - |
16 | | -### New features |
17 | | - |
18 | | -* Add imenu support for multimethods |
19 | | -* Make imenu recognize indented def-forms |
20 | | -* New interactive command `clojure-cycle-when`. |
21 | | -* New interactive command `clojure-cycle-not`. |
22 | | -* New defcustom `clojure-comment-regexp` for font-locking `#_` or `#_` AND `(comment)` sexps. |
23 | | -* [#459](https://github.com/clojure-emacs/clojure-mode/issues/459): Add font lock for new vars in clojure-1.9 |
| 23 | +* [#451](https://github.com/clojure-emacs/clojure-mode/issues/451): Make project root directory calculation customized by `clojure-project-root-function`. |
24 | 24 |
|
25 | 25 | ## 5.6.1 (2016-12-21) |
26 | 26 |
|
|
0 commit comments