Commit 4bb4cb4 1 parent 7efa18d commit 4bb4cb4 Copy full SHA for 4bb4cb4
File tree 4 files changed +11
-2
lines changed
4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
* Release 0.200.x
2
+ ** 0.200.10 (2017/11/01)
3
+ *** Fixes
4
+ - Fix error: (void-variable helm-bookmark-map) when selecting a candidate from
5
+ a Helm buffer (thanks to bmag)
6
+ - Fix window number assignation for Neotree buffer window (thanks to duianto)
2
7
** 0.200.9 (2017/04/06)
3
8
*** Fixes
4
9
- Fix theme loading with terminal Emacs (thanks to wang0z)
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.9 "
16
+ (defconst spacemacs-buffer-version-info " 0.200.10 "
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 error when selecting a candidate from a Helm buffer (thanks to bmag)
4
+ - Fix window number assignation for Neotree buffer window (thanks to duianto)
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.9 " " Spacemacs version." )
19
+ (defconst spacemacs-version " 0.200.10 " " 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