File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
* Release 0.200.x
2
+ ** 0.200.11 (2018/01/22)
3
+ *** Fixes
4
+ - Fix =helm= display function (thanks to jackkamm)
5
+ - Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
6
+ - Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
7
+ - Use =org=mime= package from MELPA (thanks to jackkamm)
8
+ - Replace broken =helm-spotify= package by =helm-spotify-plus= (thanks to leezu)
9
+ - Update =Quelpa= library
10
+ - Backport up to date list of themes in core and themes-megapack layer.
11
+ - Fix =pyim= package name in Chinese layer (thanks to James Wang)
2
12
** 0.200.10 (2017/11/01)
3
13
*** Fixes
4
14
- Fix error: (void-variable helm-bookmark-map) when selecting a candidate from
Original file line number Diff line number Diff line change 13
13
; ;
14
14
; ;; Code:
15
15
16
- (defconst spacemacs-buffer-version-info " 0.200.10 "
16
+ (defconst spacemacs-buffer-version-info " 0.200.11 "
17
17
" Current version used to display addition release information." )
18
18
19
19
(defconst spacemacs-buffer-name " *spacemacs*"
Original file line number Diff line number Diff line change
1
+ HOT FIX RELEASE
2
+
3
+ - Fix =helm= display function (thanks to jackkamm)
4
+ - Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
5
+ - Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
6
+ - Use =org=mime= package from MELPA (thanks to jackkamm)
7
+ - Replace broken =helm-spotify= package by =helm-spotify-plus= (thanks to leezu)
8
+ - Update =Quelpa= library
9
+ - Backport up to date list of themes in core and themes-megapack layer.
10
+ - Fix =pyim= package name in Chinese layer (thanks to James Wang)
Original file line number Diff line number Diff line change 16
16
; ; lower value in your dotfile (function `dotspacemacs/user-config' )
17
17
(setq gc-cons-threshold 100000000 )
18
18
19
- (defconst spacemacs-version " 0.200.10 " " Spacemacs version." )
19
+ (defconst spacemacs-version " 0.200.11 " " Spacemacs version." )
20
20
(defconst spacemacs-emacs-min-version " 24.4" " Minimal version of Emacs." )
21
21
22
22
(if (not (version<= spacemacs-emacs-min-version emacs-version))
You can’t perform that action at this time.
0 commit comments