12
12
* [ #370 ] ( https://github.com/clojure-emacs/clojure-mode/issues/370 ) : Warn the user if they seem to have activated the wrong major-mode.
13
13
* Make the expected ns function configurable via ` clojure-expected-ns-function ` .
14
14
15
- ## 5.2.0 (04/02/ 2016)
15
+ ## 5.2.0 (2016-02-04 )
16
16
17
17
### Bugs fixed
18
18
23
23
24
24
* [ #362 ] ( https://github.com/clojure-emacs/clojure-mode/issues/362 ) : New custom option ` clojure-indent-style ` offers 3 different ways to indent code.
25
25
26
- ## 5.1.0 (04/01/ 2016)
26
+ ## 5.1.0 (2016-01-04 )
27
27
28
28
### New features
29
29
39
39
* Fixed the indentation for ` specify ` and ` specify! ` .
40
40
* Fixed the docstring indentation for ` defprotocol ` .
41
41
42
- ## 5.0.1 (15/11/ 2015)
42
+ ## 5.0.1 (2015-11-15 )
43
43
44
44
### Bugs fixed
45
45
46
46
* Don't treat the symbol ` default-(something) ` as def* macro.
47
47
* ` cider-find-ns ` now returns the closest ` ns ` instead of the first one.
48
48
* [ #344 ] ( https://github.com/clojure-emacs/clojure-mode/issues/344 ) : Fixed the indentation of ` extend-type ` .
49
49
50
- ## 5.0.0 (30/10/ 2015)
50
+ ## 5.0.0 (2015-10-30 )
51
51
52
52
### New features
53
53
66
66
* Fix font-locking for def with special chars such as: ` defn* ` , ` defspecial! ` .
67
67
* Numerous indentation issues.
68
68
69
- ## 4.1.0 (20/06/ 2015)
69
+ ## 4.1.0 (2015-06-20 )
70
70
71
71
### Changes
72
72
@@ -84,14 +84,14 @@ the buffer at end of line.
84
84
* Fix font-locking of namespace-prefixed dynamic vars (e.g. ` some.ns/*var* ` ).
85
85
* [ #284 ] ( https://github.com/clojure-emacs/clojure-mode/issues/284 ) : Fix the indentation of the ` are ` macro.
86
86
87
- ## 4.0.1 (19/12/ 2014)
87
+ ## 4.0.1 (2014-12-19 )
88
88
89
89
### Bugs fixed
90
90
91
91
* Indent properly ` as-> ` .
92
92
* Revert the indentation settings for ` -> ` , ` ->> ` , ` some-> ` and ` some->> ` .
93
93
94
- ## 4.0.0 (12/12/2014 )
94
+ ## 4.0.0 (2014-12-12 )
95
95
96
96
### Changes
97
97
@@ -100,15 +100,15 @@ the buffer at end of line.
100
100
* Removed special indentation settings for ` defstruct ` , ` struct-map ` and ` assoc ` .
101
101
* Added special indentation settings for ` -> ` , ` ->> ` , ` cond-> ` , ` cond->> ` , ` some-> ` and ` some->> ` .
102
102
103
- ## 3.0.1 (24/11/ 2014)
103
+ ## 3.0.1 (2014-11-24 )
104
104
105
105
### Bugs fixed
106
106
107
107
* Numerous font-lock bug fixes.
108
108
* [ #260 ] ( https://github.com/clojure-emacs/clojure-mode/pull/260 ) : Don't treat ` @ ` as a word character.
109
109
* [ #239 ] ( https://github.com/clojure-emacs/clojure-mode/issues/239 ) : Indent properly multi-arity definitions.
110
110
111
- ## 3.0.0 (2/9/ 2014)
111
+ ## 3.0.0 (2014-09-02 )
112
112
113
113
### New features
114
114
0 commit comments