File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* 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)
27** 0.200.9 (2017/04/06)
38*** Fixes
49- Fix theme loading with terminal Emacs (thanks to wang0z)
Original file line number Diff line number Diff line change 1313; ;
1414; ;; Code:
1515
16- (defconst spacemacs-buffer-version-info " 0.200.9 "
16+ (defconst spacemacs-buffer-version-info " 0.200.10 "
1717 " Current version used to display addition release information." )
1818
1919(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 1616; ; lower value in your dotfile (function `dotspacemacs/user-config' )
1717(setq gc-cons-threshold 100000000 )
1818
19- (defconst spacemacs-version " 0.200.9 " " Spacemacs version." )
19+ (defconst spacemacs-version " 0.200.10 " " Spacemacs version." )
2020(defconst spacemacs-emacs-min-version " 24.4" " Minimal version of Emacs." )
2121
2222(if (not (version<= spacemacs-emacs-min-version emacs-version))
You can’t perform that action at this time.
0 commit comments