Releases: syl20bnr/spacemacs
Releases · syl20bnr/spacemacs
evil-escape fix
- Correctly handle evil function properties in
evil-escape
. Fixes a bug wheref
motion could act like at
motion.
evil-escape regression fix
- Fix
evil-escape
regression withiedit state
andiedit-insert state
wheref
was no op.
NeoTree Fixes
- Fix conflict
Number 0 assigned to two buffers ...
between NeoTree and minibuffer - Fix same kind of error when opening NeoTree buffer or when a popup appears.
Fix for another evil-escape regression, Fix version check
- Fix a regression in
term
buffer withevil-escape
- Fix the check for new spacemacs version
Fix for evil-escape regression, better Emacs version check
- Fix an
evil-escape
regression with buffers inemacs state
. - The check for Emacs minimum version is now performed sooner. It fixes an error encountered with non-supported versions of Emacs.
Remove experimental feature `leader on jk`, lisp state and a fix
- Remove the feature
leader on jk
which allows to invoke the evil leader key while ininsert state
. To achieve the same result use C-o SPC. Reason of the removal: it was dependent onkey-chord
. fd
now works properly to escape fromiedit state
- hjkl in
lisp state
now behaves like innormal state
. See documentation for more info on the key bindings.
No more key-chord dependency, evil-matchit, tool and menu bar toggle, tweaks and fixes
- Remove
key-chord
dependency! It fixes a bunch of side effects with the combokey-chord+evil
(fd
is still working as expected but the experimental featureleader on jk
is disabled for now, will be available again in the next release) - Add package evil-matchit in spacemacs layer and enable it in html layer and auctex layer
- Add toggles for tool-bar and menu-bar on SPC t T and SPC t U respectively. See documentation
- Better fallback font for Windows:
Lucida Sans Console
- Move
ido
split keys to C-s and C-v to mirror SPC w behavior. - Fix SPC f f in YAML buffer (thanks to danielwuz)
- Fix error when dimishing subword-mode lighter on Emacs 24.3 (thanks to roman)
- Fix error with recent version of anzu
- Fix mode-line display error when anzu package is excluded
- Fix
:nohl
ex command to clear persistent highlights - Fix potential errors when activating hs-minor-mode
- Run prog-mode hooked functions with erlang-mode-hook which drastically simplify the erlang layer
non release
v0.48.0 Merge branch 'develop' (v0.48.1)
Lua, Dash, New Vim tilde, Themes, Travis CI, tweaks and fixes
- New contrib layer lua (thanks to mkcode)
- New contrib layer dash (thanks to mkcode)
- New contrib layer vim-empty-lines. A very cool replacement for
vi-tilde-fringe
which works in terminal, check it out! (thanks to sooheon) - Add support for Travis CI for core tests (thanks to lazywithclass)
- Better support for themes,
sanityinc-tomorrow
themes work now - New variable
dotspacemacs-fullscreen-use-non-native
useful to disable OS X fullscreen animations, see documentation (thanks to mkcode) - New key binding: SPC f j to open a dired buffer with the current file selected (thanks to mkcode)
- Update
company-mode
layer to use new features offlycheck
(thanks to trishume) - Fix
evil-jumper
activation (thanks to danielwuz) - Fix key binding conflict in python layer (thanks to danielwuz)
- Better lazy loading of auctex layer, SPC e l is now obsolete, Auctex will be loaded automatically (thanks to trishume)
- Updade contribution guidelines
- Update conventions: interactions with REPLs and in buffer evaluation of code
- Various typo and documentation fixes (thanks to jezenielzapanta, smt and andresmrm)
Paradox and 24.3, Spacemacs update check
- Fix compatibility issue with Paradox package and Emacs 24.3. In 24.3 a frozen version of Paradox is now used as an extension. In 24.4 and above the MELPA version of the package is still used.
- Fix a possible error when checking for new Spacemacs version.