Commit graph

14 commits

Author SHA1 Message Date
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