From 400158b6ad097753a7e9af26e27310c91afb1b95 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 4 Jan 2016 01:03:38 -0500 Subject: [PATCH] Add release notes for 0.105 --- CHANGELOG.org | 2 +- core/info/release-notes/0.105.txt | 33 ++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 948be0191..f5cc22660 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -3,7 +3,7 @@ *** IMPORTANT - Breaking changes - ~SPC l~ for =avy-goto-line= is now under ~SPC y~. ~SPC l~ is for spacemacs layouts. -- ~SPC a p~ is now for =list-processed= and ~SPC a P~ for =proced=, +- ~SPC a p~ is now for =list-processes= and ~SPC a P~ for =proced=, =paradox= is now on ~SPC a k~. - ~SPC s l~ is now used to bring back last search buffer and ~SPC s j~ is for jumping into a file using =imenu=. diff --git a/core/info/release-notes/0.105.txt b/core/info/release-notes/0.105.txt index 2ddcc1ece..e11429335 100644 --- a/core/info/release-notes/0.105.txt +++ b/core/info/release-notes/0.105.txt @@ -1 +1,32 @@ -Nothing for now. +1. Key binding changes + +- `SPC l` for `avy-goto-line` is now under `SPC y`. `SPC l` is now for + spacemacs layouts. + +- `SPC a p` is now for `list-processes` and `SPC a P` for `proced`, + `paradox` to list ELPA packages is now on `SPC a k`. + +- `SPC s l` is now used to bring back last search buffer and `SPC s j` + is for jumping into a file using `imenu` (was `SPC s l`). + +- In home buffer, jumping to bookmark list is now on ~b~. + +2. Magit + +Magit key bindings have been revamped thanks to the official `evil-magit` +package. `evil-magit` provides a faithful port of Magit UX using Vim key +bindings. If you want to continue to use the old evilified bindings add +`evil-magit` package to the `dotspacemacs-excluded-packages` variable +of your dotfile. + +3. Projectile + +Caching is now disabled by default, while it should not break anything, +if you have some functions relying on caching being enabled be sure to +activate it explicitly with `(setq projectile-enable-caching t)`. + +4. Ruby + +The default major mode is now the Emacs built-in `ruby-mode`. If you want +to continue to use `enh-ruby-mode` set the layer variable +`ruby-enable-enh-ruby-mode` to `t`.