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.105.x
2+ ** 0.105.1 (2016/01/05)
3+ *** Hot fixes
4+ - Fix and improve support for GUI clients using a server started with
5+ =emacs --daemon=:
6+ - Fix font
7+ - Fix graphical Spaceline separator
8+ - Fix theme colors (most of them)
9+ - Fix Spacemacs logo in home buffer
10+ - Add support for graphical Nyan Cat
11+ **** Spacemacs layer
12+ - Fix broken =evil-escape-mode= when toggling =holy-mode= (emacs style)
13+ **** Bépo layer
14+ - Fix support for Magit (thanks to StreakyCobra)
15+ **** Magit layer
16+ - Fix ~TAB~ key bindings to expand/collapse sections (thanks to justbur)
17+ **** Scala layer
18+ - Fix a typo in function name =scala-auto-insert-asterisk-in-comments=
19+ (thanks to lunaryorn)
20+ *** Layer changes
21+ **** Spacemacs
22+ - New key binding ~SPC h n~ to browse the Emacs news (thanks to lunaryorn)
23+ **** Themes megapack
24+ - Add =monokai= theme (thanks to jonboiser)
25+ *** Other improvements
26+ - Typos and documentation improvements (thanks to mjs2600, person808,
27+ robbyoconnor, StreakyCobra, TheBB and xfq)
228** 0.105.0 (2016/01/04)
329*** IMPORTANT - Breaking changes
430- ~SPC l~ for =avy-goto-line= is now under ~SPC y~. ~SPC l~ is for
Original file line number Diff line number Diff line change 1414; ; (package-initialize)
1515
1616(setq gc-cons-threshold 100000000 )
17- (defconst spacemacs-version " 0.105.0 " " Spacemacs version." )
17+ (defconst spacemacs-version " 0.105.1 " " Spacemacs version." )
1818(defconst spacemacs-emacs-min-version " 24.3" " Minimal version of Emacs." )
1919
2020(if (not (version<= spacemacs-emacs-min-version emacs-version))
You can’t perform that action at this time.
0 commit comments