2027 lines
103 KiB
Org Mode
2027 lines
103 KiB
Org Mode
#+COMMENT -*- mode: org -*-
|
||
|
||
This file containes the change log for the next major version of Spacemacs.
|
||
|
||
Use the following template structure and fill it in with your changes.
|
||
When a release will be drafted, the notes will be copied at the top of
|
||
the [[file:CHANGELOG.org][CHANGELOG.org]] file.
|
||
|
||
#+BEGIN_EXAMPLE
|
||
* Release 0.400.x
|
||
** 0.400.0
|
||
*** Breaking Changes
|
||
**** Major
|
||
**** Key bindings
|
||
**** Layers
|
||
***** Layer 1
|
||
***** Layer 2
|
||
***** Layer 3
|
||
*** Hot new features
|
||
*** Dotfile changes
|
||
*** Core changes
|
||
*** Distribution changes
|
||
*** Layers
|
||
**** New layers
|
||
**** Layer 1
|
||
**** Layer 2
|
||
**** Layer 3
|
||
*** Various improvements
|
||
**** Code syle and organization
|
||
**** Documentation and website
|
||
**** Testing and CI
|
||
#+END_EXAMPLE
|
||
|
||
* Release 0.300.x
|
||
** 0.300.0
|
||
*** Breaking Changes
|
||
**** Major
|
||
- Support for Emacs 24 has been dropped, the minimal Emacs version is now
|
||
=25.1=.
|
||
**** Key bindings
|
||
- ~SPC q z~ is now ~SPC q f~ to kill a frame.
|
||
- ~SPC b m~ now opens the =*Messages*= buffer. The old ~SPC b m~ to kill other
|
||
buffers has been moved to ~SPC b C-d~. Killing other buffers using a regular
|
||
expression is now under ~SPC b C-D~.
|
||
- Scrolling key bindings are now under ~SPC N~ instead of ~SPC n~.
|
||
- Key binding ~SPC e e~ is now for triggering a syntax check, the old action
|
||
(explain error around point) has been moved to ~SPC e x~.
|
||
- Vagrant key bindings prefix is now ~SPC a V~.
|
||
- Regenerate tags are now under ~SPC m g C~ instead of ~SPC m g c~.
|
||
- Changed ~SPC b B~ to ~SPC b I~ for =ibuffer= (thanks to Thomas de Beauchêne)
|
||
- Changed ~SPC B b~ to ~SPC b B~ for non restricted buffer list (thanks to
|
||
Thomas de Beauchêne)
|
||
- Remove ~SPC T N~ and make ~SPC T n~ cycle and start the theme transient state
|
||
(thanks to Sylvain Benner)
|
||
- Changed ~SPC j j~ from =evil-avy-goto-char= to =evil-avy-goto-char-timer=, and
|
||
removed default binding for =evil-avy-goto-char-2= (thanks to duianto and
|
||
Sylvain Benner)
|
||
- Changed ~SPC f T~ to ~SPC 0~ for =neotree-show= / =treemacs-select-window=
|
||
(thanks to Dela Anthonio)
|
||
- Move major specific error key bindings to ~SPC m E~ prefix (thanks to Sylvain
|
||
Benner)
|
||
**** C-C++
|
||
- CMake support has been extracted from the =c-c++= layer into the new =cmake=
|
||
layer.
|
||
**** ESS
|
||
ESS key bindings were re-organised in the following list (thanks to Guido
|
||
Kraemer, Yi Liu, and Jack Kamm):
|
||
- ~SPC m ,~ for =ess-eval-region-or-function-or-paragraph-and-step=
|
||
- ~SPC m s i~ for =spacemacs/ess-start-repl=
|
||
- ~SPC m s s~ for =ess-switch-to-inferior-or-script-buffer=
|
||
- ~SPC m s S~ for =ess-switch-process=
|
||
- ~SPC m s B~ for =ess-eval-buffer-and-go=
|
||
- ~SPC m s b~ for =ess-eval-buffer=
|
||
- ~SPC m s d~ for =ess-eval-region-or-line-and-step=
|
||
- ~SPC m s D~ for =ess-eval-function-or-paragraph-and-step=
|
||
- ~SPC m s L~ for =ess-eval-line-and-go=
|
||
- ~SPC m s l~ for =ess-eval-line=
|
||
- ~SPC m s R~ for =ess-eval-region-and-go=
|
||
- ~SPC m s r~ for =ess-eval-region=
|
||
- ~SPC m s F~ for =ess-eval-function-and-go=
|
||
- ~SPC m s f~ for =ess-eval-function=
|
||
- ~SPC m h h~ for =ess-display-help-on-object=
|
||
- ~SPC m h p~ for =ess-R-dv-pprint=
|
||
- ~SPC m h t~ for =ess-R-dv-ctable=
|
||
- ~SPC m r~ for =ess-extra-map=
|
||
- ~SPC m w~ for =ess-r-package-dev-map=
|
||
- ~SPC m d~ for =ess-dev-map=
|
||
**** Elixir
|
||
- Changed ~SPC m p t~ to ~SPC m t F~ for =alchemist-project-find-test= (thanks
|
||
to Lyuben Petrov)
|
||
**** Git
|
||
- Changed ~SPC g f h~ to ~SPC g f l~ for 'git log' of current file (thanks to Ag
|
||
Ibragimov)
|
||
**** Haskell
|
||
- Swapped key bindings for better usability (thanks to Tony Lotts):
|
||
- ~SPC m s s~ for =haskell-interactive-switch=
|
||
- ~SPC m s S~ for =spacemacs/haskell-interactive-bring=
|
||
**** IPython notebook
|
||
- Key bindings:
|
||
- Change prefix from "ai" to "ay" (thanks to Swaroop C H)
|
||
**** JavaScript
|
||
- CoffeeScript support has been extracted from the =javascript= layer into the
|
||
new =coffeescript= layer.
|
||
**** Markdown
|
||
- Key bindings:
|
||
- Removed ~SPC m i I~ for =markdown-insert-reference-image= (folded into ~SPC m i i~)
|
||
- Removed ~SPC m i L~ for =markdown-insert-reference-link-dwim= (folded into ~SPC m i l~)
|
||
**** Org
|
||
Org key bindings were all over the place and we needed to reorganize them in a
|
||
sane way, here is the complete list of changed key bindings (thanks to Sylvain
|
||
Benner and Paweł Siudak):
|
||
- New prefixes:
|
||
- ~SPC C~ clocks
|
||
- ~SPC d~ dates
|
||
- ~SPC m i D~ download
|
||
- ~SPC m s~ trees/subtrees
|
||
- ~SPC m T~ toggles
|
||
- ~SPC m b~ org-babel commands
|
||
- Changed key bindings:
|
||
- ~SPC m A~ org-attach
|
||
- ~SPC m C c~ org-clock-cancel
|
||
- ~SPC m C i~ org-clock-in
|
||
- ~SPC m C o~ org-clock-out
|
||
- ~SPC m C p~ org-pomodoro
|
||
- ~SPC m C r~ org-resolve-clocks
|
||
- ~SPC m C d~ org-clock-display
|
||
- ~SPC m C e~ org-evaluate-time-range
|
||
- ~SPC m C g~ org-clock-goto
|
||
- ~SPC m C I~ org-clock-in-last
|
||
- ~SPC m C j~ org-clock-jump-to-current-clock
|
||
- ~SPC m C R~ org-clock-report
|
||
- ~SPC m d d~ org-deadline
|
||
- ~SPC m d s~ org-schedule
|
||
- ~SPC m d t~ org-time-stamp
|
||
- ~SPC m d T~ org-time-stamp-inactive
|
||
- ~SPC m e m~ org-mime-org-buffer-htmlize
|
||
- ~SPC m i d~ org-insert-drawer
|
||
- ~SPC m i D y~ org-download-yank
|
||
- ~SPC m i D s~ org-download-screenshot
|
||
- ~SPC m i e~ org-set-effort
|
||
- ~SPC m i h~ org-insert-heading
|
||
- ~SPC m i H~ org-insert-heading-after-current
|
||
- ~SPC m i K~ spacemacs/insert-keybinding-org
|
||
- ~SPC m i l~ org-insert-link
|
||
- ~SPC m i n~ org-add-note (thanks to Tommi Komulainen)
|
||
- ~SPC m i p~ org-set-property
|
||
- ~SPC m i s~ org-insert-subheading
|
||
- ~SPC m i t~ org-set-tags
|
||
- ~SPC m p~ org-priority
|
||
- ~SPC m s A~ org-archive-subtree
|
||
- ~SPC m s b~ org-tree-to-indirect-buffer
|
||
- ~SPC m s h~ org-promote-subtree
|
||
- ~SPC m s j~ org-move-subtree-down
|
||
- ~SPC m s k~ org-move-subtree-up
|
||
- ~SPC m s l~ org-demote-subtree
|
||
- ~SPC m s n~ org-narrow-to-subtree
|
||
- ~SPC m s N~ widen
|
||
- ~SPC m s r~ org-refile
|
||
- ~SPC m s s~ org-sparse-tree
|
||
- ~SPC m s S~ org-sort
|
||
- ~SPC m T t~ org-show-todo-tree
|
||
- ~SPC m T i~ org-toggle-inline-images
|
||
- ~SPC m T V~ space-doc-mode
|
||
- ~SPC m T x~ org-toggle-latex-fragment
|
||
- ~SPC m x o~ org-open-at-point
|
||
- ~SPC m C c~ org-agenda-clock-cancel
|
||
- ~SPC m C i~ org-agenda-clock-in
|
||
- ~SPC m C o~ org-agenda-clock-out
|
||
- ~SPC m d d~ org-agenda-deadline
|
||
- ~SPC m d s~ org-agenda-schedule
|
||
- ~SPC m i e~ org-agenda-set-effort
|
||
- ~SPC m i p~ org-agenda-set-property
|
||
- ~SPC m i t~ org-agenda-set-tags
|
||
- ~SPC m s r~ org-agenda-refile
|
||
- Removed ~C-h~ binding in =org-agenda-mode= (thanks to Ag Ibragimov)
|
||
- Rebind =org-agenda-refile= to ~r~ in transient state (thanks to Muneeb Shaikh)
|
||
- Moved =org-trello= keys from ~SPC m o~ to ~SPC m m t~ (thanks to Magnus
|
||
Therning)
|
||
- New keybindings for push and pull (thanks to Magnus Therning):
|
||
- ~SPC m t d b~ for =spacemacs/org-trello-pull-buffer=
|
||
- ~SPC m t d c~ for =spacemacs/org-trello-pull-card=
|
||
- ~SPC m t u b~ for =spacemacs/org-trello-push-buffer=
|
||
- ~SPC m t u c~ for =spacemacs/org-trello-push-card=
|
||
**** Python
|
||
- Hy support has been extracted from the =python= layer into the new =hy= layer.
|
||
- Key bindings (thanks to Danny Freeman):
|
||
- Changed ~SPC m s e~ to ~SPC m e e~ for =lisp-eval-last-sexp=
|
||
- Changed ~SPC m s f~ to ~SPC m e f~ for =lisp-eval-defun=
|
||
- Changed ~SPC m s F~ to ~SPC m e F~ for =lisp-eval-defun-and-go=
|
||
- Changed ~SPC m s r~ to ~SPC m e r~ for =lisp-eval-region=
|
||
- Changed ~SPC m s R~ to ~SPC m e R~ for =lisp-eval-region-and-go=
|
||
- Make =nose= fail compilation when tests fail (thanks to wizmer)
|
||
**** Ruby
|
||
- Key bindings:
|
||
- Changed ~SPC m h d~ to ~SPC m h h~ for =robe-doc= (thanks to Paweł Siudak)
|
||
**** Ruby on Rails
|
||
- Key bindings:
|
||
- New ~SPC m r f S~ to find serializer (thanks to Boris Buliga)
|
||
- Changed =projectile-rails= key binding prefix from ~SPC m r~ to ~SPC m f~
|
||
to avoid conflicts with key bindings in the =web-mode= layer.
|
||
(thanks to Adam Sokolnicki)
|
||
**** Syntax checking
|
||
- Key bindings (thanks to Loris Lucido):
|
||
- Changed ~SPC e e~ to ~SPC e b~ for =flycheck-buffer=
|
||
**** Others
|
||
- All custom settings are now encapsulated in a function called
|
||
=dotspacemacs/emacs-custom-settings=. While it should not break your custom
|
||
settings you should check that they are all applied correctly once you reboot
|
||
Emacs. Also you may have to clean up your dotfile if some custom settings are
|
||
still present in your dotfile outside of the function
|
||
=dotspacemacs/emacs-custom-settings=.
|
||
- Company backends declaration has been revamped to be less verbose and easier
|
||
to use. For more info see the section =Add auto-completion in a layer= of the
|
||
README.org file of the =auto-completion= layer, also you can read
|
||
[[https://github.com/syl20bnr/spacemacs/commit/74fdbb6][commit message of commit 74fdbb6]].
|
||
- The function =add-flycheck-hook= has been renamed to =enable-flycheck=.
|
||
- =shaders= layer has been moved to =gpu= layer.
|
||
- The property =:powerline-scale= of variable =dotspacemacs-default-font= has
|
||
been removed and replaced by the property =:separator-scale= used in the
|
||
variable =dotspacemacs-mode-line-theme=.
|
||
- The =nlinum= layer is deprecated on Emacs 26.1 and newer in favor of native
|
||
line number support.
|
||
- Support for multiple cursors is now encapsulated in the =multiple-cursors=
|
||
layer.
|
||
*** Hot new feature
|
||
- Improve themes support. Support are now handled like regular packages. The
|
||
list of themes now supports =:location= keyword like in layer list. More
|
||
information in the =Themes= section of the documentation.
|
||
- Introduction of =spacemacs-purpose= layer in charge of handling Emacs windows
|
||
assignation for actions opening new buffers. This layer brings more
|
||
consistency to windows creation by giving them a purpose (i.e. =edit=, =help=,
|
||
etc...). See [[https://github.com/bmag/emacs-purpose][emacs-purpose]]
|
||
repository for more info. (thanks to bmag)
|
||
- New distribution =spacemacs-docker= used to build the official docker image
|
||
for the Spacemacs container (thanks to Eugene Yaremenko)
|
||
- Add support for =ripgrep=. To enable it add =rg= to
|
||
=dotspacemacs-search-tools=. =ripgrep= key bindings are under ~SPC s r~
|
||
prefix. (Aron Griffis)
|
||
- Improve support of custom settings file. All custom settings are now
|
||
encapsulated in a function called =dotspacemacs/emacs-custom-settings= in the
|
||
dotfile if the user does not specify a custom location for the custom settings
|
||
file by modifying the variable =custom-file=. This allows Spacemacs to
|
||
correctly loads custom settings at the end of the loading process, fixing
|
||
unwanted overriden custom settings by layers. See section =Custom variables=
|
||
in =DOCUMENTATION.org=.
|
||
- Simplify declaration of company backends, see the section
|
||
=Add auto-completion in a layer= of the =README.org= file of the
|
||
=auto-completion= layer.
|
||
- Added experimental support for the emacs dumper; see =EXPERIMENTAL.org=
|
||
(thanks to Sylvain Benner, Compro Prasad and Keith Simmons)
|
||
- Added support for native line numbers in Emacs 26 (thanks to bmag)
|
||
- Extensive use of lazy loading of packages to reduce Spacemacs startup time
|
||
(thanks to Sylvain Benner, Ben Leggett, and bmag)
|
||
- Added environment-variable caching. At startup, if the cache does not exist,
|
||
Spacemacs loads environment variables using =exec-path-from-shell= and writes
|
||
the cache to be used on next startup (thanks to Sylvain Benner, Codruț
|
||
Constantin Gușoi, and Paolo G. Giarrusso)
|
||
*** New layers
|
||
**** Email
|
||
- notmuch (thanks to Francesc Elies Henar, Leonard Lausen, Willian Casarin,
|
||
Kalle Lindqvist)
|
||
**** Fonts
|
||
- unicode-fonts (thanks to Aaron Jensen)
|
||
**** Languages
|
||
- coffeescript (thanks to Sylvain Benner)
|
||
- coq (thanks to Xuan Bi, Jeremy Bi and Langston Barret)
|
||
- crystal (thanks to Sylvain Benner)
|
||
- factor (thanks to timor)
|
||
- forth (thanks to Tim Jaeger)
|
||
- gpu (thanks to Evan Klitzke)
|
||
- groovy (thanks to Sylvain Benner)
|
||
- hy (thanks to Sylvain Benner and yuhan0)
|
||
- jr (thanks to Philippe Baron)
|
||
- json (thanks to Sylvain Benner, Boris Buliga and Tommi Komulainen)
|
||
- jsonnet (thanks to liztio and Robby O'Connor)
|
||
- julia (thanks to Adam Beckmeyer and Guido Kraemer)
|
||
- kotlin (thanks to Shanavas M)
|
||
- pact (thanks to Colin Woodbury)
|
||
- perl5 (thanks to Troy Hinckley, Jinseop Kim and Michael Rohleder)
|
||
- perl6 (thanks to Bahtiar Gadimov)
|
||
- protobuf (thanks to Amol Mandhane)
|
||
- restructuredtext (thanks to Wei-Wei Guo and Kalle Lindqvist)
|
||
- semantic-web (thanks to Andreas Textor)
|
||
**** Misc
|
||
- multiple-cursors (thanks to Codruț Constantin Gușoi and Thomas de Beauchêne)
|
||
**** WEB services
|
||
- confluence
|
||
**** Readers
|
||
- epub (thanks to Jeremy Dormitzer and André Peric Tavares)
|
||
**** Spacemacs
|
||
- spacemacs-defaults
|
||
- spacemacs-modeline
|
||
- spacemacs-navigation
|
||
- spacemacs-project
|
||
- spacemacs-purpose (thanks to bmag)
|
||
- spacemacs-visual
|
||
**** Tools
|
||
- bm (thanks to Eugene Yaremenko and Binbin Ye)
|
||
- dap (thanks to Ivan Yonchovski)
|
||
- lsp (thanks to Fangrui Song, 0bl.blwl, Cormac Cannon, Juuso Valkeejärvi, Guan
|
||
Xipeng, Ivan Yonchovski and Sylvain Benner)
|
||
- node (thanks to jupl)
|
||
- pass (thanks to Andrew Oppenlander, Kepi, Kalle Lindqvist, and Evan Klitzke)
|
||
- sphinx (thanks to Wei-Wei Guo)
|
||
- transmission (thanks to Eugene Yaremenko)
|
||
- cmake (thanks to Alexander Dalshov, Sylvain Benner and Jonas Jelten)
|
||
- xclipboard (thanks to Charles Weill, Sylvain Benner, and Alex Palaistras)
|
||
- debug (thanks to Hodge Shen, Troy Hinckley, and Sylvain Benner)
|
||
- web-beautify (thanks to Sylvain Benner and Juuso Valkeejärvi)
|
||
- tern (thanks to Sylvain Benner and Juuso Valkeejärvi)
|
||
- emberjs (thanks to Robert O'Connor)
|
||
- phoenix (thanks to Lyuben Petrov)
|
||
- prettier (thanks to Seong Yong-ju)
|
||
**** Others
|
||
- japanese (thanks to Kenji Miyazaki)
|
||
- multiple-cursors (thanks to Codruț Constantin Gușoi)
|
||
- parinfer (thanks to Tianshu Shi)
|
||
- treemacs (thanks to Alexander Miller, Kalle Lindqvist, duianto, Thomas de
|
||
Beauchêne, Boris Buliga and Sylvain Benner)
|
||
- templates (thanks to YasuharuIida and Eivind Fonn)
|
||
- copy-as-format (thanks to Ruslan Kamashev)
|
||
*** Removed layers
|
||
- =extra-langs= (replaced by ad-hoc layers)
|
||
- =evil-cleverparens= (moved to =spacemacs-evil=)
|
||
*** Dotfile changes
|
||
- Variables:
|
||
- New variable =dotspacemacs-switch-to-buffer-prefers-purpose= which controls
|
||
where =switch-to-buffer= displays the buffer. If nil, =switch-to-buffer=
|
||
displays the buffer in the current window even if another same-purpose
|
||
window is available. If non nil, =switch-to-buffer= displays the buffer in a
|
||
same-purpose window even if the buffer can be displayed in the current
|
||
window. (thanks to bmag)
|
||
- New variable =dotspacemacs-zone-out-when-idle= to zone when idle. Zoning
|
||
will obfuscate the current buffer acting like a screen saver. (thanks to
|
||
Eugene Yaremenko and Sylvain Benner)
|
||
- New variable =dotspacemacs-frame-title-format= which is the efault format
|
||
string for a frame title bar, see docstring of function
|
||
=spacemacs/frame-title-prepare= for more info (thanks to Uri Sharf and Kepi)
|
||
- New variable =dotspacemacs-use-spacelpa= (thanks to Sylvain Benner)
|
||
- New variable =dotspacemacs-mode-line-themes= adds support for mode-line
|
||
themes. Supported themes are =spacemacs=, =all-the-icons=, =vim-powerline=,
|
||
=custom=, and =vanilla=. The first three are spaceline themes, =custom= is
|
||
user defined, and =vanilla= is the default Emacs mode-line. (thanks to
|
||
Sylvain Benner and James Wang)
|
||
- Removed obsolete =:powerline-scale= property from
|
||
=dotspacemacs-default-font= variable (thanks to Muneeb Shaikh and Sylvain
|
||
Benner)
|
||
- New variable =dotspacemacs-initial-scratch-message= for the initial message
|
||
in the scratch buffer (thanks to Carl Lange)
|
||
- New variable =dotspacemacs-gc-cons= (thanks to Sylvain Benner)
|
||
- New variable =dotspacemacs-enable-server= (thanks to Tad Fisher)
|
||
- New dotvariables =dotspacemacs-emacs-pdumper-executable-file=,
|
||
=dotspacemacs-emacs-dumper-dump-file= and
|
||
=dotspacemacs-enable-emacs-pdumper= to configure dump (thanks to Sylvain
|
||
Benner)
|
||
- Added =vim-style-visual-feedback= and =hybrid-style-visual-feedback= style
|
||
variables to enable =evil-goggles= pulse in the Vim and Hybrid editing
|
||
styles, respectively; disabled by default (thanks to Sylvain Benner)
|
||
- Renamed style variables for consistency; the old names are still recognized
|
||
but deprecated (thanks to Sylvain Benner):
|
||
- =dotspacemacs-remap-Y-to-y$= renamed to =vim-style-remap-Y-to-y$=
|
||
- =dotspacemacs-retain-visual-state-on-shift= to
|
||
=vim-style-retain-visual-state-on-shift=
|
||
- =dotspacemacs-visual-line-move-text= to =vim-style-visual-line-move-text=
|
||
- =dotspacemacs-ex-substitute-global= to =vim-style-ex-substitute-global=
|
||
- =hybrid-mode-enable-evilified-state= to
|
||
=hybrid-style-enable-evilified-state=
|
||
- =hybrid-mode-enable-hjkl-bindings= to =hybrid-style-enable-hjkl-bindings=
|
||
- =hybrid-mode-use-evil-search-module= to
|
||
=hybrid-style-use-evil-search-module=
|
||
- =hybrid-mode-default-state= to =hybrid-style-default-state=
|
||
- Renamed helm variables and made them layer variables; the old dotfile
|
||
variables are still recognized but deprecated (thanks to Sylvain Benner and
|
||
Kalle Lindqvist):
|
||
- =dotspacemacs-helm-resize= to =helm-enable-auto-resize=, in the
|
||
=spacemacs-completion= layer
|
||
- =dotspacemacs-helm-no-header= to =helm-no-header=, in the =helm= layer
|
||
- =dotspacemacs-helm-position= to =helm-position=, in the =helm= layer
|
||
- =dotspacemacs-helm-use-fuzzy= to =helm-use-fuzzy=, in the
|
||
=spacemacs-completion= layer
|
||
- New variable =dotspacemacs-server-socket-dir= for setting the server socker
|
||
location (thanks to Carl Lange)
|
||
- New vairables =dotspacemacs-import-env-vars-from-shell= and
|
||
=dotspacemacs-import-env-vars-shell-file-name= to asynchronously import
|
||
environment variables (thanks to Sylvain Benner)
|
||
- Can use the univeral prefix argument to open both the =*scratch*= buffer and
|
||
the =*Messages*= buffer in another window (thanks to Thomas de Beauchêne)
|
||
- Use lexical binding in new template (thanks to André Peric Tavares)
|
||
*** Core changes
|
||
- Don't suggest ~SPC q r~ if =restart-emacs= package is missing after an update
|
||
(thanks to Keshav Kini)
|
||
- Add new interactive function =spacemacs/diminish-undo= to undo all the
|
||
dimished mode-line lighters and have all of them be displayed in the
|
||
mode-line. (thanks to hodge)
|
||
- Add support for building multi-file local packages with =Quelpa=
|
||
(thanks to Andriy Kmit')
|
||
- Improve handling of additional bindings for transient states (thanks to Andriy
|
||
Kmit')
|
||
- Resolve symlinks when warning about duplicate layers (thanks to Ben Gamari)
|
||
- More robust dotspacemacs/add-layer (thanks to Eivind Fonn)
|
||
- Check toggle condition in status function (thanks to Eivind Fonn)
|
||
- New dotvariable: =dotspacemacs-auto-generate-layout-names= (thanks to bmag)
|
||
- Rework =spacemacs//reroot-link= to make links relative (thanks to Eugene
|
||
Yaremenko)
|
||
- Don't reroot non-org files (thanks to Eugene Yaremenko)
|
||
- Fix loading of themes having dependencies (thanks to Benno Fünfstück)
|
||
- Fix error when =layers= directory does not exist in dotdirectory
|
||
(thanks to Eivind Fonn)
|
||
- Fixes insert point for lazy loaded layers (thanks to Codruț Constantin Gușoi)
|
||
- Disable all applied themes in all cases, when a theme is applied (thanks to
|
||
Eivind Fonn)
|
||
- Pupo: option to split the active window or the entire frame (thanks to tddsg)
|
||
- Implement =:requires= for package declarations and owned packages (thanks to
|
||
Eivind Fonn)
|
||
- Improved issue reporting (thanks to Eugene Yaremenko)
|
||
- Add =--no-package-sync= startup flag (thanks to Valts Liepiņš)
|
||
- Rename =configuration-layer/sync= to =configuration-layer/load= (thanks to
|
||
Sylvain Benner)
|
||
- Replace the optional argument =no-install= by a global variable named
|
||
=spacemacs-sync-packages= (thanks to Sylvain Benner)
|
||
- Assume "no" for lazy installation in the --batch mode (thanks to Eugene
|
||
Yaremenko)
|
||
- Use =url-hexify-string= to encode issue report body (thanks to Boris Buliga)
|
||
- Fix reference to cfgl-package-distant-p (thanks to Alex Coventry)
|
||
- Added layer shadowing system (thanks to Sylvain Benner)
|
||
- Enable backward theme cycling (thanks to Adrien Becchis)
|
||
- Add support for stable ELPA repository hosted on GitHub (thanks to Sylvain
|
||
Benner)
|
||
- Handle backward argument better when cycling themes (thanks to bmag)
|
||
- Remove wizard question about completion engine. (thanks to Sylvain Benner)
|
||
- Add check for gzip executable on Windows to install spacelpa (thanks to
|
||
Sylvain Benner)
|
||
- Add optional parameter to spacemacs/set-mode-line (thanks to Sylvain Benner)
|
||
- Add =(please wait)= message when downloading spacelpa (thanks to Sylvain
|
||
Benner)
|
||
- Add spacemacs-buffer/error like spacemacs-buffer/warning (thanks to Sylvain
|
||
Benner)
|
||
- Add e key bindings in Quick Help home screen (thanks to Sylvain Benner)
|
||
- Add support for GnuPG signed Spacelpa archives (thanks to Sylvain Benner)
|
||
- Fix computation of elpa directory (thanks to Sylvain Benner)
|
||
- Changed scope of elpa stable variables (thanks to Sylvain Benner)
|
||
- For elpa dir, replace branch name by a variable set in .lock (thanks to
|
||
Sylvain Benner)
|
||
- Move versions functionality to new file =core/core-versions.el= (thanks to
|
||
Sylvain Benner)
|
||
- Remove stray characters from output-dir argument (thanks to duianto)
|
||
- Add support for major mode specific toggles (thanks to Sylvain Benner)
|
||
- Use =cl-loop= instead of =loop= (thanks to Sylvain Benner)
|
||
- Delete the quote preceding the lambda in =spacemacs|add-toggle= to avoid
|
||
warning (thanks to Miciah Dashiel Butler Masters)
|
||
- Escape left and right bracket character literals to avoid warning (thanks to
|
||
Miciah Dashiel Butler Masters)
|
||
- Fix loading order for package configuration it is now:
|
||
- pre-init functions for all packages
|
||
- init function of all packages
|
||
- post-init functions for all packages (thanks to Sylvain Benner)
|
||
- Backported battery fix for macOS (thanks to Sylvain Benner)
|
||
- Conventions: add ~SPC m f~ for web frameworks (thanks to Sylvain Benner)
|
||
- Fix base16-theme mapping for all themes (thanks to Philippos Boon Alexaki)
|
||
- Disable spaceline responsiveness for all-the-icons theme (thanks to Sylvain Benner)
|
||
- Increased =gc-cons-threshold= during startup to reduce startup time (thanks
|
||
to Aaron Jensen)
|
||
- Removed unused defvar =dotspacemacs-default-package-repository= (thanks to
|
||
Sylvain Benner)
|
||
- Fixed package initialization on Emacs 27 (thanks to Miciah Dashiel Butler
|
||
Masters)
|
||
- Lazy load =diff-hl= and move =lsp-ui-mode= hook (thanks to Sylvain Benner)
|
||
- Wrap init with =file-name-handler-alist nil= to speed up init (thanks to Aaron
|
||
Jensen)
|
||
- Added optional =append= and =local= parameters to =spacemacs/add-to-hooks=
|
||
(thanks to Sylvain Benner)
|
||
- Fixed bugs that could cause =layers.el= and =packages.el= files to be loaded
|
||
multiple times (thanks to Sylvain Benner)
|
||
- Changed startup to hide loading message unless =--debug-init= is specified
|
||
(thanks to Sylvain Benner)
|
||
- New command line parameter =--force-dump= to force dump emacs (thanks to
|
||
Sylvain Benner)
|
||
- New function =configuration-layer/message= to display message in =*Messages*=
|
||
buffer (thanks to Sylvain Benner)
|
||
- Disable auto-start of Emacs server by default (thanks to Sylvain Benner)
|
||
- Removed obsolete tools from core (thanks to Eugene Yaremenko)
|
||
- Ask if unsaved changes in issue reports are about to be discarded (thanks to
|
||
timor)
|
||
- Changed the layer loading process so that customizing a package variable using
|
||
=:variables= in =dotspacemacs-configuration-layers= overrides any default
|
||
value that the layer's package configuration sets.
|
||
- Added =:off-message= keyword to the =spacemacs|add-toggle= macro to allow
|
||
overriding the default toggled-off expression (thanks to bmag)
|
||
- Avoid non-idempotent use of push in init code (thanks to Miciah Masters)
|
||
- Moved Spacemacs startup progress bar to =core-progress-bar.el=, removed
|
||
counter from progress bar, fixed updating, and fixed size when Emacs is
|
||
started maximized (thanks to Sylvain Benner)
|
||
- Fixed warning about quoted lambda in =core-configuration-layer.el= (thanks to
|
||
Sylvain Benner)
|
||
- New function =configuration-layer/load-file= to load file silently (thanks to
|
||
Sylvain Benner)
|
||
- Fixed duplicate "Open quick help..." in the minibuffer at startup (thanks to
|
||
Sylvain Benner)
|
||
- Added =spacemacs|add-transient-hook= macro to add hooks that vanish the first
|
||
time they are executed (thanks to Sylvain Benner)
|
||
- Renamed =spacemacs/mplist-get= function to =spacemacs/mplist-get-values=,
|
||
renamed =spacemacs/plist-get= function to =spacemacs/mplist-get-value=, and
|
||
refactored the latter function (thanks to Benjamin Reynolds)
|
||
- Load window-purpose when window configuration changes (thanks to Sylvain
|
||
Benner)
|
||
- Synchronize environment variables from the default shell (thanks to
|
||
fiveNinePlusR)
|
||
- Display time spent in =user-config= in home buffer (thanks to Sylvain Benner)
|
||
- Add new dotfile function =dotspacemacs/user-load= (thanks to Sylvain Benner)
|
||
- Add new dotfile function =dotspacemacs/user-env= (thanks to Sylvain Benner)
|
||
- Add ignored env. vars with variable =spacemacs-ignored-environment-variables=
|
||
(thanks to Sylvain Benner)
|
||
- Fix overflow of line in page-break-lines-mode when using line number (thanks
|
||
to Compro Prasad)
|
||
- Add doom-emacs mode-line theme (thanks to Sylvain Benner)
|
||
- Optimize spacemacs/title-prepare (thanks to Andriy Kmit')
|
||
- Cache expensive computations in spacemacs/title-prepare (thanks to Dieter
|
||
Komendera)
|
||
- Remove space before question mark when updating packages (thanks to Kevin Ji)
|
||
- Alternate buffers without taking into account their purpose (thanks to Thomas
|
||
de Beauchêne)
|
||
- Make query-replace work when frame is split (thanks to Dieter Komendera)
|
||
- Don't skip missing .elc files when recompiling Elpa (thanks to RockyRoad29)
|
||
*** Distribution changes
|
||
- Refactored =spacemacs-bootstrap=, =spacemacs-ui=, and =spacemacs-ui-visual=
|
||
layers:
|
||
- The =spacemacs-bootstrap= layer no longer configures built-in packages;
|
||
instead, the new =spacemacs-defaults= layer configures built-in packages.
|
||
- The =spacemacs-base= distribution now uses only the new =spacemacs-defaults=
|
||
layer. As a result, =spacemacs-base= no longer installs any packages, but
|
||
instead only configures defaults for built-in packages.
|
||
- The new =spacemacs-navigation= layer configures packages for navigation.
|
||
- The new =spacemacs-modeline= layer configures packages for the mode line.
|
||
- The new =spacemacs-project= layer configures =projectile=.
|
||
- Merge =spacemacs-ui= and =spacemacs-ui-visual= into layer =spacemacs-visual=
|
||
- New Packages:
|
||
- Add =evil-lion= package to =spacemacs-evil= layer (thanks to et2010 and
|
||
Eivind Fonn)
|
||
- Add =editorconfig= package to =spacemacs-editing= layer (thanks to Vladimir
|
||
Kochnev and Eivind Fonn)
|
||
- Add =password-generator= package to =spacemacs-editing= layer (thanks to
|
||
Sylvain Benner)
|
||
- Add =symon= package to =spacemacs-modeline= layer
|
||
(thanks to Eugene Yaremenko)
|
||
- Added =evil-goggles= to the =spacemacs-evil= layer (thanks to Sylvain
|
||
Benner)
|
||
- Added =dotenv-mode= to the =spacemacs-bootstrap= layer (thanks to Sylvain
|
||
Benner)
|
||
- Key bindings:
|
||
- Use Helm or Ivy (if one of these is enabled) for ~SPC a d~ (=dired=),
|
||
~SPC F f~ (=find-file-other-frame=), ~SPC F b~
|
||
(=switch-to-buffer-other-frame=), ~SPC F B~ (=display-buffer-other-frame=),
|
||
and ~SPC F O~ (=dired-other-frame=). (thanks to Miciah Masters)
|
||
- New evil text objects =«=, =「=, =‘= and =“=.
|
||
- New key binding ~SPC f i~ for =insert-file=.
|
||
- Add alignment support for ~{~ (thanks to Paulo Diniz)
|
||
- Move all scrolling key bindings from ~SPC n~ to ~SPC N~ (thanks to Somelauw)
|
||
- Move ~SPC q z~ to ~SPC q f~ to kill a frame (thanks to Steven Allen)
|
||
- Move ~SPC t C p~ to ~SPC t h p~ for =highlight-parentheses-mode= (thanks to
|
||
Thomas de Beauchêne)
|
||
- Overhaul the scroll transient state on ~SPC N~ prefix (thanks to Somelauw)
|
||
- New key binding ~SPC b H~ to open or select the =*Help*= buffer
|
||
(thanks to duianto)
|
||
- New ~SPC b N~ prefix to create an empty buffer (thanks to duianto and Jesse Byler):
|
||
- ~SPC b N h~ create new empty buffer in a new window on the left
|
||
- ~SPC b N j~ create new empty buffer in a new window at the bottom
|
||
- ~SPC b N k~ create new empty buffer in a new window above
|
||
- ~SPC b N l~ create new empty buffer in a new window below
|
||
- ~SPC b N n~ create new empty buffer in current window
|
||
- ~SPC b N f~ create new empty buffer in a new frame
|
||
- New text align key bindings (thanks to Thomas de Beauchêne):
|
||
- ~SPC x a [~ align region at [
|
||
- ~SPC x a ]~ align region at ]
|
||
- ~SPC x a {~ align region at {
|
||
- ~SPC x a }~ align region at }
|
||
- New text align key binding (thanks to Gunnar Bastkowski):
|
||
- ~SPC x a %~ align region at %
|
||
- New string inflection key bindings (thanks to Ric da Silva):
|
||
- ~SPC x i i~ cycle symbol naming styles
|
||
- ~SPC x i u~ change symbol style to =under_score=
|
||
- ~SPC x i U~ change symbol style to =UP_CASE=
|
||
- ~SPC x i k~ change symbol style to =kebab-case=
|
||
- ~SPC x i c~ change symbol style to =lowerCamelCase=
|
||
- ~SPC x i C~ change symbol style to =UpperCamelCase=
|
||
- New ~SPC x d SPC~ to delete all spaces except one (thanks to Fabian Wilk)
|
||
- New =spacemacs-navigation= key bindings (thanks to Rich Alesi):
|
||
- ~SPC q t~ for restarting with =--timed-requires=
|
||
- ~SPC q T~ for restarting with =--adv-timers=
|
||
- New =spacemacs-completion key bindings (thanks to Diego Berrocal):
|
||
- ~C-S-j~ for =helm-follow-action-forward=
|
||
- ~C-S-k~ for =helm-follow-action-backward=
|
||
- New frame manipulation key bindings (thanks to Ben Lloyd, duianto and bmag)
|
||
- Added ~SPC F f~ for =find-file-other-frame=
|
||
- Added ~SPC F d~ for =delete-frame=
|
||
- Added ~SPC F D~ for =delete-other-frames=
|
||
- Added ~SPC F b~ for =switch-to-buffer-other-frame=
|
||
- Added ~SPC F B~ for =display-buffer-other-frame=
|
||
- Added ~SPC F O~ for =dired-other-frame=
|
||
- Added ~SPC F o~ for =other-frame=
|
||
- Added ~SPC F n~ for =make-frame=
|
||
- Workspaces transient state: create workspace keys under =C= (thanks to
|
||
duianto)
|
||
- New ~SPC b u~ keybinding for reopening killed buffers (thanks to Alex
|
||
Palaistras)
|
||
- New transpose senteces and transpose paragraphs keybindings (thanks to
|
||
Daniel Gomez):
|
||
- ~SPC x t p~ for =transpose-paragraphs=
|
||
- ~SPC x t s~ for =transpose-sentances=
|
||
- Add missing which-key prefix names =new empty buffer= and =justification=
|
||
(thanks to duianto)
|
||
- New ~SPC p e~ to edit =dir-locals.el= (thanks to Dela Anthonio)
|
||
- Improve buffer transient state with extra bindings and new commands
|
||
(thanks to Adrien Becchis and Sylvain Benner)
|
||
- Add ~<right>~ for next-buffer
|
||
- Add ~<left>~ for previous-buffer
|
||
- Add ~o~ for other window
|
||
- Add ~C-d~ for burry buffer
|
||
- Add ~b~ for helm-buffer-list
|
||
- Update themes transient state (thanks to duianto)
|
||
- ~t~ or ~<up>~ to open helm-themes to select an installed theme
|
||
- Add functionality to move layouts in layout list using the layouts transient
|
||
state (thanks to Linus Marton)
|
||
- Add ~<~ for =spacemacs/move-current-persp-left=
|
||
- Add ~>~ for =spacemacs/move-current-persp-right=
|
||
- New ~SPC f e U~ to update packages (thanks to Codruț Constantin Gușoi)
|
||
- Fix ~h~ key binding in compilation and grep buffers (thanks to Sylvain
|
||
Benner)
|
||
- New ~SPC b x~ and ~SPC w x~ to remove both buffer and window in one go
|
||
(thanks to Codruț Constantin Gușoi)
|
||
- New ~SPC t m r~ to toggle responsiveness of the mode-line
|
||
- Fix ~hjkl~ bindings in =image-mode= and add leader bindings (thanks to Kalle
|
||
Lindqvist):
|
||
- ~SPC m a a~ calls =image-toggle-animation=
|
||
- ~SPC m a +~ calls =image-increase-speed=
|
||
- ~SPC m a -~ calls =image-decrease-speed=
|
||
- ~SPC m a r~ calls =image-reset-speed=
|
||
- ~SPC m g n~ calls =image-next-file=
|
||
- ~SPC m g N~ calls =image-previous-file=
|
||
- ~SPC m t +~ calls =image-increase-size=
|
||
- ~SPC m t -~ calls =image-decrease-size=
|
||
- ~SPC m t f~ calls =image-mode-fit-frame=
|
||
- ~SPC m t r~ calls =image-transform-reset=
|
||
- ~SPC m t h~ calls =image-transform-fit-to-height=
|
||
- ~SPC m t w~ calls =image-transform-fit-to-width=
|
||
- ~SPC m t s~ calls =image-transform-set-scale=
|
||
- ~SPC m t r~ calls =image-transform-rotation=
|
||
- Alternative keybinding ~M-0~ to switch to =neotree= / =treemacs= window
|
||
(thanks to Alexander Miller)
|
||
- New ~SPC w 1~ to set the window layout to a single column (thanks to
|
||
Alejandro Arrufat)
|
||
- New ~SPC w 4~ to set the window layout to a 2x2 grid (thanks to Alejandro
|
||
Arrufat, Codruț Constantin Gușoi, and bmag).
|
||
- Added profiling key bindings (thanks to Codruț Constantin Gușoi):
|
||
- ~SPC h P k~ to stop the profiler
|
||
- ~SPC h P r~ to display the profiler report
|
||
- ~SPC h P s~ to start the profiler
|
||
- ~SPC h P w~ to write the profiler report to a file
|
||
- New ~SPC x t e~ to transpose sexps (thanks to Guido Kraemer)
|
||
- Added multiple key bindings to copy a file path (thanks to Codruț Constantin
|
||
Gușoi):
|
||
- ~SPC f y c~ to show and copy current file absolute path with line and
|
||
column number in the minibuffer
|
||
- ~SPC f y d~ to show and copy current directory absolute path in the
|
||
minibuffer
|
||
- ~SPC f y l~ to show and copy current file absolute path with line number
|
||
in the minibuffer
|
||
- ~SPC f y y~ to show and copy current file absolute path in the minibuffer
|
||
- ~SPC f y C~ to show and copy current file path relative to the project
|
||
root with line and column number
|
||
- ~SPC f y D~ to show and copy current directory path relative to the
|
||
project root
|
||
- ~SPC f y L~ to show and copy current file path relative to the project
|
||
root with line number
|
||
- ~SPC f y Y~ to show and copy current file path relative to the project
|
||
root
|
||
- Add ~SPC f y n~ and ~SPC f y N~ to copy the name of a file (thanks to
|
||
Sylvain Benner)
|
||
- Added ~SPC t z~ to toggle zero-based column indexing in the mode line
|
||
- New ~SPC f e e~ to open spacemacs.env file (thanks to Sylvain Benner)
|
||
- New ~SPC f e E~ to reload environment variable from env file (thanks to
|
||
Sylvain Benner)
|
||
- New ~SPC f e C-e~ to re-initialize the env file from shell (thanks to
|
||
Sylvain Benner)
|
||
- New ~SPC f A~ to open a file and replace buffer with it (thanks to Masayuki
|
||
Takemura)
|
||
- Fixes:
|
||
- Disable the paste transient state when using multiple cursors
|
||
(thanks to Koray AL)
|
||
- Fix ~.~ repeat operator with the unimpaired keybindings ~[ q~ and ~] q~ to
|
||
jump to flycheck errors in the current buffer. (thanks to Robbert van der
|
||
Helm)
|
||
- Fix colorization of compilation buffer (thanks to Abdó Roig-Maranges)
|
||
- Fix placement of created new empty buffer (thanks to bmag)
|
||
- Fix renaming of a buffer without a visited file (thanks to duianto)
|
||
- Fix frame cycling in =evil-unimpaired= (thanks to Vladimir Kochnev)
|
||
- Fix frame killer logic with persistent server (thanks to Rich Alesi)
|
||
- Fix terminal RET and TAB in layouts/workspaces transient state (thanks to
|
||
Don March)
|
||
- Fix overriding =sp-show-pair-delay= (thanks to Eivind Fonn)
|
||
- Fix margin scaling ignoring window (thanks to Eivind Fonn)
|
||
- Require of avy in =spacemacs/ace-buffer-links= (thanks to Jonas Strømsodd)
|
||
- Fix =evil-paste-pop= (thanks to Nicholas Ochiel)
|
||
- Undo-tree: fix left/right bindings (thanks to Eivind Fonn)
|
||
- Replace obsolete which-key functions (thanks to duianto)
|
||
- Allow =default= theme to load properly (thanks to Eivind Fonn)
|
||
- Fix disabled scrollbar remains (thanks to Valts Liepiņš)
|
||
- Improves the linum text scaling advice (thanks to Codruț Constantin Gușoi)
|
||
- Remove obsolete purpose-conf name argument (thanks to duianto)
|
||
- Fix ~SPC w =~ for balancing windows (thanks to Sylvain Benner)
|
||
- Fix typos related to =persp-mode= (thanks to Ruslan Kamashev)
|
||
- Fix switch to home buffer moves prev buffers cursor (thanks to duianto)
|
||
- Correct undo-tree buffer name in =spacemacs-visual= (thanks to Winkey Wong)
|
||
- Update renamed helm split window variable (thanks to duianto)
|
||
- Fix neotree and treemacs window number allocation (thanks to Sylvain Benner)
|
||
- Fix handling of Windows paths of package archives (thanks to Igor Avdeev)
|
||
- Fix using eyebrowse without =persp-mode= (thanks to Steven Allen)
|
||
- Fix misaligned evil-mc cursors on macOS and Windows (thanks to Benjamin
|
||
Reynolds)
|
||
- Fix regression to allow new project perspectives (thanks to Bruno Tavares)
|
||
- Compute spacemacs-modeline height only after display init (thanks to Benno
|
||
Fünfstück)
|
||
- Fix vert/horiz in Window Manipulation Transient St (thanks to Jesse Byler)
|
||
- Fix https links (thanks to Paweł Siudak)
|
||
- Changed initialization of =recentf-exclude= to use
|
||
=recentf-expand-file-name= in order to respect =recentf-filename-handlers=
|
||
(thanks to bet4it)
|
||
- Remove buggy find-file-hook--open-junk-file (thanks to Sylvain Benner)
|
||
- Fix copy-paste error in =lazy-load= hook name (thanks to bmag)
|
||
- Fix errors when restoring a perspective (thanks to Codruț Constantin Gușoi)
|
||
- Line-nums: don't default to text/prog-mode if disabled by user (thanks to
|
||
bmag)
|
||
- Fix issue with =spacemacs/smart-closing-parenthesis= sometimes adding an
|
||
extra closing parenthesis (thanks to Miciah Masters)
|
||
- Fix updating buffer names in window configurations (thanks to Miciah Dashiel
|
||
Butler Masters)
|
||
- Advise rename-buffer when persp-mode activated (thanks to Miciah Masters)
|
||
- Only disable eyebrowse advice if it exists (thanks to Miciah Masters)
|
||
- Make =spacemacs/counsel-search= with proper highlighting (thanks to Ting
|
||
Zhou)
|
||
- Remove compilation finish hook (thanks to Miciah Masters)
|
||
- Fix global toggles for aggressive-indent and smartparens (thanks to Matt
|
||
Kramer)
|
||
- Don't load outdated compiled files (thanks to Boris Buliga)
|
||
- UX:
|
||
- Fill the current filename as a suggestion of
|
||
=spacemacs/rename-current-buffer-file= (thanks to tddsg)
|
||
- Add prefix argument to =rename-current-buffer-file= (thanks to Eivind Fonn)
|
||
- String inflection transient state for cycling (thanks to Eivind Fonn)
|
||
- Undo-tree: evil bindings for visualizer and window improvements (thanks to
|
||
Rich Alesi)
|
||
- Prompt to save modified, user created buffers on quit (thanks to Valts
|
||
Liepiņš)
|
||
- Added helm transient state swoop edit (thanks to Hinckley, Troy J)
|
||
- Clear both / and C-s search highlights with ~SPC s c~ and =:noh= (thanks to
|
||
duianto)
|
||
- Make it easy to configure =spacemacs-evil-cursors= (thanks to bmag)
|
||
- Make popwin handle google-translate buffers (thanks to Kalle Lindqvist)
|
||
- Use =counsel-projectile-switch-project-action= instead of
|
||
=projectile-switch-project-by-name=, to match the additional actions
|
||
available via =counsel-projectile-switch-project= (thanks to Tad Fisher)
|
||
- Use new custom actions mechanism from upstream =counsel-projectile= (thanks
|
||
to Muneeb Shaikh)
|
||
- Force powerline-scale to be 1 when utf-8 separator is used (thanks to
|
||
Sylvain Benner)
|
||
- =spacemacs/integrate-evil-search= also updates =evil-ex-search-direction=
|
||
(thanks to Thanh Vuong)
|
||
- Support directories in spacemacs/rename-file (thanks to Boris Buliga)
|
||
- Better delete file messages (thanks to duianto)
|
||
- Replace centered-buffer-mode with writeroom-mode (thanks to Eugene
|
||
Yaremenko)
|
||
- Enable =evil-search= search module in evil state.
|
||
- Improve function =spacemacs/sort-lines-by-column= to work on rectangular/block
|
||
selection and warn the user about its requirements (thanks to duianto)
|
||
- Keep =find-ert-test-buffer= from moving point (thanks to Alexander-Miller)
|
||
- Smarter default alignment with =spacemacs/align-repeat= (thanks to Eric
|
||
<esiegel> and Eivind Fonn)
|
||
- Set =case-fold-search= to =nil= in =compilation-finish-function= (thanks to
|
||
Wieland Hoffmann)
|
||
- Update which-key popup: key/command grouping (thanks to duianto)
|
||
- Add condition for fringe-mode toggle (thanks to Eivind Fonn)
|
||
- Hide multiple cursor text when there's only one cursor (thanks to duianto)
|
||
- Don't show warning on layout key clashes (thanks to Boris Buliga)
|
||
- Rewrite function =spacemacs/sudo-edit=. Old version worked only for method
|
||
=ssh= and did not work at all if user was not specified (e.g.
|
||
/ssh:hostname:/path). Since the symbol '@' was required in a filename.
|
||
(thanks to dvzubarev)
|
||
- Add 'xi_' and 'xi-' to `string-inflection' bindings (thanks to Keith Wygant)
|
||
- Implement and bind "distraction free mode" to SPC w C (thanks to Eugene Yaremenko)
|
||
- Disable popwin-mode at startup (thanks to bmag)
|
||
- Change default value of =dotspacemacs-elpa-subdirectory= (thanks to Sylvain Benner)
|
||
- Add =helm= to spacemacs default distribution (thanks to Sylvain Benner)
|
||
- Make it possible to define an evil state face without an evil cursor. (thanks
|
||
to Alexander Miller)
|
||
- Use =evil-smartparens-mode= when =dotspacemacs-smartparens-strict-mode= is
|
||
enabled (thanks to timor)
|
||
- Add function =spacemacs/maximize-vertically=, available with ~SPC w |~ (thanks
|
||
to Ag Ibragimov)
|
||
- Set =which-key-idle-secondary-delay= to 0.01 to make which-key update more
|
||
promptly after each key-press following the initial key-press in a sequence
|
||
(thanks to oisincar)
|
||
- Reset initial useful and useless buffers regexp lists to empty lists
|
||
(thanks to Sylvain Benner)
|
||
- Updated Quelpa library (thanks to Sylvain Benner)
|
||
- Fix =pupo-mode= loading for =spacemacs-purpose-popwin= (thanks to Muneeb
|
||
Shaikh)
|
||
- Colorize hybrid and inactive states for vim-powerline (thanks to Muneeb
|
||
Shaikh)
|
||
- Switch to HTTPS for org packages repo (thanks to Sylvain Benner)
|
||
- Add the following local packages: (thanks to Sylvain Benner)
|
||
- =info+=
|
||
- =hide-comnt=
|
||
- =help-fns+=
|
||
- Add the package =font-lock+= as a EmacsMirror dependency (thanks to Sylvain
|
||
Benner)
|
||
- Switched =center-cursor-mode= to melpa source (thanks to Dieter Komendera)
|
||
- Fix =projectile-switch-project-action= (thanks to John Soo)
|
||
- Configured =golden-ratio= to update after ~[ w~ and ~] w~ (thanks to duianto)
|
||
- Fixed spaceline colors on emacs-mac port (thanks to Paweł Siudak)
|
||
- Remove package =adaptive-wrap=
|
||
- Deactivate =evil-escape= in =holy-mode= (thanks to Maximilian Wolff)
|
||
- Fix bug with evil-pasted text object (thanks to Troy Hinckley)
|
||
- Fixed a bug where setting =dotspacemacs-line-numbers= to =t=, =relative=, or a
|
||
property list with =:enabled-for-modes= omitted or set to =nil= enabled line
|
||
numbers in every buffer instead of only in buffers that derived from prog-mode
|
||
and text-mode (thanks to bmag)
|
||
- Stopped configuring =fci-rule-color=, which was overriding themes that
|
||
configured it (thanks to Victor Cuadrado Juan)
|
||
- Rewrote window layout functions for ~SPC w 1~, ~SPC w 2~, ~SPC w 3~, and
|
||
~SPC w 4~ (thanks to Codruț Constantin Gușoi):
|
||
- Added =spacemacs-window-split-delete-function= variable, which can be used
|
||
to customize how the window layout functions delete windows.
|
||
- Added =spacemacs-window-split-ignore-prefixes= variable, which can be used
|
||
to customize the default =spacemacs-window-split-delete-function= function.
|
||
By default, this variable specifies treemacs and neotree sidebar windows.
|
||
- Added =spacemacs/window-split-default-delete=, which is the default function
|
||
for =spacemacs-window-split-delete-function=, and which deletes windows that
|
||
do not match the prefixes in =spacemacs-window-split-ignore-prefixes=.
|
||
- Allow a prefix argument to ~SPC w 1~, ~SPC w 2~, ~SPC w 3~, and ~SPC w 4~,
|
||
which causes them to delete all windows, ignoring window parameters and
|
||
=spacemacs-window-split-ignore-prefixes=.
|
||
- Fixed =evil-escape= lighter being shown in the mode line (thanks to Sylvain
|
||
Benner)
|
||
- Fixed ~TAB~ to toggle occurrences in iedit state in Vim and Hybrid editing
|
||
styles (thanks to Sylvain Benner)
|
||
- Add =Process List= to =popwin:special-display-config= (thanks to simendsjo)
|
||
- Remove obsolete =purpose-conf= argument for good (thanks to Codruț Constantin
|
||
Gușoi)
|
||
- Fix the projectile global mode function call (thanks to Karol Wójcik)
|
||
- Fix handling of keymap property when the value is a symbol instead of a keymap
|
||
(thanks to Rudi Grinberg)
|
||
- Fix value of =persp-add-buffer-on-after-change-major-mode= to add free buffers
|
||
to current layout (thanks to Miciah Masters)
|
||
- Add actions to open funcs.el and layers.el from layers help (thanks to Boris
|
||
Buliga)
|
||
- Keep previous position on =toggle-maximize-buffer= (thanks to Ag Ibragimov)
|
||
*** Layer changes and fixes
|
||
**** Ansible
|
||
- Add support for multiple vault password files, see later README.org
|
||
- Fixes ansible-doc-mode error on `SPC h d k` (thanks to Codruț Constantin
|
||
Gușoi)
|
||
- Fix error void function ansible: auto-decrypt-encrypt (thanks to Sylvain
|
||
Benner)
|
||
**** Asm
|
||
- Added missing =company= package declaration (thanks to Kalle Lindqvist)
|
||
**** Auto-completion
|
||
- Prefer =.spacemacs.d/snippets= over =.emacs.d/private/snippets= (thanks to
|
||
Aaron Jensen)
|
||
- Check if =dotspacemacs-directory-snippets-dir= exists before adding it (thanks
|
||
to Wojciech Wojtyniak)
|
||
- Fix check for =dotspacemacs-directory-snippets-dir= (thanks to Sylvain Benner)
|
||
- Added =autocomplete-idle-delay= layer variable, which Spacemacs uses to set
|
||
=company-idle-delay= or =ac-delay= (thanks to Benjamin Hipple)
|
||
- Key bindings
|
||
- Removed ~C-f~ because it interfered with the default key binding for
|
||
=forward-char= (thanks to scturtle and duianto)
|
||
- Add =yasnippet-snippets= package (thanks to Jack Kamm)
|
||
- Fix =spacemacs/swiper-all-region-or-symbol= function (thanks to Ayush Goyal)
|
||
- Fix backends when =auto-completion-enable-snippets-in-popup= is nil (thanks to
|
||
Sylvain Benner)
|
||
- Add ivy-yasnippet (thanks to Kalle Lindqvist)
|
||
- Use =counsel-company= to show completion candidates (thanks to Kalle
|
||
Lindqvist)
|
||
**** Auto-Layer
|
||
- Prompt user to install react-mode if a .jsx file is opened (thanks to Jon
|
||
Hermansen)
|
||
**** C-C++
|
||
- Add automatic formatting on save using ClangFormat with the variables
|
||
=c-c++-enable-clang-format-on-save= and =c-c++-enable-clang-support=
|
||
(thanks to Robbert van der Helm)
|
||
- Add possible value =no-completion= to =c-c++-enable-rtags-support= flag.
|
||
This adds the option to opt-out of =company-rtags= while enabling Rtags.
|
||
- Add option to use =google-c-style= with the variable
|
||
=c-c++-enable-google-style=, and install the =google-make-newline-indent= hook
|
||
with the variable =c-c++-enable-google-newline= (thanks to Evan Klitzke)
|
||
- Declare "mg" prefix as "goto" (thanks to Dela Anthonio)
|
||
- Update package name due to upstream renaming (thanks to James Wang)
|
||
- Refactor to reduce duplication (thanks to Dela Anthonio)
|
||
- Fixed a typo by moving one closing parenthesis (thanks to Richard Kim)
|
||
- Improve header include auto-completion (thanks to Fredrik Bergstrand)
|
||
- Fix clang format on save (thanks to Dela Anthonio and Silver Chan)
|
||
- Support =rtags=, available under ~SPC m g~ prefix (thanks to Alexander
|
||
Dalshov and Sylvain Benner)
|
||
- Key bindings:
|
||
- ~SPC m = =~ clang-format current region or buffer (thanks to Dela Anthonio)
|
||
- ~SPC m = f~ clang-format current function (thanks to Dela Anthonio)
|
||
- Add option to use google-c-style (thanks to Evan Klitzke and Richard Kim)
|
||
- Installation of =gtags= layer conditional on =c-c++-enable-rtags-support= flag
|
||
(thanks to Sylvain Benner)
|
||
- Only activate =rtags= keybindings when =rtags-mode= is active (thanks to
|
||
lixinchin)
|
||
- Fix =google-set-c-style= functions being added regardless of configuration
|
||
(thanks to Martin Øinæs Myrseth)
|
||
- Moved cmake-ide and cmake script support to separate =cmake= layer (thanks to
|
||
Alexander Dalshov)
|
||
- Control auto-newline using the =c-c++-enable-auto-newline= variable (thanks to
|
||
Fangrui Song and Codruț Constantin Gușoi)
|
||
- Add possible value =no-completion= to =c-c++-enable-rtags-support= flag.
|
||
(thanks to Farva)
|
||
- Added =org-babel= support (thanks to Michael Rohleder)
|
||
- Updated ~SPC m g y~ binding to reflect upstream renaming of command (thanks to
|
||
Miciah Masters)
|
||
- Fix issue with =c++-enable-clang-format-on-save= not taking effect when set
|
||
(thanks to Silver Chan)
|
||
- Added lsp support using either cquery or ccls backends (thanks to Cormac
|
||
Cannon and Fangrui Song)
|
||
**** Cfengine
|
||
- Fix publish in README (thanks to Eugene Yaremenko)
|
||
- Add =ob-cfengine3= (thanks to Nick Anderson)
|
||
- Configure =org-babel= for cfengine source blocks (thanks to Sylvain Benner)
|
||
- Fixed flycheck initialization for syntax checking (thanks to Nick Anderson)
|
||
- Fixed opening org file when cfengine and org layers enabled (thanks to Nick
|
||
Anderson)
|
||
**** Chinese
|
||
- Add package =chinese-conv= for conversion between simplified and traditional
|
||
Chinese texts (Xiang Ji)
|
||
**** Chrome
|
||
- Add =markdown= key bindings to gmail message mode (thanks to Christoph Paulik)
|
||
**** Clojure
|
||
- Add =sayid= debugger (thanks to Daniel Manila and Arne Brasseur)
|
||
- Key bindings:
|
||
- ~SPC m e ;~ to eval sexp and show result as comment
|
||
(thanks to John Stevenson)
|
||
- ~SPC m s X~ to restart the REPL (thanks to James Conroy-Finn)
|
||
- ~SPC m e P~ to pprint eval last sexp (thanks to Tim Jäger)
|
||
- ~SPC m r c :~ to toggle between a keyword and a string (thanks to John
|
||
Stevenson)
|
||
- ~SPC m h c~ for clojure-cheatsheet to clojure documentation. (thanks to
|
||
Michael van der Nest)
|
||
- Fix =cider-inspector-prev-page= binding, also add ~p~ as another key binding
|
||
(thanks to Brian Fay)
|
||
- Move =cider-browse-ns-all= to ~SPC m h N~
|
||
- Add ~SPC m g n~ to run =cider-find-ns=
|
||
- Added key bindings for profiling and spec browsing (thanks to Luo Tian):
|
||
- ~SPC m g s~ to browse spec
|
||
- ~SPC m g S~ to browse all specs
|
||
- ~SPC m p +~ to display or set current max-sample-count
|
||
- ~SPC m p c~ to clear profile
|
||
- ~SPC m p n~ to toggle namespace profiling
|
||
- ~SPC m p s~ to get profile summary for variable under point
|
||
- ~SPC m p S~ to get summary of all currently collected profile data
|
||
- ~SPC m p t~ to toggle variable profiling
|
||
- ~SPC m p v~ to display or set profiling status of variable
|
||
- Store cider repl history in spacemacs cache (thanks to Ryan Fowler)
|
||
- Fix Clojure layer cider-repl-mode keybindings (thanks to Corey Ling)
|
||
- Remove backtick from smartparens pairs for Clojure (thanks to Erwin Kroon and
|
||
Eivind Fonn)
|
||
- Improved =jump-to-definition= for Clojure modes (thanks to Ag Ibragimov)
|
||
- Enable safe structural editing for .cljs, .cljx, and .cljc files (thanks to
|
||
Dieter Komendera)
|
||
- Compatibility fix for CIDER 0.9.0 (thanks to nijohando)
|
||
- Enable command history navigation in the cider REPL in an insert mode (thanks
|
||
to Wojciech Wojtyniak)
|
||
- Fix function usage in clojure layer according to cider changes (thanks to
|
||
André Stylianos Ramos)
|
||
- Fix regression for pinned =cider= (thanks to André Stylianos Ramos)
|
||
- Update obsolete =cider-refresh= alias to =cider-ns-refresh= (thanks to André
|
||
Peric Tavares)
|
||
- Fix issue with =clojure-enable-fancify-symbols= causing "invalid face
|
||
reference" error messages (thanks to Miciah Masters)
|
||
- Make =clj-refactor= off by default (thanks to Arne Brasseur)
|
||
- Allow to send input to the repl via RET in normal mode (thanks to Dieter
|
||
Komendera)
|
||
- Enable clojure-mode refactorings without clj-refactor (thanks to yuhan0)
|
||
**** Coffeescript
|
||
- Adds basic autocompletion (thanks to Codruț Constantin Gușoi)
|
||
- Key bindings (thanks to Kalle Lindqvist):
|
||
- Add ~SPC m '~ for =coffee-repl=
|
||
- Add ~SPC m c c~ for =coffee-compile-buffer=
|
||
- Add ~SPC m c r~ for =coffee-compile-region=
|
||
- Add ~SPC m s b~ for =coffee-send-buffer=
|
||
- Add ~SPC m s l~ for =coffee-send-line=
|
||
- Add ~SPC m s i~ for =coffee-repl=
|
||
- Add ~SPC m s r~ for =coffee-send-region=
|
||
- Add ~SPC m T c~ for =coffee-cos-mode=
|
||
**** Common Lisp
|
||
- Key bindings:
|
||
- ~SPC m e l~ to evaluate current line (thanks to Boris Avdeev)
|
||
- Add =slime-asdf= to =slime-contribs= to enabled some slime commands like
|
||
=,load-system= (thanks to Daniel Schoepe)
|
||
- Fix ~SPC m e~ key bindings to behave like in Emacs Lisp
|
||
(thanks to Boris Avdeev)
|
||
- Fixed initialization of =counsel-gtags= (thanks to Sylvain Benner)
|
||
**** Cscope
|
||
- Key bindings:
|
||
- Fix key binding ~g C~ (thanks to dubnde)
|
||
- New ~SPC m g =~ to find assignments to a symbol (thanks to dubnde)
|
||
**** CSharp
|
||
- Enable =flycheck= by default (thanks to Saulius Menkevičius)
|
||
- No need to unset =omnisharp-auto-complete-want-documentation= anymore (thanks
|
||
to Saulius Menkevičius)
|
||
- Disabled functions not present in the latest omnisharp package (thanks to
|
||
Saulius Menkevičius)
|
||
- New key binding =SPC m g e= for =omnisharp-solution-errors= (thanks to Saulius
|
||
Menkevičius)
|
||
- Key bindings (thaks to Alistair Bush):
|
||
- ~SPC t b~ for =omnisharp-unit-test-buffer=
|
||
- ~SPC u~ for =omnisharp-auto-complete-overrides=
|
||
- ~SPC i~ for =omnisharp-fix-usings=
|
||
**** D
|
||
- Fix d-mode flycheck imports on dub projects (thanks to Dietrich Daroch)
|
||
**** Dash
|
||
- Use default docsets path in ~helm-dash~ on macos (thanks to ColorFuzzy)
|
||
**** Deft
|
||
- Key bindings:
|
||
- ~SPC m c~ clear deft filter (thanks to Bahtiar Gadimov)
|
||
- ~SPC m N~ create new file named (thanks to Bahtiar Gadimov)
|
||
- ~SPC m o~ deft open file in other window (thanks to Bahtiar Gadimov)
|
||
- ~SPC m r~ rename selected note (thanks to Bahtiar Gadimov)
|
||
- ~SPC m q~ for quitting the deft window (thanks to tinysong)
|
||
**** Django
|
||
- Added names to django mode prefixes (thanks to Boris Verhovsky)
|
||
**** Docker
|
||
- Kill buffer shall return to *docker-containers* (thanks to Francesc Elies
|
||
- Key bindings:
|
||
- Moved key bindings prefix from ~SPC D~ to ~SPC a D~ (thanks to Ag Ibragimov)
|
||
- Added ~SPC m c B~ to build image without cache (thanks to Maximilian Wolff)
|
||
Henar)
|
||
- Added ~SPC a D C~ for =docker-compose= (thanks to Daniel Caixinha)
|
||
- Fix: broken package declaration for dockerfile-mode (thanks to Maximilian Wolff)
|
||
**** Elfeed
|
||
- Fix selection bindings in visual state (thanks to Jeremy Symon)
|
||
- Fix not saving on quit (thanks to Andrew Stevanus)
|
||
**** Elixir
|
||
- Add missing Alchemist commands and key bindings (thanks to Swaroop C H)
|
||
- Key bindings:
|
||
- Add ~SPC m t b~ to run tests for current file
|
||
- Add ~SPC m t N~ to jump to previous test
|
||
- Add ~SPC m t s~ to test stale
|
||
- Add ~SPC m t R~ to toggle test report display
|
||
- Add ~SPC m g g~ and ~SPC m .~ to jump to definition
|
||
- Add ~SPC m g b~ and ~SPC m ,~ to jump back
|
||
- Add ~SPC m g n~ to jump to next symbol
|
||
- Add ~SPC m g N~ to jump to previous symbol
|
||
- Add ~SPC m g j~ to list symbol definitions
|
||
- Add ~SPC m X i~ to find info at point
|
||
- Add ~SPC m X r~ for releases at point
|
||
- Add ~SPC m X R~ for releases
|
||
- Add ~SPC m X I~ for hex info
|
||
- Add ~SPC m X s~ for hex search
|
||
- Add ~SPC m o l~ to macroexpand once current line
|
||
- Add ~SPC m o L~ to macroexpand once print current line
|
||
- Add ~SPC m o k~ to macroexpand current line
|
||
- Add ~SPC m o K~ to macroexpand once current line
|
||
- Add ~SPC m o i~ to macroexpand once region
|
||
- Add ~SPC m o I~ to macroexpand once print region
|
||
- Add ~SPC m o r~ to macroexpand region
|
||
- Add ~SPC m o R~ to macroexpand print region
|
||
- Add elixir format keybind (thanks to Perry Fraser)
|
||
- ~SPC m =~ to format current buffer
|
||
- Change binding of =alchemist-project-find-test= from
|
||
~SPC m p t~ to ~SPC m t F~ (thanks to Lyuben Petrov)
|
||
- Mark alchemist jump handler as async (thanks to Lukasz Czaplinski)
|
||
**** Elm
|
||
- Fix flycheck initialization (thanks to Kevin W. van Rooijen)
|
||
- Add =elm-test-runner= (thanks to Juan Edi)
|
||
**** Emacs Lisp
|
||
- Key bindings:
|
||
- Add ~c~ to continue in edebug mode (thanks to hodge)
|
||
- Identify Cask files as emacs lisp ones (thanks to Adrien Becchis)
|
||
- Add =overseer= ert test runner (thanks to Adrien Becchis)
|
||
- Key bindings:
|
||
- ~SPC m t a~ for =overseer-test=
|
||
- ~SPC m t t~ for =overseer-test-run-test=
|
||
- ~SPC m t b~ for =overseer-test-this-buffer=
|
||
- ~SPC m t f~ for =overseer-test-file=
|
||
- ~SPC m t g~ for =overseer-test-tags=
|
||
- ~SPC m t p~ for =overseer-test-prompt=
|
||
- ~SPC m t A~ for =overseer-test-debug=
|
||
- ~SPC m t q~ for =overseer-test-quiet=
|
||
- ~SPC m t v~ for =overseer-test-verbose=
|
||
- ~SPC m t h~ for =overseer-help=
|
||
- Setup nameless package, replacing package prefix with ~:~ (thanks to
|
||
Adrien Becchis)
|
||
- Move =nameless-mode= toggle to ~SPC m T n~ (thanks to Sylvain Benner)
|
||
- Add dotspacemacs alias (=.S=) for nameless (thanks to Sylvain Benner)
|
||
- Disable nameless by default (thanks to Codruț Constantin Gușoi, Sylvain
|
||
Benner)
|
||
- Activate nameless only in GUI (thanks to Sylvain Benner)
|
||
**** Emoji
|
||
- Add support for Emoji fonts on macOS and Linux (thanks to CodeFalling )
|
||
- Setup =emojify= cache directory (thanks to Boris Buliga)
|
||
**** ERC
|
||
- Key bindings:
|
||
- ~SPC m b~ to switch between ERC buffers (thanks to Evan Klitzke)
|
||
- Conditionally enable ERC notifications via =erc-enable-notifications= (thanks
|
||
to Evan Klitzke)
|
||
**** ESS
|
||
- Key bindings:
|
||
- Change ~SPC m s t~ to ~SPC m s f~ to respect convention (thanks to Yi Liu)
|
||
- Change ~SPC m s T~ to ~SPC m s F~ to respect convention (thanks to Yi Liu)
|
||
- Add REPL bindings (thanks to Guido Kraemer)
|
||
- ~SPC m ,~ to send region, current function, or paragraph and step
|
||
- ~SPC m s s~ to switch between file and REPL buffer
|
||
- ~SPC m h~ for predefined keymap =ess-doc-map=
|
||
- ~SPC m r~ for predefined keymap =ess-extra-map=
|
||
- ~SPC m w~ for predefined keymap =ess-r-package-dev-map=
|
||
- ~SPC m d~ for predefined keymap =ess-dev-map=
|
||
- Fix issue with read-only REPL buffer (thanks to Jack Kamm)
|
||
- Added ess layer variable =ess-disable-underscore-assign= (thanks to Jack Kamm)
|
||
- Remove =ess-R-object-popup= from ess layer (thanks to Naylyn Gaffney)
|
||
- Refactor keybindings for =ess-mode= and =ess-julia-mode= (thanks to Guido
|
||
Kraemer and bmag)
|
||
- Add Julia repl to =spacemacs/ess-start-repl= (thanks to Guido Kraemer)
|
||
- Reorganize key bindings ( refer to =ESS= section in Breaking Changes above )
|
||
- Add =xref= integraton (thanks to Guido Kraemer)
|
||
- Update ess-disable-underscore-assign for ESS 18.10 (thanks to Leonard Lausen)
|
||
**** Evil snipe
|
||
- Must always explicitly enable =evil-snipe-mode= even when
|
||
=evil-snipe-override-mode= is enabled (thanks to Sylvain Benner)
|
||
**** Finance
|
||
- Remove key-bindings pointing to removed commands (thanks to Alexander Baier)
|
||
- Add =evil-ledger= package (thanks to Alexander Miller)
|
||
- new key bindings: ~g j~ and ~g k~,
|
||
- ~x~ evil text object
|
||
**** FSharp
|
||
- Added prefixes for key bindings (thanks to David Millar-Durrant)
|
||
**** Geolocation
|
||
- Add deferred theme changer activation function. (thanks to Thadeus Fleming)
|
||
- Fix geolocation layer on non-macos systems (thanks to Boris Buliga)
|
||
- Show user error when location is not set in theme changer (thanks to Boris
|
||
Buliga)
|
||
**** GitHub
|
||
- Packages:
|
||
- Add package =magithub=, it is enabled by default in offline mode.
|
||
- Remove package =github-browse-file= which has been replaced by
|
||
=browse-at-remote= in =version-control= layer
|
||
- Key bindings:
|
||
- Add ~g r~ evilified binding to gist-list-mode (thanks to Jean-Sebastien A.
|
||
Beaudry)
|
||
- Fix ~#~ key binding in =magit-status= for the =magit-gh-pulls= dispatch
|
||
popup (thanks to Diego Berrocal)
|
||
- Replace =evilified-state-evilify= by =evilified-state-evilify-map= (thanks to
|
||
Sylvain Benner)
|
||
- Make magithub offline by default (thanks to Miciah Masters)
|
||
- Disable status, issues, and PRs by default (thanks to Miciah Masters)
|
||
**** Git
|
||
- Install magit-svn by default and activate with git-enable-magit-svn-plugin
|
||
- Key bindings:
|
||
- ~SPC g c~ to clone a repository (thanks to Steven Allen)
|
||
- ~SPC g f f~ to view a file at a specific branch or commit (thanks to
|
||
duianto)
|
||
- ~SPC g i~ to initialize a repository (thanks to Steven Allen)
|
||
- ~SPC m g y~ to find symbols (thanks to Daniel Ralston)
|
||
- ~SPC g f d~ for =magit-diff-buffer-file-popup= (thanks to Ag Ibragimov)
|
||
- Add feature to toggle =evil-magit= based on editing style (thanks to Muneeb
|
||
Shaikh)
|
||
- Add =use-package= for deferred loading of evil-magit (thanks to Sylvain
|
||
Benner)
|
||
- Remove old evilification of magit buffers (thanks to Sylvain Benner)
|
||
- Move evil-magit =use-package= hook declaration to pre-init (thanks to Sylvain
|
||
Benner)
|
||
- Change =magit-svn-popup= keybinding to =~= (thanks to hornuda)
|
||
- Add gitignore-templates (thanks to Ruslan Kamashev)
|
||
- Add =helm-git-grep= (thanks to Evan Klitzke)
|
||
- Enable colors in =magit-log= (thanks to Thomas de Beauchêne)
|
||
- Add magit buffers to useless buffers (thanks to Thomas de Beauchêne)
|
||
- Fixed magint blame function name (thanks to Bjarke Vad Andersen)
|
||
**** Go
|
||
- Improve go test output buffer behavior (thanks to Denis Bernard)
|
||
- Configurable extra arguments to go test (thanks to Ian Clark)
|
||
- Added =godoctor= (thanks to TinySong and Eivind Fonn)
|
||
- Key bindings:
|
||
- Add ~SPC m r n~ to rename
|
||
- Add ~SPC m r e~ to extract
|
||
- Add ~SPC m r t~ to toggle
|
||
- Add ~SPC m r d~ for godoc
|
||
- Adds =GOROOT= to list of variables copied from shell environment (thanks to
|
||
Andy Lindeman)
|
||
- Convert remote file name to local name, stripping trampy stuff (thanks to
|
||
Josh Santos)
|
||
- Added =go-tag= (thanks to brantou)
|
||
- Added =go-gen-test= (thanks to Cosmin Cojocar and Sylvain Benner):
|
||
- Key bindings:
|
||
- ~SPC m t g g~ to generate tests for the function in the active region
|
||
- ~SPC m t g f~ to generate tests for all exported functions
|
||
- ~SPC m t g F~ to generate tests for all functions
|
||
- Configure =go-mode= to use the =gopkgs= tool to find available Go packages
|
||
faster (thanks to Cosmin Cojocar)
|
||
- Added =go-fill-struct= and key binding ~SPC m r s~ to fill struct with default
|
||
values (thanks to Cosmin Cojocar)
|
||
- Added =go-impl= and key binding ~SPC m r i~ to generate method stubs for an
|
||
interface (thanks to Cosmin Cojocar)
|
||
- Fixed loading of the =GOPATH=, =GOROOT=, and =GO15VENDOREXPERIMENT=
|
||
environment variables (thanks to Joshua Santos)
|
||
- Add toggle for running =gofmt= before save (thanks to Jon Erik D Suero)
|
||
- Key bindings: ~SPC m =~ to run =gofmt= manually
|
||
- Support editorconfig setting of =tab-width= to nil (thanks to lawrsp)
|
||
- Add lsp support (thanks to Lupco Kotev)
|
||
- Add golangci-lint support (thanks to Lupco Kotev)
|
||
**** Groovy
|
||
- Update =indent-variable-alist= to support new groovy-mode (thanks to Sylvain
|
||
Benner)
|
||
- Move groovy configuration to its own layer and improve it (thanks to Sylvain
|
||
Benner)
|
||
- Add Gradle support (thanks to Johnson Denen)
|
||
- Improve maven and gradle support (thanks to Sylvain Benner)
|
||
- Key bindings:
|
||
- Added ~SPC m r i~ to add import (thanks to Sylvain Benner)
|
||
**** Gtags
|
||
- Key bindings:
|
||
- Move key binding ~SPC m g c~ to ~SPC m g C~ (regenerate tags)
|
||
- Don’t check if mode function is bound (thanks to Eivind Fonn)
|
||
- Implements diminish and toggle (thanks to Dominik Schrempf)
|
||
- Add ivy support to the gtags layers (thanks to Robbert van der Helm)
|
||
- Make gtags toggle major mode specific (thanks to Sylvain Benner)
|
||
- Fix issue =counsel-gtags= command doesn't work in c-c++ layer (thanks to
|
||
kekenow)
|
||
**** Haskell
|
||
- Disable electric indent for cabal-mode (thanks to Benno Fünfstück)
|
||
- Add dante support to haskell layer (thanks to Kyle McKean)
|
||
- Fix: =company-dante= -> =dante-company= (thanks to Leon Isenberg)
|
||
- Rename =haskell-enable-hindent-style= to =haskell-enable-hindent= and make it
|
||
a Boolean option in accordance with upstream changes (thanks to PierreR)
|
||
- Add function for proper import reformatting
|
||
- Key bindings:
|
||
- ~SPC r i~ runs new =spacemacs/haskell-format-imports= function
|
||
- ~SPC m g b~ returns from definition in =intero-mode=
|
||
(thanks to Magnus Therning)
|
||
**** Helm
|
||
- Limited =ripgrep= results to 512 columns by default, and added
|
||
=spacemacs-helm-rg-max-column-number= layer variable to configure the above
|
||
limit (thanks to Aaron Jensen, Michael Hauser-Raspe, and Sylvain Benner)
|
||
- Key bindings for directory search (thanks to Tim Jäger and Eivind Fonn):
|
||
- ~SPC s d for =spacemacs/helm-dir-smart-do-search=
|
||
- ~SPC s D for =spacemacs/helm-dir-smart-do-search-region-or-symbol=
|
||
- ~SPC s a d for =spacemacs/helm-dir-do-ag=
|
||
- ~SPC s a D for =spacemacs/helm-dir-do-ag-region-or-symbol=
|
||
- ~SPC s k d for =spacemacs/helm-dir-do-ack=
|
||
- ~SPC s k D for =spacemacs/helm-dir-do-ack-region-or-symbol=
|
||
- ~SPC s r d for =spacemacs/helm-dir-do-rg=
|
||
- ~SPC s r D for =spacemacs/helm-dir-do-rg-region-or-symbol=
|
||
- ~SPC s t d for =spacemacs/helm-dir-do-pt=
|
||
- ~SPC s t D for =spacemacs/helm-dir-do-pt-region-or-symbol=
|
||
- Don't change =helm-bookmarks= keys too early when helm-mode is enabled (thanks
|
||
to bmag)
|
||
- Change the default actions for =helm-find-files=, =helm-buffers-list=, and
|
||
other file- or buffer-related Helm interfaces to handle multiple marked
|
||
candidates by distributing buffers over existing windows until the action has
|
||
either assigned all buffers or run out of windows (thanks to Nir Friedman)
|
||
- Fix signature of =spacemacs//display-helm-window= (thanks to Jack Kamm)
|
||
- Fix initialization by calling =helm-mode= when Helm is initialized (thanks to
|
||
bet4it).
|
||
- Fixed actions in Helm transient state (thanks to Troy Hinckley)
|
||
- Added support for editing the =helm-find-files= buffer from the Helm transient
|
||
state (thanks to Troy Hinckley)
|
||
- Fix smex package integration (thanks to Troy Hinckley)
|
||
- Fix winum intergration (thanks to Sylvain Benner)
|
||
- Fixed "Invalid face reference" error in Helm transient state (thanks to
|
||
duianto)
|
||
- Hide lighter (thanks to Sylvain Benner and duianto)
|
||
- Lazy load helm based on key bindings (thanks to Sylvain Benner)
|
||
- Fix error from =spacemacs/helm-files-smart-do-search= on non-file buffers
|
||
(thanks to Miciah Masters)
|
||
- Add guard to check if =winum= is loaded (thanks to Dan Girshovich)
|
||
- Fix regression: void function =helm-current-directory= on =C-x C-f= (thanks to
|
||
bmag)
|
||
- Fix opening files from buffers without winum (thanks to Codruț Constantin
|
||
Gușoi)
|
||
**** HTML
|
||
- Added impatient-mode under ~SPC m i~ (thanks to geo7)
|
||
- Add =counsel-css= as an ivy alternative to =helm-css-scss= (thanks to Robbert
|
||
van der Helm)
|
||
- Fix autoloading bug involving =spacemacs/helm-find-files= (thanks to Jack Kamm)
|
||
- Added impatient-mode under ~SPC m i~ (thanks to geo7)
|
||
- XML files now open with web-mode by default (thanks to Jordan Gwyn)
|
||
- Added =helm-xref= (thanks to Fangrui Song and Sylvain Benner)
|
||
- Removed ~TAB~ binding for emacs editing style in =emmet-mode= (thanks to Kalle
|
||
Lindqvist)
|
||
- Revert setting company min. prefix length to 0 for company-web backend (thanks
|
||
to Dela Anthonio)
|
||
**** Hy
|
||
- Add support for virtual envs (thanks to Danny Freeman)
|
||
**** Idris
|
||
- Update author email for Idris layer (thanks to Timothy Jones)
|
||
- Enable =idris-simple-indent= (thanks to Xuan Bi)
|
||
**** IPython Notebook
|
||
- Add support for auto-completion with =company= (thanks to tutysara)
|
||
- Add =ob-ipython= (thanks to Alejandro Catalina)
|
||
- Key bindings:
|
||
- ~SPC a i l~ to login (thanks to Ben Mabey)
|
||
- ~SPC m s~ to split cell at point (thanks to Jaakko Luttinen)
|
||
- ~<C-return>~ (execute cell) and ~<S-return>~ (execute cell and go to next)
|
||
also in hybrid mode (thanks to Jaakko Luttinen)
|
||
- Remove spurious key binding (thanks to Carlos Andrés Rocha)
|
||
**** Ivy
|
||
- Add =recentf= alt actions to refresh and delete items (thanks to Rich Alesi)
|
||
- Add =projectile= alternate actions to invalidate cache (thanks to Rich Alesi)
|
||
- Key bindings:
|
||
- Add Helm key bindings counterparts: ~SPC f e l~ and ~SPC h i~
|
||
(thanks to Andriy Kmit')
|
||
- Add ~SPC h d F~ to list faces (thanks to Muneeb Shaikh)
|
||
- Bind =find-file-other-window= to ~j~ (thanks to James Wang)
|
||
- Add =counsel-mark-ring= to ~rm~ (thanks to bmag)
|
||
- Limit =ripgrep= results to 150 columns (thanks to Aaron Jensen)
|
||
- Use new API to register additional transient state bindings (thanks to Andriy
|
||
Kmit')
|
||
- Initiate the transient state with ~M-SPC~ while in a =ivy= buffer (thanks to
|
||
Rich Alesi)
|
||
- Set =ivy-use-selectable-prompt= to =t= (thanks to Boris Buliga)
|
||
- Rename git dir variable to upstream changes (thanks to bmag)
|
||
- Add hook for =org-ctrl-c-ctrl-c= (thanks to Sylvain Benner)
|
||
- Add =ivy-rich= display transformer for =ivy-switch-buffer= (thanks to Alan
|
||
Ferguson)
|
||
- Fix bug in spacemacs-help when a layer has no packages (thanks to Nikita
|
||
Leshenko)
|
||
- Rotate ivy re builders rather than toggle (thanks to Tomasz Kołodziejski)
|
||
- Follow upstream ivy/counsel and remove use of variable =counsel--git-dir=
|
||
(thanks to Chirantan Ekbote)
|
||
- Fix creation of layouts with ivy (thanks to Muneeb Shaikh)
|
||
- Add =ivy-enable-advanced-buffer-information= variable to toggle =ivy-rich=
|
||
being enabled (thanks to Alejandro Catalina)
|
||
- Move =counsel-projectile= to spacemacs-layouts (thanks to Muneeb Shaikh)
|
||
- Added =ivy-xref= (thanks to Fangrui Song and Sylvain Benner)
|
||
- Use evil normal mode as default for =ivy-occur-grep-mode= (thanks to
|
||
Ting Zhou)
|
||
- Fix error on =nil= input with counsel search (thanks to Miciah Masters)
|
||
- Fix call to =counsel-more-chars= in =counsel-search= (thanks to bmag)
|
||
- Add search highlighting with =ivy--regex-plus= (thanks to ivasonn)
|
||
- Improve jumping in buffer (thanks to Kalle Lindqvist)
|
||
- Fix ~SPC m s~ key bindings for wgrep (thanks to John Lee)
|
||
- Update =ivy-rich= config for upstream changes (thanks to bmag)
|
||
- Add ~C-r~ keybinding for counsel-minibuffer-history (thanks to James Wang)
|
||
- Fix counsel search errors due to function rename (thanks to Aaron Jensen)
|
||
**** Imenu-list
|
||
- Fix key bindings (thanks to bet4it):
|
||
- ~r~ inside imenu-list buffer to refresh
|
||
- ~SPC b i~ calls =imenu-list-smart-toggle= rather than
|
||
=imenu-list-minor-mode=
|
||
**** Jabber
|
||
- Added missing optional argument for the =jabber-alert-echo= function to fix
|
||
=wrong-number-of-arguments= error when jabber receives a new notification
|
||
(thanks to Aleksei Fedotov)
|
||
**** Java
|
||
- Add support for multiple backends. Supported backends are: =megahnada=,
|
||
=eclim= and =ensime=. The default backend is =meghanada=.
|
||
- Key bindings:
|
||
- ~SPC m e e~ is now to fix error around point. Use ~SPC e~ prefix to navigate
|
||
between errors.
|
||
- ~SPC m p r~ to run project (thanks to Willian Ver Valem Paiva)
|
||
- ~SPC r n~ for =eclim-java-new= (thanks to Dela Anthonio)
|
||
- Replace usage of =ensime-print-type-at-point= by =ensime-type-at-point=
|
||
(thanks to Joao Azevedo)
|
||
- Add defalias for =ensime-type-at-point= for compatibility (thanks to Eivind
|
||
Fonn)
|
||
- Add ENSIME jump handlers (thanks to Joao Azevedo)
|
||
- Improve maven and gradle support (thanks to Sylvain Benner)
|
||
- Make java layer depend on groovy layer (thanks to Sylvain Benner)
|
||
- Fix syntax typo in configuration (thanks to EMayej)
|
||
- Added =org-babel= support (thanks to Michael Rohleder)
|
||
- Remove broken ENSIME key bindings (thanks to Bjarke Vad Andersen)
|
||
- Fix yanking types (thanks to Bjarke Vad Andersen)
|
||
- Fix gtags related initialization (thanks to Guido Kraemer)
|
||
- Add LSP Java backend (thanks to Ivan Yonchovski)
|
||
**** Javascript
|
||
- Leverage js-doc Yasnippet integration if available (thanks to Andriy Kmit')
|
||
- Added LSP support, which can be used by enabling the =lsp= layer and setting
|
||
the =javascript= layer's =javascript-backend= variable to =lsp= (thanks to
|
||
Ting Zhou and Sylvain Benner)
|
||
- Key bindings
|
||
- Improve coffeescript support (thanks to Kalle Lindqvist)
|
||
- ~SPC m '~ to create or go to REPL
|
||
- ~SPC m c c~ to compile buffer
|
||
- ~SPC m c r~ to compile region
|
||
- ~SPC m s b~ to send buffer to REPL
|
||
- ~SPC m s l~ to send line to REPL
|
||
- ~SPC m s i~ to create or go to REPL
|
||
- ~SPC m s r~ to send current region to the REPL and stay in buffer
|
||
- ~SPC m T c~ to toggle compile on save
|
||
- Move REPL live eval toggle to ~SPC m T l~ (thanks to Sylvain Benner)
|
||
- Set default value of =tern-command= to "tern" (thanks to Sylvain Benner and
|
||
Juuso Valkeejärvi)
|
||
- Move =yas-activate-extra-mode= setup from react layer (thanks to Sylvain
|
||
Benner)
|
||
- Add ES6 module extension to =init-js2-mode= (thanks to Nathan Lloyd)
|
||
- Added =org-babel= support (thanks to Michael Rohleder)
|
||
- Check if =tern= exists before using it (thanks to Codruț Constantin Gușoi)
|
||
**** Keyboard layout
|
||
- Add support for Colemak layout (thanks to Daniel Mijares, Lyall Cooper and
|
||
Eivind Fonn)
|
||
- Add new programmer dvorak layout that matches vim like key placement (thanks
|
||
to Max Gonzih)
|
||
- Add support for the Workman keyboard layout (thanks to warreq)
|
||
- Add neo keyboard layout (thanks to benozol)
|
||
- Add colemak-jkhl layout (thanks to fmdkdd)
|
||
- Disambiguate the colemak-hnei and colemak-neio layouts (thanks to fmdkdd)
|
||
- Improve support for workman keyboard layout (thanks to Benjamin Reynolds)
|
||
- after-config hooks for lazy-loaded packages (thanks to CharlesHD)
|
||
**** LaTeX
|
||
- New package =magic-latex-buffer= (thanks to benquebec)
|
||
- New layer variable =latex-enable-magic= to enable =magic= symbols in latex
|
||
buffers, see README.org for more info (thanks to benquebec)
|
||
- Put magic-latex-buffer in TeX-update-style-hook instead of LaTeX-mode-hook
|
||
(thanks to Matt Kramer)
|
||
**** Lua
|
||
- Add support for auto-completion with =company= (thanks to halfcrazy)
|
||
**** Markdown
|
||
- New layer variable =markdown-mmm-auto-modes= which is a list of language names
|
||
or lists of language and mode names that are supported in source blocks, you
|
||
can add you own modes, see layer README.org for more info
|
||
(thanks to Christian Brassat)
|
||
- Add support for Scala source blocks (thanks to Christian Brassat)
|
||
- Fix save of org table (thanks to Codruț Constantin Gușoi)
|
||
- Fix missing key bindings for =gfm-mode= (thanks to Codruț Constantin Gușoi)
|
||
- Open Madoko document using markdown mode (thanks to Han Wang)
|
||
- Key bindings (thanks to Swaroop C H):
|
||
- ~SPC m t i~ to toggle inline images
|
||
- ~SPC m t l~ to toggle url hiding
|
||
- ~SPC m t t~ to toggle checkbox
|
||
- ~SPC m t w~ to toggle wiki links
|
||
- Update markdown insert link, function renamed (thanks to duianto)
|
||
- Make all keybindings available in gfm-mode (thanks to Codruț Constantin Gușoi)
|
||
- Remove org table lighter (thanks to Troy Hinckley)
|
||
- Fix ~M-h~, ~M-j~, ~M-k~, ~M-l~ bindings (thanks to Kechao CAI)
|
||
- New key bindings (thanks to Sylvain Benner):
|
||
- ~M-up~ for =markdown-move-up=
|
||
- ~M-down~ for =markdown-move-down=
|
||
- ~M-left~ for =markdown-move-left=
|
||
- ~M-right~ for =markdown-move-right=
|
||
- Update key bindings to reflect changes in markdown-mode 2.3 (thanks to Miciah Masters)
|
||
- Rename =markdown-exdent-region= to =markdown-outdent-region=.
|
||
- Command for ~SPC m i I~ folded into ~SPC m i i~.
|
||
- ~SPC m i l~ and ~SPC m i L~ replaced by markdown-insert-link ~SPC m i l~.
|
||
- Add ~SPC m t m~ for =markdown-toggle-markup-hiding=
|
||
- Rename =markdown-jump= to =markdown-do=
|
||
- Hide MMM mode-line indicator (thanks to duianto)
|
||
**** Major modes
|
||
- Added SPARQL-mode (thanks to Dietrich Daroch)
|
||
- Move =extra-langs= to =major-modes= (thanks to Eivind Fonn)
|
||
- Add android logcat (thanks to jiejingzhang)
|
||
- Add pkgbuild (thanks to Sven Fischer)
|
||
- Add ebuild-mode (thanks to Kai Wohlfahrt)
|
||
- Add the vala programming language (thanks to Steven Allen)
|
||
- Add hoon (thanks to Hunter Haugen)
|
||
- Add kivy (thanks to Nasser Alshammari)
|
||
**** Mu4e
|
||
- Add custom Spacemacs layout for =mu4e= buffers (thanks to Benjamin Reynolds)
|
||
- Key bindings:
|
||
- Thanks to Peter Nagy and Eivind Fonn
|
||
- add ~SPC m ,~ and ~SPC m c~ to send message and exit
|
||
- add ~SPC m a~ and ~SPC m k~ to kill message buffer
|
||
- add ~SPC m s~ to save message as draft
|
||
- add ~SPC m f~ to attach file
|
||
- Replace mu4e multiple accounts with contexts (thanks to Allen Li)
|
||
- Refactor to use =spacemacs/add-to-hooks= (thanks to Sylvain Benner)
|
||
- Add helm-mu4e integration and key bindings (thanks to Sébastien Bariteau and
|
||
Sylvain Benner):
|
||
- ~SPC a M~ to start mu4e
|
||
- ~SPC m S~ or ~SPC m /~ to search emails (requires helm)
|
||
- ~SPC m C~ to search contacts (requires helm)
|
||
- Better defaults, async and utility functions (thanks to Peter Hoeg)
|
||
- Adds binding ~C-x m~ to compose new message
|
||
- Make maildirs extension optional (thanks to JorisE)
|
||
- Create email with attachments from dired (thanks to Oleg Pykhalov)
|
||
- Refactor major-mode ledaer key bindings (thanks to Miciah Masters)
|
||
- Enable scrolling in =mu4e= (thanks to Simon Altschuler)
|
||
- Kill mu4e layout on app exit (thanks to Ag Ibragimov)
|
||
**** Multiple Cursors
|
||
- Disable Spacemacs paste transient state when pasting to avoid pasting issue
|
||
when there are more than one cursor (thanks to braham-snyder)
|
||
**** Neotree
|
||
- Move neotree to its own layer in new +filetree folder (thanks to Sylvain
|
||
Benner)
|
||
- Add screenshot in neotree layer (thanks to duianto)
|
||
- Allow a prefix argument to ~RET~ / ~l~ (=spacemacs/neotree-expand-or-open=)
|
||
to specify which window to use to open a file (thanks to Ljupcho Kotev)
|
||
- Key bindings:
|
||
- ~SPC f T~ reinstated for showing file tree with Neotree or Treemacs
|
||
(thanks to bmag)
|
||
- ~SPC 0~ and ~M-0~ are consistent across Neotree and Treemacs (thanks to bmag)
|
||
- Fix ~RET~ binding functionality (thanks to Lupco Kotev)
|
||
- Use "open" instead of "xdg-open" on macos (thanks to Alexander-Miller)
|
||
**** NixOS
|
||
- Enable Flycheck (thanks to William Casarin)
|
||
- Defer loading (thanks to Benno Fünfstück)
|
||
- Disable Electric-Indent mode, which interfered with the nix-mode indent
|
||
function (thanks to Profpatsch)
|
||
- Associate nix-mode with .nix files (thanks to jpathy)
|
||
**** Nim
|
||
- Add key binding ~SPC m h h~ to show symbol documentation (thanks to Valts
|
||
Liepiņš)
|
||
**** Node
|
||
- Use add-node-modules-path to automatically find local executables (thanks to
|
||
jupl)
|
||
- Disable add-node-modules-path by default (thanks to Eivind Fonn)
|
||
**** OCaml
|
||
- Allow initialization without requiring =opam= (thanks to Bernhard Schommer)
|
||
- Fix misused functions, =merlin= is a package not a layer (thanks to jinyang
|
||
and Rudi Grinberg)
|
||
- Fix issue with OPAM share directory on Windows (thanks to Levi Roth)
|
||
- Enable flycheck-ocaml (thanks to Dave Aitken)
|
||
**** Org
|
||
- Load org-mode email integration (mu4e/notmuch) when org is loaded (thanks to
|
||
Steven Allen)
|
||
- Packages:
|
||
- Add package =org-journal= (thanks to Nick Anderson)
|
||
- Key bindings:
|
||
- ~SPC m T i~ to toggle inline images
|
||
- Move clock related key bindings to ~SPC a o C~
|
||
- Key bindings (thanks to darkfeline and Langston Barrett):
|
||
- add ~SPC a o C I~ to clock in last
|
||
- add ~SPC a o C c~ to cancel the last clock
|
||
- add ~SPC a o C j~ to jump to current clock
|
||
- add ~SPC a o r~ to rifle through files with new package =helm-org-rifle=
|
||
- add ~SPC m C I~ to clock in last
|
||
- add ~SPC m C R~ to insert a clock report
|
||
- add ~SPC m C d~ to display clocks
|
||
- add ~SPC m C g~ for org-clock-goto
|
||
- add ~SPC m C j~ to jump to current clock
|
||
- add ~SPC m p~ to change priority
|
||
- add ~SPC m r~ for helm-org-rifle
|
||
- Add ~SPC m #~ to update statistics cookies (thanks to Christian Höppner)
|
||
- Key bindings (thanks to James Wang):
|
||
- add ~SPC m T e~ to toggle pretty entities
|
||
- add ~SPC m T l~ to toggle link display
|
||
- Add org-agenda commands in org agenda transient state to un-schedule and
|
||
un-deadline tasks (thanks to Jake Zerrer)
|
||
- add ~d S~ to unschedule org-agenda-schedule
|
||
- add ~d D~ to remove org-agenda-deadline
|
||
- Add ~M-RET~ for =org-meta-return= under major mode leader key (thanks to
|
||
Sylvain Benner)
|
||
- Add ~SPC m T c~ for =org-toggle-checkbox= (thanks to Paweł Siudak)
|
||
- Add org-babel commands (thanks to timor):
|
||
- ~SPC m b p~ calls =org-babel-previous-src-block=
|
||
- ~SPC m b n~ calls =org-babel-next-src-block=
|
||
- ~SPC m b e~ calls =org-babel-execute-maybe=
|
||
- ~SPC m b o~ calls =org-babel-open-src-block-result=
|
||
- ~SPC m b v~ calls =org-babel-expand-src-block=
|
||
- ~SPC m b u~ calls =org-babel-goto-src-block-head=
|
||
- ~SPC m b g~ calls =org-babel-goto-named-src-block=
|
||
- ~SPC m b r~ calls =org-babel-goto-named-result=
|
||
- ~SPC m b b~ calls =org-babel-execute-buffer=
|
||
- ~SPC m b s~ calls =org-babel-execute-subtree=
|
||
- ~SPC m b d~ calls =org-babel-demarcate-block=
|
||
- ~SPC m b t~ calls =org-babel-tangle=
|
||
- ~SPC m b f~ calls =org-babel-tangle-file=
|
||
- ~SPC m b c~ calls =org-babel-check-src-block=
|
||
- ~SPC m b j~ calls =org-babel-insert-header-arg=
|
||
- ~SPC m b l~ calls =org-babel-load-in-session=
|
||
- ~SPC m b i~ calls =org-babel-lob-ingest=
|
||
- ~SPC m b I~ calls =org-babel-view-src-block-info=
|
||
- ~SPC m b z~ calls =org-babel-switch-to-session=
|
||
- ~SPC m b Z~ calls =org-babel-switch-to-session-with-code=
|
||
- ~SPC m b a~ calls =org-babel-sha1-hash=
|
||
- ~SPC m b x~ calls =org-babel-do-key-sequence-in-edit-buffer=
|
||
- ~SPC m b .~ enters transient state
|
||
- Added key bindings for =org-feed= (thanks to Luke Alexander Stein):
|
||
- ~SPC a o f i~ and ~SPC m f i~ to go to feed inbox
|
||
- ~SPC a o f u~ and ~SPC m f u~ to update all feeds
|
||
- Added key bindings for =org-clock= (thanks to Langston Barrett, William
|
||
Casarin, Francesc Elies Henar, Daniel Molina):
|
||
- ~SPC a o C c~ for =org-clock-cancel=
|
||
- ~SPC a o C g~ for =org-clock-goto=
|
||
- ~SPC a o C i~ for =org-clock-in=
|
||
- ~SPC a o C I~ for =org-clock-in-last=
|
||
- ~SPC a o C j~ for =org-clock-jump-to-current-clock=
|
||
- ~SPC a o C o~ for =org-clock-out=
|
||
- ~SPC a o C r~ for =org-resolve-clocks=
|
||
- Key binding changes for archiving (thanks to Ag Ibragimov):
|
||
- Add ~SPC m s a~ to toggle archive tag for subtree
|
||
- Add ~SPC m s A~ to archive subtree (previously ~SPC m s a~)
|
||
- Make =org= layer depend on =spacemacs-org= (thanks to Eivind Fonn)
|
||
- Remove =mu4e= and =notmuch= from =org= (thanks to Sylvain Benner)
|
||
- Use evil-org from MELPA (thanks to Eivind Fonn)
|
||
- Added =org-brain= (thanks to Matthías Páll Gissurarson and Eivind Fonn)
|
||
- Add layer variable for todo bindings (thanks to Eivind Fonn)
|
||
- Make =org-projectile= integration compatible with its new version (thanks to
|
||
Ivan Malison)
|
||
- Remove nils from call to org-projectile-project-todo-entry (thanks to Ivan
|
||
Malison)
|
||
- Fix org-projectile capture-template keyword argument (thanks to Leonard
|
||
Lausen)
|
||
- Adapt to changes in org-brain 0.4 (thanks to Boris Buliga)
|
||
- Load org-projectile lazily, after org-capture (thanks to Aaron Jensen)
|
||
- Use org-verbatim, not org-verbose (thanks to Swaroop C H)
|
||
- Fix =org-projectile/goto-todos= (thanks to Aaron Jensen)
|
||
- Enable =org-src-tab-acts-natively= (thanks to Sylvain Benner)
|
||
- Fix =org-default-notes-file= precedence (thanks to Troy Hinckley and bmag)
|
||
- Add =ox-hugo= (thanks to Kaushal Modi)
|
||
- Hide lighter for =evil-org= (thanks to Sylvain Benner)
|
||
- Use counsel-org-tag when ivy layer is used (thanks to darkfeline)
|
||
- Delete the duplicate definition of the =spacemacs|org-emphasize= macro (thanks
|
||
to Miciah Dashiel Butler Masters)
|
||
- Use =org-mime= provided by melpa (thanks to Amos Bird)
|
||
- Restore =evil-org-additional-bindings= in insert state (thanks to Maximilian
|
||
Wolff)
|
||
- Fix initialization order to prevent version conflicts (thanks to Sylvain
|
||
Benner)
|
||
- Fixed adding =org-projectile= files to =org-agenda-files= (thanks to AmanYang)
|
||
- Fixed error void: =evil-surround-pairs-alist= (thanks to Sylvain Benner)
|
||
- Add warning against manually loading org (thanks to Maximilian Wolff)
|
||
- Add a toggle for bringing in org-trello (thanks to Magnus Therning)
|
||
**** Osx
|
||
- Fix OSX mapping issue (thanks to Joey Liu)
|
||
- Added layer variables to customize modifier behaviors on macOS:
|
||
- =osx-command-as= defaults to hyper
|
||
- =osx-option-as= defaults to meta
|
||
- =osx-control-as= defaults to control
|
||
- =osx-function-as= defaults to none
|
||
- =osx-right-command-as= defaults to left
|
||
- =osx-right-option-as= defaults to left
|
||
- =osx-right-control-as= defaults to left
|
||
(thanks to Christopher Eames, Aaron Culich, and fiveNinePlusR)
|
||
- Disabled =pbcopy= package because it introduced input latency for some actions
|
||
when using =emacs -daemon= and a GUI client (thanks to Sylvain Benner)
|
||
- Key bindings:
|
||
- Add key bindings to use ~command-1..9~ for selecting window
|
||
(thanks to Liu Joey)
|
||
- Add ~M-s-h~ to hide other windows (thanks to Bas Veeling)
|
||
**** Pandoc
|
||
- Fixed =spacemacs/run-pandoc= not to reset =pandoc--local-settings= (thanks to
|
||
martian-f)
|
||
- Added declaration for the ~SPC P~ prefix (thanks to Codruț Constantin Gușoi)
|
||
**** PHP
|
||
- Add company-php (thanks to jim and Eivind Fonn)
|
||
- Fix php-company autocompletion (thanks to Dela Anthonio)
|
||
**** Platinum
|
||
- Added the =.plum= extension to the platinum modes (thanks to Sylvain Benner)
|
||
- Remove automatic indentation on paste (thanks to Sylvain Benner)
|
||
**** Prodigy
|
||
- Compatibility fix for upstream change (thanks to Francesc Elies)
|
||
- Key bindings:
|
||
- add ~c~ to clear the buffer (thanks to Francesc Elies)
|
||
- bind ~q~ to quit-window in view mode (thanks to Saulius Menkevičius)
|
||
**** Purescript
|
||
- Enable =purescript-decl-scan-mode= when loading =purescript-mode= (thanks to
|
||
Bjarke Vad Andersen)
|
||
**** Python
|
||
- Various fixes in =pylookup.py= (thanks to ishestakov and Shitikanth Kashyap)
|
||
- Hide =yapf-mode= modeline lighter (thanks to Robert ven der Helm)
|
||
- Search for Pylint and Flake8 in the virtualenvs (thanks Alexey Kotlyarov)
|
||
- Highlight wdb breakpoints as well as pdb/ipdb/pudb (thanks to Alexey Kotlyarov)
|
||
- Make =python-execute-file= use =python-shell-interpreter=
|
||
(thanks to Swaroop C H)
|
||
- Trim output from pyenv command (thanks to Eivind Fonn)
|
||
- Use Python executable from active virtual env to compile files
|
||
(thanks to Swaroop C H)
|
||
- Fix arguments to =python-setup-hy= (thanks to Eivind Fonn)
|
||
- Fix ipython version check bug on windows (thanks to lostmarble)
|
||
- Fix =pyenv-executable-find= in presence of =pyenv-which-ext= (thanks to
|
||
Christoph Paulik)
|
||
- Fix broken repl invocation through ~SPC a '~ (thanks to Hans Jang)
|
||
- Add =pippel= for python package management (thanks to et2010)
|
||
- Add keybinding ~SPC m P~ for pip package management with =pippel= (thanks to
|
||
Sylvain Benner)
|
||
- Add defvar =python-save-before-test= (thanks to Benoit Coste)
|
||
- Add key binding ~SPC m r f~ to fix missing import statements (thanks to
|
||
Volodymyr Vitvitskyi)
|
||
- Use =python-mode= for SCons script files (thanks to shanemikel)
|
||
- Added LSP support, which can be used by enabling the =lsp= layer and setting
|
||
the =python= layer's =python-backend= variable to =lsp= (thanks to Yuan Fu and
|
||
Sylvain Benner)
|
||
- Added ~SPC m t l~ key binding to re-run the last test command (thanks to
|
||
Benoit Coste).
|
||
- Added support for breakpoints for the =trepan3k= python debugger (thanks to
|
||
dangirsh)
|
||
- Added support for =pipenv= with proper keybindings (thanks to jackkamm)
|
||
- Fixed bytecomp warning: =reference to free variable 'smartparens-strict-mode'=
|
||
(thanks to Nikita Leshenko and Sylvain Benner)
|
||
- Key bindings:
|
||
- Update invalid cython mode keybindings (thanks to Muneeb Shaikh)
|
||
- New =anaconda-view-mode= keybindings (thanks to Muneeb Shaikh)
|
||
- ~C-j~ for navigating to the next error
|
||
- ~C-k~ for navigating to the previous error
|
||
- ~RET~ to go forward
|
||
- Fix =pyenv=, =pre-init= function and =hy-mode= prefixes (thanks to Brandon T.
|
||
Willard)
|
||
- Conditionally remove binding to obsolete keymap (thanks to bmag)
|
||
- Improve setup of =lsp-python= and =anaconda-mode= (thanks to Ting Zhou)
|
||
- Fix support of multiple pyenv versions via =spacemacs/pyenv-executable-find=
|
||
(thanks to Guan Xipeng)
|
||
- Fix initialization of =inferior-python-mode= variables (thanks to Miciah
|
||
Masters)
|
||
- Fix bug with out-of-bound index (thanks to EMayej)
|
||
- Fix escaping of shell argument for =spacemacs/python-execute-file= (thanks to
|
||
Riley Levy)
|
||
- New variable =python-spacemacs-indent-guess= for guessing correct indentation
|
||
settings (thanks to Benno Fünfstück)
|
||
- Fix pyenv for system Python (thanks to Alexander Eberspächer)
|
||
- Replace =anaconda-mode-go-back= with =xref-pop-marker-stack= (thanks to
|
||
JimmyG)
|
||
- Highlight python3.7 builtin =breakpoint()= function (thanks to Boris
|
||
Verhovsky)
|
||
**** Racket
|
||
- Restore smart closing paren behavior in racket-mode (thanks to Don March)
|
||
**** Ranger
|
||
- Fix conflict with =golden-ratio= (thanks to Thomas de Beauchêne)
|
||
- Key bindings:
|
||
- Add ~j D~ to jump other window (thanks to Rich Alesi)
|
||
- Add ~-~ to enter (thanks to Rich Alesi)
|
||
**** Rcirc
|
||
- New variable =rcirc-enable-late-fix= to enable or disable the included
|
||
=rcirc-late-fix= package (disabled by default).
|
||
- Fix using multiple lines in =.authinfo= (thanks to Jelle Licht)
|
||
- Fix logging where the channel name has =/= in it (thanks to Abdo
|
||
Roig-Maranges)
|
||
- Delete rcirc-reconnect in favor of built-in cmd (thanks to Miciah Masters)
|
||
- Move config defaults to package :init so they can be overridden
|
||
(thanks to Miciah Masters)
|
||
- Fix compiler warnings in =rcirc-late-fix= (thanks to Miciah Masters)
|
||
- Add variable =rcirc-enable-late-fix= (thanks to Miciah Masters)
|
||
**** React
|
||
- Improve =magic-mode-alist= regular expression to detect =react= files
|
||
(thanks to Jan Zdráhal)
|
||
- Use JSX header without breaking React (thanks to Jam Risser)
|
||
- Make auto-completion triggers more friendly (thanks to Cheng,Rong)
|
||
- Use rjsx-mode for react framework (thanks to Ting Zhou)
|
||
- Make layer depends on node and tern layers (thanks to Sylvain Benner)
|
||
- Configure =emmet-mode= to expand classes using =className= instead of =class=
|
||
(thanks to Sylvain Benner)
|
||
- Open =.jsx= files with =rjsx-mode= (thanks to Thomas de Beauchêne)
|
||
- Fixes React imports when using web beautify. (thanks to Ismael)
|
||
- Prefer eslint_d to eslint (thanks to Seong Yong-ju)
|
||
**** Ruby
|
||
- Add support for =org-babel= (thanks to Muneeb Shaikh)
|
||
- Highlight debugger keywords (thanks to Alexander Berezovsky and Eivind Fonn)
|
||
- Adding ruby-refactor package (thanks to Daniel Luna)
|
||
- Key bindings:
|
||
- Add ~SPC m r R m~ for extract to method.
|
||
- Add ~SPC m r R v~ to extract local variable.
|
||
- Add ~SPC m r R c~ to extract constant.
|
||
- Add ~SPC m r R l~ to extract to =let=.
|
||
- Add ~SPC m x h~ to toggle between old and new hash syntax in the active region
|
||
(thanks to Paweł Siudak)
|
||
- Add gtags to =enh-ruby-mode= as well as =ruby-mode= (thanks to David Balatero)
|
||
- Added ~SPC m s b~ key binding to send buffer to the Ruby console (thanks to
|
||
Alejandro Arrufat)
|
||
- Added ~SPC m s B~ and ~SPC m s L~ key bindings to send buffer or line,
|
||
respectively, to the Ruby console and switch focus to the console (thanks to
|
||
Paweł Siudak)
|
||
- Key bindings:
|
||
- Add ~SPC m s l~ to send line to REPL (thanks to Paweł Siudak)
|
||
- Add ~SPC m T~ toggle prefix (thanks to Codruț Constantin Gușoi)
|
||
- ~SPC m T '~ to toggle string quotes
|
||
- ~SPC m T {~ to toggle block style
|
||
- Add popwin config for bundler, projectile-rails, and rubocop (thanks to
|
||
Paweł Siudak)
|
||
- Add ~SPC m r R m~ for extract to method.
|
||
- Add ~SPC m r R v~ to extract local variable.
|
||
- Add ~SPC m r R c~ to extract constant.
|
||
- Add ~SPC m r R l~ to extract to =let=.
|
||
- Add ~SPC m s l~ to send line to REPL (thanks to Paweł Siudak)
|
||
- Add the =seeing-is-believing= package (thanks to Brandon Conway)
|
||
- Add prefixes for ruby major mode keybindings (thanks to Seong Yong-ju)
|
||
**** Ruby on Rails
|
||
- Changed leader keys to be configured for the =projectile-rails-mode= minor
|
||
mode instead of =ruby-mode= and =enh-ruby-mode= so that the key bindings will
|
||
work in view file windows (thanks to Adam Sokolnicki)
|
||
- Add key bindings: (thanks to Adam Sokolnicki)
|
||
- ~SPC m f f b~ to find job
|
||
- ~SPC m f f w~ to find webpack config
|
||
- ~SPC m f c d~ to run rails destroy
|
||
**** Rust
|
||
- Added missing =counsel-gtags= and =smartparens= package declarations (thanks
|
||
to Kalle Lindqvist)
|
||
- Fixed loading of the =RUST_SRC_PATH= environment variable (thanks to Joshua
|
||
Santos)
|
||
- Enable eldoc for rust/racer (thanks to yangbo)
|
||
- Key bindings:
|
||
- Add ~SPC m c D~ to open Cargo docs (thanks to Matthew J. Berger)
|
||
- Add ~SPC m c l~ to run linter with cargo clippy (thanks to Michael Kohl)
|
||
- Add ~SPC m c t~ to run the current test with Cargo, and fix documentation
|
||
for ~SPC m c f~ to format project files (thanks to Luke Alexander Stein)
|
||
- Add ~SPC m c v~ to run "cargo check" command (thanks to Victor Polevoy)
|
||
- Add rust lsp completion with company and bindings (thanks to Justin)
|
||
**** Scala
|
||
- Move =ensime= to the =java= layer (Tor Hedin Bronner)
|
||
- Key bindings:
|
||
- Evilify =ensime= search in insert/normal mode (thanks to Diego Alvarez)
|
||
- Remove duplicated code (thanks to Tetsuro Takemoto)
|
||
- Add ENSIME jump handlers (thanks to Joao Azevedo)
|
||
**** Scheme
|
||
- Added missing =parinfer= package declaration (thanks to Kalle Lindqvist)
|
||
**** Semantic
|
||
- Make it possible to exclude stickyfunc (thanks to Sylvain Benner)
|
||
**** Shell
|
||
- Fix xterm colors filtering bug in =eshell= when eshell buffers are updated
|
||
and are not focused (thanks to Steven Allen)
|
||
- Fix =eshell= clear behavior (thanks to Aidan Nyquist):
|
||
- Make eshell ~clear RET~ similar to ~C-l~
|
||
- Prevent ~C-l~ clearing cycle
|
||
- Prevent ~clear RET~ inserting a page of white-space
|
||
- Prevent duplicate insert lines from ~clear RET~
|
||
- Require company in =eshell-switch-company-frontend= (thanks to Benjamin
|
||
Reynolds)
|
||
- Fix docs for "Fish shell and ansi-term" and explicitly enable `truncate-lines`.
|
||
(thanks to Joe Hillenbrand)
|
||
- Fix ~C-j~ and ~C-k~ in =eshell= while in insert state (thanks to Paweł Siudak)
|
||
- Restore =auto-completion-idle-delay= value for =company-idle-delay= (thanks to
|
||
Miciah Dashiel Butler Masters)
|
||
- Added =shell-default-width= layer variable (thanks to David Balatero)
|
||
- Function =resize-shell-to-desired-width= check for shell buffer before
|
||
changing size (thanks to thanhvg)
|
||
- Added =shell-default-width= layer variable (thanks to David Balatero and
|
||
Miciah Masters)
|
||
- Override read-only when capturing clear in shell (thanks to Alexander Wingård)
|
||
- Wrap 'shell' command to start in current buffer (thanks to Valts Liepiņš)
|
||
- Fixed shell popup broken on macOS (thanks to Daniel Rivas Perez)
|
||
- Fix broken leader key binding for inferior shell (thanks to Valts Liepiņš)
|
||
**** Shell Scripts
|
||
- Add new company-shell environment variable backend (thanks to
|
||
Alexander-Miller)
|
||
- Add bashate style checker (thanks to Victor Cuadrado Juan)
|
||
- Add insert commands from sh-script package to major mode menu (thanks to
|
||
Maximilian Wolff)
|
||
- Add org-mode support (thanks to Josh Santos)
|
||
**** Slack
|
||
- New layer variable =slack-spacemacs-layout-name= to customize the name of
|
||
the custom layer for Slack buffers (thanks to Benjamin Reynolds)
|
||
- New layer variable =slack-spacemacs-layout-binding= to customize the key used
|
||
to open the Slack customn layout (thanks to Benjamin Reynolds)
|
||
- Key bindings:
|
||
- ~SPC a C g~ or ~SPC m g~ to join a group (private channel)
|
||
(thanks to Benjamin Reynolds)
|
||
- ~SPC a C r~ or ~SPC m r~ to join a channel, group or direct message
|
||
(thanks to Benjamin Reynolds)
|
||
- ~SPC m )~ to add reaction (thanks to Swaroop C H)
|
||
- ~SPC m (~ to remove reaction (thanks to Swaroop C H)
|
||
- ~SPC m t~ to open message thread (thanks to Swaroop C H)
|
||
- Fix documentation issues with slack and emoji layers (thanks to Benjamin
|
||
Reynolds)
|
||
- Fix helm menu display (thanks to Leslie Shawn Russell)
|
||
**** Smex
|
||
- Fix ~SPC m :~ for current major mode commands (thanks to tinysong)
|
||
**** Source control
|
||
- Install orgit only when org package is used (thanks to Boris Buliga)
|
||
- Defer git-gutter loading (thanks to Aaron Jensen)
|
||
- Remove redundant arg from git-gutter timer (thanks to bmag)
|
||
**** Spotify
|
||
- Replaced helm-spotify package with helm-spotify-plus (thanks to Leonard
|
||
Lausen)
|
||
- Add counsel-spotify for ivy users (thanks to Yuki Yoshioka, Deepu Mohan
|
||
Puthrote)
|
||
**** SQL
|
||
- Support for keywords auto capitalization (thanks to Kepi)
|
||
- Change blacklist to only accept list (thanks to Eivind Fonn)
|
||
- Adds dumb autocomplete (thanks to Codruț Constantin Gușoi)
|
||
- Add leader key prefixes (thanks to Jeremie Pelletier)
|
||
- Rebuild =spacemacs-sql-startable= after running =sql-add-product= (thanks to
|
||
Andrew Christianson)
|
||
- Fix sql-indent and defer it (thanks to Sylvain Benner)
|
||
- Add alex-hhh's sql-indent in place of mepla sql-indent (thanks to Andrew
|
||
Christianson)
|
||
- Add layer variable =sql-auto-indent= to toggle the use of =sql-indent= package
|
||
(thanks to David Chen)
|
||
**** Spell-checking
|
||
- Adds spell checking transient state (thanks to Francesc Elies Henar)
|
||
- Update to flyspell-correct v0.5 (thanks to Boris Buliga)
|
||
**** Syntax-checking
|
||
- Key bindings:
|
||
- ~SPC e e~ is now for triggering a syntax check, the old action
|
||
(explain error around point) has been moved to ~SPC e x~.
|
||
- Add ~SPC e y~ to copy error at cursor position into kill ring (thanks to
|
||
Francsec Elies Henar)
|
||
- Rename function =add-flycheck-hook= to =enable-flycheck=
|
||
- Use correct error list faces when defining error levels with custom bitmaps
|
||
(thanks to Alexander Miller)
|
||
**** Swift
|
||
- Update Swift REPL key bindings (thanks to Elliot Bulmer)
|
||
**** Systemd
|
||
- Add support for syntax checking with =flycheck= (thanks to Steven Allen)
|
||
- Add support for lazy installation (thanks to Wieland Hoffmann)
|
||
**** Terraform
|
||
- Add opt-in layer variable =terraform-fmt-on-save= to format buffers on save
|
||
with =terraform fmt= (thanks to Harry Hull)
|
||
- Add support for =terraform-company= (thanks to Sylvain Benner)
|
||
**** Templates
|
||
- Fix issue with templates layer ignoring =templates-private-directory= (thanks
|
||
to Seong Yong-ju)
|
||
**** Themes
|
||
- Add support for more doom themes (thanks to Dela Anthonio, Igor Kupczyński,
|
||
and DonHugo69)
|
||
- Add support for gruvbox theme variants (thanks to Dean Todevski)
|
||
- Remove zonokai-theme theme as it is unavailable (thanks to nickclasener)
|
||
- Updates to the spacemacs theme (thanks to Nasser Alshammari)
|
||
- Fix the =base16-solarflare= mapping (thanks to Sebastian Nagel)
|
||
- Added support for kaolin themes (thanks to William Roe)
|
||
- Added support for eziam themes (thanks to Benno Fünfstück)
|
||
- Enable italics in spacemacs theme (thanks to Sylvain Benner)
|
||
***** Colors
|
||
- Add ability to set default rainbow-identifiers values (thanks to SteveJobzniak)
|
||
- Improved resetting of rainbow-identifiers transient-state (thanks to SteveJobzniak)
|
||
- Extended built-in theme list, and added better defaults (thanks to SteveJobzniak)
|
||
- Major fix to actually render per-theme settings on switch (thanks to SteveJobzniak)
|
||
- Faster method of redrawing buffer for transient state (thanks to SteveJobzniak)
|
||
- Tuned defaults to work w. majority of light & dark themes (thanks to SteveJobzniak)
|
||
- Better way of adding/refreshing themes
|
||
**** Themes Megapack
|
||
- Add =rebecca-theme= (thanks to Victor Borja)
|
||
- Add =white-sand-theme= (thanks to Swaroop C H)
|
||
- Add =exotica= theme (thanks to Bharat Joshi)
|
||
- Remove themes that were deleted from Melpa (thanks to Henrique Jung)
|
||
- Added =eziam-theme= and =kaolin-themes= (thanks to Sylvain Benner)
|
||
- Adds =doom-themes= (thanks to Codruț Constantin Gușoi)
|
||
**** Tmux
|
||
- Prevent =tmux-command= at GUI mode (thanks to Isaac Zeng)
|
||
- Fix regression in tmux by setting keybindings using =use-package= (thanks to
|
||
Aaron Jensen)
|
||
**** Typescript
|
||
- Call tsfmt with extension of current buffer for TSX formatting (thanks to
|
||
Victor Andrée)
|
||
- Declare =tide-jump-to-definition= as async (thanks to Sylvain Benner)
|
||
- Adds tide keybindings to tsx web mode (thanks to George Miller)
|
||
- Rewrite hooks for web-mode (thanks to Sylvain Benner)
|
||
- Created a derived mode for TSX files (thanks to Aaron Jensen)
|
||
- Fix eldoc (thanks to Aaron Jensen)
|
||
- Isolate eldoc configuration (thanks to Sylvain Benner)
|
||
- /rename/ reworded to /refactor/ in =which-key= popup (thanks to Simon
|
||
Altschuler)
|
||
- Key bindings:
|
||
- ~SPC m E e~ is for =tide-fix= which was originally added as ~SPC m r f~
|
||
(thanks to Simon Altschuler)
|
||
- ~SPC m E d~ to add =tslint-disable-next-line= at point (thanks to Daniel Perez Alvarez)
|
||
- ~SPC m g g~ for =tide-jump-to-definition= (thanks to Roy Choo)
|
||
- ~SPC m g t~ remapped to =spacemacs/typescript-jump-to-type-def= from
|
||
=typescript/jump-to-type-def= (thanks to Roy Choo)
|
||
- ~SPC m r i~ to organize imports (thanks to Stéphane Bisinger)
|
||
- ~SPC m r f~ to rename file (thanks to Stéphane Bisinger)
|
||
- Added LSP support, which can be used by enabling the =lsp= layer and setting
|
||
the =typescript= layer's =typescript-backend= variable to =lsp= (thanks to
|
||
Ting Zhou and Sylvain Benner)
|
||
- Changed =company-minimum-prefix-length= from 0 to 2 to avoid spurious
|
||
autocompletion (thanks to Andrea Moretti)
|
||
- Enabled snippets using yasnippet (thanks to Andrea Moretti)
|
||
- Enabled =smartparens-mode= (thanks to Andrea Moretti)
|
||
- Add =prettier= to error msg of =spacemacs/typescript-format= (thanks to Matt
|
||
Kramer)
|
||
- Fix jump handling with multiple backends (thanks to Aaron Jensen)
|
||
**** Vagrant
|
||
- Key bindings:
|
||
- move key bindings prefix to ~SPC a V~ (thanks to Thomas de Beauchêne)
|
||
- Move =vagrant-tramp-term= to ~SPC a V t~ (thanks to rakyi)
|
||
**** Version-control
|
||
- Key bindings:
|
||
- Un-evilify =diff-mode= (thanks to Steven Allen)
|
||
- Evilified the following modes (thanks to dvzubarev):
|
||
- =log-view-mode=
|
||
- =vc-dir-mode=
|
||
- =vc-svn-log-view-mode=
|
||
- =vc-git-log-view-mode=
|
||
- =vc-hg-log-view-mode=
|
||
- =vc-annotate-mode=
|
||
- Add a new version-control prefix under ~SPC g v~ with the following
|
||
bindings: (thanks to dvzubarev)
|
||
- ~SPC g v =~ to open a hunk under the point in the diff buffer
|
||
- ~SPC g v D~ to compare the entire working tree with head
|
||
- ~SPC g v e~ to show diff against current head using ediff
|
||
- ~SPC g v g~ to visually annotate the current file
|
||
- ~SPC g v d~ to open the VC Directory buffer
|
||
- ~SPC g v +~ to update the working copy
|
||
- ~SPC g v i~ to register (add) into a version control system
|
||
- ~SPC g v u~ to revert working copy to their repository contents
|
||
- ~SPC g v l~ to list the change log
|
||
- ~SPC g v L~ to list the change log for the current VC controlled tree
|
||
- ~SPC g v v~ to do the next logical VC operation (=vc-next-action=)
|
||
- ~SPC g v I~ to ignore file (=vc-ignore=)
|
||
- ~SPC g v r~ to resolve conflicts in file
|
||
- Define key bindings with leader key for vim editing style in =diff-mode= (thanks to miyabinomuratic)
|
||
- New packages:
|
||
- =browse-at-remote= which replaces =github-browse-file=
|
||
(thanks Eugene Yaremenko)
|
||
- Avoid loading all the diff packages (thanks to Sylvain Benner)
|
||
**** Ycmd
|
||
- Search for =compile_commands.json= in build sub-directory
|
||
(thanks to Amos Bird and Eivind Fonn)
|
||
- Python3 compatibility fix for =global_conf.py= (thanks to Abdo Roig-Maranges)
|
||
- Add manual completion function (thanks to Nir Friedman)
|
||
- Remove warning for unset var; always fires (thanks to Nir Friedman)
|
||
- Add manual semantic completion function for company (thanks to Nir Friedman)
|
||
- Fix searching for compilation DB in subdirectories (thanks to Alexander Dalshov)
|
||
*** Various improvements
|
||
- Lots of improvement with CI and documentation exporting (thanks to Eugene
|
||
Yaremenko)
|
||
- Various code and style improvements (thanks to bmag, duianto, Eivind Fonn,
|
||
Eugene Yaremenko, Fabien Dubosson, Kalle Lindqvist, Boris Buliga, yuhan0,
|
||
Sylvain Benner)
|
||
- Multiple unit test improvements (thanks to Sylvain Benner, et2010 and Codruț
|
||
Constantin Gușoi)
|
||
- Various documentation improvements (thanks Aaron Jensen, Aaron Peckham, Adam
|
||
Frey, Adam Kruszewski, Alexander Dalshov, Alexander Eberspächer, Alexander
|
||
Iljin, Alexander Kjeldaas, Alexandros Kotzias, Andriy Senyshyn, Anton Latukha,
|
||
Antonio Miranda, Anurag Sharma, Archenoth, Ather Sharif, Benjamin Reynolds,
|
||
Billy Wade, bmag, Boris Buliga, Boris Wong, Carl Lange, Chase Adams, Cibin
|
||
Mathew, CL123123, Codruț Constantin Gușoi, Daniel Hodson, Daniel Le, Daniel
|
||
Molina, Darkhan, David Florness, David Vo, davidpham87, Deepu Mohan Puthrote,
|
||
Dela Anthonio, Diego Alvarez, Diego Berrocal, Dietrich Daroch, Dinesh Bhosale,
|
||
Dominik Schrempf, Doug Beardsley, dubnde, duianto, eldios, EMayej, Eugene
|
||
Yaremenko, Evan Klitzke, Evan Niessen-Derry, firemiles, Fuqiao Xue, Garrett
|
||
Johnson, Henry Marshall, hornuda, Ivan Kryvoruchko, J. Patrick Lanigan, Jaremy
|
||
Creechley, Jason Axelson, Jesse Cooke, Jethro Shuwen Sun, JI Xiang, Jim
|
||
Deville, Jody Frankowski, Joe Hillenbrand, John Eismeier, John Wood, Jon
|
||
Tippens, Jonas Strømsodd, Jonathan Arnett, Jonathan Gillett, Josh Greenwood,
|
||
Joshua Santos, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons,
|
||
Keith Wygant, Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani III, Marco
|
||
Ieni, Max Beutelspacher, Max Nordlund, Maximilian Wolff, Miciah Dashiel Butler
|
||
Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh, Nasser Alshammari,
|
||
Nasser Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam, Nicolas
|
||
Forgerit, Olivier Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider, Pawan
|
||
Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi
|
||
Khan, Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O'Connor,
|
||
Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Sergio Ugalde,
|
||
Shane Kilkelly, Sid Kapur, Somelauw, Soobin Rho, sorawee, SteveJobzniak,
|
||
Sunghyun Hwang, Swaroop C H, Sylvain Benner, Szunti, Tim Stewart, timor,
|
||
TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, tzhao11, Vlad
|
||
Bokov, Vladimir Kochnev, Wieland Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Xin)
|
||
*** Release notes summarized
|
||
Thanks to: Grant Shangreaux, Songpeng Zu, Igor Almeida, Miciah Dashiel Butler
|
||
Masters, Abhishek(Compro) Prasad, Deepak Khidia, Ward Harris, Jiahao Jiang
|