Skip to content

Commit 531ec8e

Browse files
committed
Bump version to 0.105.12 and update change log
1 parent f6149c7 commit 531ec8e

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.org

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
11
* Release 0.105.x
2+
** 0.105.12 (2016/03/02)
3+
*** Fixes
4+
- Fix activation of package dependencies
5+
- Fix =smooth-scrolling= error due to recent changes in package repository
6+
*** Layer changes
7+
**** Distribution
8+
- New key binding ~SPC t v~ to toggle smooth scrolling.
9+
**** C-C++
10+
- Add notes on related layers (thanks to magthe)
11+
- Remove srefactor from static package list (thanks to magthe)
12+
- Set paths for C headers from clang (thanks to magthe)
13+
**** Evil-snipe
14+
- Disable =evil-snipe= in =ranger= (thanks to TheBB)
15+
**** Haskell
16+
- Fix bad indentation when pasting text (thanks to robbyoconnor)
17+
**** Markdown
18+
- Add support for =rust= code blocks (thanks to panicbit)
19+
**** Org
20+
- Fix custom Spacemacs layout when =org-agenda-files= isn't a list.
21+
The org-agenda-files variable can be the name of a directory or a file.
22+
(thanks to jmiven)
23+
**** Osx
24+
- Fix =osx-use-options-as-meta= for Emacs 25 (thanks to d12frosted)
25+
**** React
26+
- make =evil-matchit= jump between html/jsx tags (thanks to tko)
27+
**** Racket
28+
- Add command prefix names for =racket-mode= key bindings
29+
(thanks to rodrigosetti)
30+
**** Scala
31+
- Rename =ensime-refactor-inline-local= to =ensime-refactor-diff-inline-local=
32+
(thanks to chessman)
33+
**** Shell
34+
- Fix reverse key bindings for comint-previous/next (thanks to olejorgenb))
35+
- Scope the aliases under =eshell= so they are not defined globally
36+
(thanks to bling)
37+
**** Themes megapack
38+
- Add =railscasts-theme= (thanks to olsonjeffery)
39+
*** Improvements
40+
- Improve =toggle-maximize-centered-buffer= (thanks to justbur)
41+
- Add =display-graphic-p= to ~SPC h d s~ (thanks to TheBB)
42+
- Various documentation improvements (thanks to d12frosted, davbo, marcopaga,
43+
microamp, nixmaniack, NJBS, SShrike, TheBB, Tinche, triklsbg, xfq)
244
** 0.105.11 (2016/02/18)
345
Improve loading robustness:
446
- When an ELPA repository is down Spacemacs will now be able to finish loading

init.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; (package-initialize)
1414

1515
(setq gc-cons-threshold 100000000)
16-
(defconst spacemacs-version "0.105.11" "Spacemacs version.")
16+
(defconst spacemacs-version "0.105.12" "Spacemacs version.")
1717
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")
1818

1919
(if (not (version<= spacemacs-emacs-min-version emacs-version))

0 commit comments

Comments
 (0)