1212* [ #370 ] ( https://github.com/clojure-emacs/clojure-mode/issues/370 ) : Warn the user if they seem to have activated the wrong major-mode.
1313* Make the expected ns function configurable via ` clojure-expected-ns-function ` .
1414
15- ## 5.2.0 (04/02/ 2016)
15+ ## 5.2.0 (2016-02-04 )
1616
1717### Bugs fixed
1818
2323
2424* [ #362 ] ( https://github.com/clojure-emacs/clojure-mode/issues/362 ) : New custom option ` clojure-indent-style ` offers 3 different ways to indent code.
2525
26- ## 5.1.0 (04/01/ 2016)
26+ ## 5.1.0 (2016-01-04 )
2727
2828### New features
2929
3939* Fixed the indentation for ` specify ` and ` specify! ` .
4040* Fixed the docstring indentation for ` defprotocol ` .
4141
42- ## 5.0.1 (15/11/ 2015)
42+ ## 5.0.1 (2015-11-15 )
4343
4444### Bugs fixed
4545
4646* Don't treat the symbol ` default-(something) ` as def* macro.
4747* ` cider-find-ns ` now returns the closest ` ns ` instead of the first one.
4848* [ #344 ] ( https://github.com/clojure-emacs/clojure-mode/issues/344 ) : Fixed the indentation of ` extend-type ` .
4949
50- ## 5.0.0 (30/10/ 2015)
50+ ## 5.0.0 (2015-10-30 )
5151
5252### New features
5353
6666* Fix font-locking for def with special chars such as: ` defn* ` , ` defspecial! ` .
6767* Numerous indentation issues.
6868
69- ## 4.1.0 (20/06/ 2015)
69+ ## 4.1.0 (2015-06-20 )
7070
7171### Changes
7272
@@ -84,14 +84,14 @@ the buffer at end of line.
8484* Fix font-locking of namespace-prefixed dynamic vars (e.g. ` some.ns/*var* ` ).
8585* [ #284 ] ( https://github.com/clojure-emacs/clojure-mode/issues/284 ) : Fix the indentation of the ` are ` macro.
8686
87- ## 4.0.1 (19/12/ 2014)
87+ ## 4.0.1 (2014-12-19 )
8888
8989### Bugs fixed
9090
9191* Indent properly ` as-> ` .
9292* Revert the indentation settings for ` -> ` , ` ->> ` , ` some-> ` and ` some->> ` .
9393
94- ## 4.0.0 (12/12/2014 )
94+ ## 4.0.0 (2014-12-12 )
9595
9696### Changes
9797
@@ -100,15 +100,15 @@ the buffer at end of line.
100100* Removed special indentation settings for ` defstruct ` , ` struct-map ` and ` assoc ` .
101101* Added special indentation settings for ` -> ` , ` ->> ` , ` cond-> ` , ` cond->> ` , ` some-> ` and ` some->> ` .
102102
103- ## 3.0.1 (24/11/ 2014)
103+ ## 3.0.1 (2014-11-24 )
104104
105105### Bugs fixed
106106
107107* Numerous font-lock bug fixes.
108108* [ #260 ] ( https://github.com/clojure-emacs/clojure-mode/pull/260 ) : Don't treat ` @ ` as a word character.
109109* [ #239 ] ( https://github.com/clojure-emacs/clojure-mode/issues/239 ) : Indent properly multi-arity definitions.
110110
111- ## 3.0.0 (2/9/ 2014)
111+ ## 3.0.0 (2014-09-02 )
112112
113113### New features
114114
0 commit comments