|
1 | 1 | * 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) |
2 | 54 | ** 0.105.18 (2016/04/10)
|
3 | 55 | - Revert hotfix for =Yasnippet=, the bug has been fixed upstream and is now
|
4 | 56 | available in MELPA (thanks to TheBB)
|
|
0 commit comments