From 898f38f89b8b43076070ef893f10eb00b86dcbc1 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 18 Jan 2016 01:06:09 -0500 Subject: [PATCH] Bump version to 0.105.9 and update change log --- CHANGELOG.org | 25 +++++++++++++++++++++++++ init.el | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index a5a222ca4..f99ca4d6a 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,29 @@ * Release 0.105.x +** 0.105.9 (2016/01/17) +*** Improvements +- Fix error on Microsoft Windows 10 OS regarding missing =printf= command + (don't call =exec-path-from-shell= function on Microsoft Windows) + (thanks to syohex) +- New key bindings ~C-e~ and ~C-y~ in evilified buffers to scroll lines + (thanks to CestDiego) +- Remove key binding hack for =evil-jumper= since the issue has been fixed + upstream (thanks to justbur) +- Remove unused =init-dired+= function (thanks to AlejandroCatalina) +- Various documentation improvements (thanks to balajisivaraman, jcppython, + jmiven, jorisE) +*** New conventions +- =use-package= code guidelines +- Key bindings documentation only need to mention ~SPC~ prefix +*** Layer changes +**** Markdown +- Add syntax highlighting for =R= code blocks (thanks to rustyplanet) +**** Org +- Fix early creation of empty =org= directory (thanks to tboby) +- Add default key binding ~C-c c~ for =org-capture= + (thanks to AlejandroCatalina) +**** Spacemacs +- Add =bracketed-paste= package to improve pasted text in terminals + (thanks to AlejandroCatalina) ** 0.105.8 (2016/01/12) *** Fixes - Fix the red mode-line when error occurs during loading diff --git a/init.el b/init.el index 7a20b6edf..90e6e8b26 100644 --- a/init.el +++ b/init.el @@ -13,7 +13,7 @@ ;; (package-initialize) (setq gc-cons-threshold 100000000) -(defconst spacemacs-version "0.105.8" "Spacemacs version.") +(defconst spacemacs-version "0.105.9" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.") (if (not (version<= spacemacs-emacs-min-version emacs-version))