Skip to content

Releases: syl20bnr/spacemacs

evil-escape fix

22 Jan 02:41
Compare
Choose a tag to compare
  • Correctly handle evil function properties in evil-escape. Fixes a bug where f motion could act like a t motion.

evil-escape regression fix

22 Jan 02:40
Compare
Choose a tag to compare
  • Fix evil-escape regression with iedit state and iedit-insert state where f was no op.

NeoTree Fixes

21 Jan 02:53
Compare
Choose a tag to compare
  • 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

21 Jan 00:53
Compare
Choose a tag to compare
  • Fix a regression in term buffer with evil-escape
  • Fix the check for new spacemacs version

Fix for evil-escape regression, better Emacs version check

20 Jan 06:00
Compare
Choose a tag to compare
  • Fix an evil-escape regression with buffers in emacs 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

19 Jan 04:33
Compare
Choose a tag to compare
  • Remove the feature leader on jk which allows to invoke the evil leader key while in insert state. To achieve the same result use C-o SPC. Reason of the removal: it was dependent on key-chord.
  • fd now works properly to escape from iedit state
  • hjkl in lisp state now behaves like in normal 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

18 Jan 05:43
Compare
Choose a tag to compare
  • Remove key-chord dependency! It fixes a bunch of side effects with the combo key-chord+evil (fd is still working as expected but the experimental feature leader 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

18 Jan 05:44
Compare
Choose a tag to compare
v0.48.0

Merge branch 'develop' (v0.48.1)

Lua, Dash, New Vim tilde, Themes, Travis CI, tweaks and fixes

15 Jan 04:44
Compare
Choose a tag to compare
  • 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 of flycheck (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

13 Jan 03:22
Compare
Choose a tag to compare
  • 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.