Commit Graph

24 Commits

Author SHA1 Message Date
syl20bnr 8cc78561ca Rename CHANGELOG.next tp CHANGELOG.develop 2016-04-21 22:50:18 -04:00
syl20bnr b819172b71 Update change log next 2016-04-20 23:46:16 -04:00
syl20bnr b3f6dba671 Update change log next 2016-04-01 01:04:32 -04:00
syl20bnr f48b251968 Delete `SPC j b` and move `SPC j u` to `SPC j b`
By convention, jump back should be on `b`, not `u`
Since `SPC j u` is free, move as well `SPC j U` to `SPC j u`.

`SPC j b` for bookmark jump is already available under `SPC f b`
2016-03-21 20:02:56 -04:00
syl20bnr 9a4a621d60 Update change log next 2016-03-09 20:55:06 -05:00
syl20bnr c07ddbafd5 Update change log next 2016-03-06 23:07:29 -05:00
syl20bnr 65dfc57304 Update change log next 2016-03-03 00:39:28 -05:00
syl20bnr e4447264d9 core: new package keyword :toggle
This new keyword allows to add all the packages to the <layer>-packages
even when a package is not toggled on by a given layer variable.

This fixes an issue of the layer system where we had to choose between
discoverability (ie. the list of package in helm or ivy with SPC h SPC)
and installation of package (because any package listed in the variable
<layer>-packages were installed).
2016-02-21 00:01:39 -05:00
syl20bnr 308fb1118d core: replace package keyword :skip-install by :location site 2016-02-20 23:05:36 -05:00
syl20bnr 3fe8a4a0e2 Update change log next 2016-02-18 23:21:15 -05:00
Xue Fuqiao 4958f7fc10 Fix "the point" problems
Point is a proper name when it refers to the current editing location.
Moreover, point designates a place *between* two characters (or before the first
character, or after the last character), rather than a particular character.

References:

* http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00414.html
* https://www.gnu.org/software/emacs/manual/html_node/elisp/Point.html#index-point
2016-01-31 21:48:52 +01:00
syl20bnr a8ce785dc8 Update change log next 2016-01-18 01:27:00 -05:00
syl20bnr fb6d812c9e Update change log next 2016-01-18 01:05:35 -05:00
syl20bnr 1a5229048c core: new keyword :skip-install 2016-01-17 23:27:30 -05:00
syl20bnr 9d3317581d Update change log next 2016-01-17 22:35:51 -05:00
syl20bnr 33ead6fc42 Deprecation of extensions and <pkg>-excluded-packages variables
As announced in previous releases, see CHANGELOG.next for more info
in the Breaking Changes section.
2016-01-17 22:06:04 -05:00
syl20bnr 052e8dfc08 Move helm and search key bindings
Key bindings should not be choosen given a package name, some helm
key bindings are under `SPC h` which are corrected the following way:

SPC h l for helm-resume to SPC r l (resume last completion)
SPC s l for last-search to SPC r s (resume search) (SPC s l is still
available)
SPC h L for helm-locate-library to SPC s L

Resolve #4592
2016-01-13 08:32:16 -05:00
syl20bnr a5857b3d7c Optimize SPC j prefix
`SPC j j` is now for avy-goto-char (SPC SPC in 0.105)
`SPC j J` is for avy-goto-char-2
`SPC j s` is for splitting strings or sexps
`SPC j S` is for splitting strings of sexps, insert new line and indent
`SPC j n` is to split line at point, insert new line and indent
2016-01-12 01:17:41 -05:00
syl20bnr 80c7f1f667 Update change log next 2016-01-12 00:40:51 -05:00
syl20bnr 2d14b3920e Update change log next 2016-01-11 01:50:20 -05:00
syl20bnr ac9e88fa7c Update change log next 2016-01-09 18:36:29 -05:00
syl20bnr 21a4fbf2b4 change log next, remove deprecation message 2016-01-09 02:31:34 -05:00
syl20bnr d0f7c3a167 Update change log next 2016-01-09 02:05:19 -05:00
syl20bnr 36bc8691e7 New file CHANGELOG.next
Holding the changes for the next version of Spacemacs
Should make CHANGELOG.org more friendly with cherry-picking
2016-01-08 23:21:09 -05:00