Skip to content

Commit 5f26b82

Browse files
committed
Bump version to 0.105.19 and update change log
1 parent 989c8d0 commit 5f26b82

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.org

+52
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
11
* Release 0.105.x
2+
** 0.105.19 (2016/04/20)
3+
*** Fixes
4+
- Fix =dired-x= autoload (thanks to darkfeline)
5+
- Fix ~SPC f y~ in =dired= buffers (thanks to dcluna)
6+
- Fix ~C-i~ key binding for =evil-jump-forward=.
7+
- Fix ~SPC q r~ to restart Emacs and restore Spacemacs layouts.
8+
- Fix go to next/previous error when a compilation buffer is opened
9+
(thanks to dennishamester)
10+
- Fix error when opening =spacemacs-helm= with unknown org documentation
11+
files (thanks to kuangdash)
12+
- Fix wrong states when exiting =evil-lisp-state= and =evil-iedit-state=
13+
while using the =emacs= editing style.
14+
- Fix ASCII banners first line being overwritten by the version numbers
15+
- Use MELPA version of =persp-mode=, the package may need to be deleted
16+
manually from the =elpa= directory and a restart of Emacs may be
17+
required.
18+
- Discover layers before running dotfile tests when reloading the
19+
configuration, prevents false negatives (thanks to TheBB)
20+
- Remove duplicated configuration for =eldoc= (thanks to zilongshanren)
21+
*** Layer changes
22+
**** Clojure
23+
- Fix usage of deprecated =cider-turn-on-eldoc-mode=, using =eldoc-mode=
24+
instead (thanks to tekacs and sooheon)
25+
**** Elm
26+
- Fix text copy/paste
27+
- Fix auto-completion
28+
**** Javascript
29+
- Improve detection of =tern= binary, if =tern= is not found a message
30+
is displayed in the =*Messages*= buffer (thanks to nixmaniack)
31+
**** Go
32+
- Fix execution of tests with function names containing underscores
33+
(thanks to jaffee)
34+
**** Python
35+
- Use MELPA version of =py-yapf= package (thanks to cpaulik)
36+
- Fix =makefile= of =pylookup= (thanks to hemcsec)
37+
- Disable =semantic-idle-summary= which obfuscates =anaconda= information
38+
in the minibuffer (thanks to cpaulik)
39+
**** Scala
40+
- Fix =ensime-typecheck-current-file=, rename it to
41+
=ensime-typecheck-current-buffer=
42+
- Fix =scala-enable-eldoc-mode=, rename it to =scala-enable-eldoc=
43+
(thanks to channingwalton)
44+
**** Shell
45+
- Fix error when attempting to delete the last shell window
46+
(thanks to joelmccracken)
47+
**** Tmux
48+
- Fix loading of package (thanks to aaronjensen)
49+
**** Vinegar
50+
- Correct =dired= configuration (thanks to StreakyCobra)
51+
*** Improvements
52+
- Various documentation improvements (thanks to d12frosted, gilch, ksrb,
53+
nixmaniack, StreakyCobra, TheBB, The-Compiler, xiaohanyu)
254
** 0.105.18 (2016/04/10)
355
- Revert hotfix for =Yasnippet=, the bug has been fixed upstream and is now
456
available in MELPA (thanks to TheBB)

init.el

+1-1
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.18" "Spacemacs version.")
16+
(defconst spacemacs-version "0.105.19" "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)