spacemacs/CHANGELOG.org

1086 lines
50 KiB
Org Mode
Raw Normal View History

2015-07-02 04:53:44 +00:00
* Release 0.104.x (next)
** 0.104.0
2015-07-04 04:59:40 +00:00
*** IMPORTANT: Breaking changes
- =Ruby on Rails= framework has now its own layer called =ruby-on-rails=,
be sure to add this layer to your dotfile if you use RoR.
- =Django= framework has now its own layer called =django=,
be sure to add this layer to your dotfile if you use it.
2015-07-24 04:35:27 +00:00
- =guide-key= has been replaced by =which-key=, you may encounter issues
if you have =guide-key= custom configurations, remove any =guide-key=
configuration and check the options offered by =which-key=.
2015-07-05 04:43:42 +00:00
*** Hot new features:
- The default theme of Spacemacs is now =spacemacs-dark=. The Spacemacs themes
(=spacemacs-dark= and =spacemacs-light=) becomes the official themes of
Spacemacs, official screenshots should be taken with one of these themes.
(thanks to nashamri)
2015-07-24 04:35:27 +00:00
- Add support for dotdirectory =~/.spacemacs.d= which behaves like the Emacs
dotdirectory (i.e. =~/.spacemacs.d/init.el= is evaluated instead of
=~/.spacemacs= (thanks to justbur)
- Guide-key is replaced by =which-key= which is now the preferred live help
package for key bindings (thanks to justbur)
2015-07-30 05:26:21 +00:00
- Whole new API to manage the powerline mode-line. It is now possible to
easily define segments and arrange them (thanks to TheBB)
2015-07-04 04:59:40 +00:00
*** New Layers
2015-07-05 04:43:42 +00:00
- chinese (thanks to andyque)
2015-07-24 04:35:27 +00:00
- cscope (thanks to bmag)
2015-07-04 04:59:40 +00:00
- django (split from python layer)
- idris (thanks to zmthy)
2015-07-24 04:35:27 +00:00
- jabber (thanks to toshism)
2015-07-04 04:59:40 +00:00
- java (thanks to kleewho)
2015-07-26 06:44:17 +00:00
- nixos (thanks to CestDiego)
2015-07-24 04:35:27 +00:00
- ranger (thanks to ralesi)
2015-07-04 04:59:40 +00:00
- sml (thanks to Devagamster)
2015-07-24 04:35:27 +00:00
- terraform (thanks to BrianHicks)
2015-07-04 04:59:40 +00:00
- ruby-on-rails (split from ruby layer)
2015-07-24 04:35:27 +00:00
- vinegar (thanks to ralesi)
- unimpaired (thanks to ralesi)
- wakatime (thanks to CestDiego)
*** Dotfile changes
- Add a new value =any= for =dotspacemacs-highlight-delimiters=, when set to
=any=, all the delimiters are highlighted via =rainbow-mode=.
2015-07-04 04:59:40 +00:00
*** Layer changes
2015-07-05 04:43:42 +00:00
**** Spacemacs
2015-07-30 05:26:21 +00:00
- New API for the powerline (thanks to TheBB)
2015-07-05 04:43:42 +00:00
- Add =copy file= key binding on ~SPC f c~ (thanks to cpaulik)
2015-07-24 04:35:27 +00:00
- Add package =define-word= on ~SPC x w d~ (thanks to swaroopch)
- Add transparency micro-state (thanks to person808)
2015-07-05 04:43:42 +00:00
- In buffer not visiting a file ~SPC f s~ now asks for a filename (thanks to
cpaulik)
2015-07-24 04:35:27 +00:00
- Add ~SPC f l~ to visit a file literally which means that the file will be
opened in =fundamental mode= (thanks to sooheon)
- Enable =highlight-parentheses= when =dotspacemacs-highlight-delimiters= is
set to =all= (thanks to tuhdo)
2015-07-05 04:43:42 +00:00
- Fix ~SPC i K~ (insert empty line above point) which now works
as expected when used from the first line of a buffer (thanks to
travisbhartwell)
2015-07-24 04:35:27 +00:00
- Hide lighter for =highlight-parentheses=
2015-07-26 06:44:17 +00:00
**** Auto-completion
- Add new layer variable =auto-completion-private-snippets-directory= which
allows to specify a custom private snippet directory (thanks to justbur)
2015-07-30 05:26:21 +00:00
**** C/C++
- Fix key bindings for cscope (thanks to bmag)
2015-07-26 06:44:17 +00:00
**** Clojure
- Add cider error buffer to popwin (thanks to cmccloud)
- Add cider-doc buffer to popwin (thanks to cmccloud)
2015-07-24 04:35:27 +00:00
**** Dash
- Add support for =zeal= on Linux and Windows (thanks to CestDiego)
**** Elixir
- Remove flycheck due to a security issue in the Elixir compiler
(thanks to gilbertkennen)
- Add support for popwin for =mix= buffers (thanks to rhalukongor)
2015-07-30 05:26:21 +00:00
- Re-enable =magit-gitflow= since it is now compatible with Magit 2.1
(thanks to gilbertkennen)
**** ESS
- Change default value of =ess-enable-smart-equals= to nil (thanks to
izahn)
2015-07-24 04:35:27 +00:00
**** Extra-lang
- Add =Stan= modeling language (thanks to alexanderrich)
2015-07-26 06:44:17 +00:00
**** Git
- Make sure that git-commit is initialized so that Emacs can be used as
$GITEDITOR (thanks to thrnio)
- Remove some deprecated code (thanks to tko)
2015-07-30 05:26:21 +00:00
- Add documentation about =magit-push-always-verify= variable (thanks to
sooheon)
2015-07-24 04:35:27 +00:00
**** Go
- Use exec-path-from-shell-copy-env to set =GOPATH= (thanks to jenanwise)
**** Html
- Add =.jsx= extension to =web-mode= (thanks to Tritlo)
- Add support for =jade= files (thanks to robbyoconnor)
- Add flycheck for =slim= and =haml= modes (thanks to robbyoconnor)
- Add rainbow delimiters for =haml=, =jade= and =slim= modes
(thanks to robbyoconnor)
2015-07-04 04:59:40 +00:00
**** Javascript
- Add =json-snatcher= on ~SPC m h p~ (thanks to CestDiego)
2015-07-30 05:26:21 +00:00
**** Ruby-on-rails
- Activate =projectile-rails= mode for any type of files in a rails
project (thanks to liuxiang)
2015-07-24 04:35:27 +00:00
**** Shell
- Add =eldoc= support in eshell (thanks to ppold)
- Add a better prompt via =eshell-prompt-extras= for eshell (thanks to ppold)
- Add visual commands to eshell (thanks to ppold)
- Add support for =smart eshell= in eshell via the layer variable
=shell-enable-smart-eshell= (thanks to ppold)
- Add auto-completion support for eshell (thanks to trishume)
- Automatically jump to prompt in insert state in eshell buffers (thanks to
trishume)
2015-07-26 06:44:17 +00:00
- Deactivate eshell automatic auto-completion popup for remote path since it
can be slow, the popup must be called manually in remote paths
(thanks to myrjola)
- Fix =magit-status= alias for =eshell= (thanks to myrjola)
- Protect the =eshell= prompt from deletion with evil commands. A new
layer variable =shell-protect-eshell-prompt= allows to opt-out this behavior
(thanks to myrjola).
2015-07-30 05:26:21 +00:00
*** Core
- Add new key bindings to evilified buffers: ~g~, ~GG~, ~C-b~, ~C-f~, ~C-d~
and ~C-u~ (thanks to sooheon)
- Prevent auto-evilification of buffers from overwriting ~C-g~
- Better indentation for =spacemacs|add-toggle= macro (thanks to TheBB)
- Add spacing conventions for org files (thanks to person808)
- Remove some dead code for =use-package= (thanks to TheBB)
- Display home buffer links even when no banner are displayed
(thanks to sooheon)
- Better centering of text in the home buffer
2015-07-26 06:44:17 +00:00
*** Other fixes and improvements
- Delete deprecated =!user= contrib directory.
2015-07-30 05:26:21 +00:00
- Typos and documentation improvements (thanks to andyque, gleber,
JoshTGreenwood, mbertheau, sotte, srid, travisbhartwell)
2015-07-05 02:45:37 +00:00
* Release 0.103.x
2015-08-10 02:27:15 +00:00
** 0.103.5 (2015/08/09)
*** Layer changes
**** Osx
- Fix initialization of =reveal-in-osx-finder= (thanks to fintelkai)
*** Core
- Temporarily switch to HTTP instead of HTTPS to communicate with
elpa.gnu.org (thanks to robbyoconnor)
2015-08-07 18:28:20 +00:00
** 0.103.4 (2015/08/07)
*** Layer changes
**** Clojure
- Fix key bindings for new Clojure major modes: =clojurec-mode=,
=clojurescript-mode= and =clojurex-mode= (thanks to benalbrecht)
2015-08-05 01:32:28 +00:00
** 0.103.3 (2015/08/04)
*** Layer changes
**** Osx
- Rename =reveal-in-finder= to its new name =reveal-in-osx-finder=
2015-08-07 18:28:20 +00:00
(thanks to syohex)
2015-07-05 02:45:37 +00:00
** 0.103.2 (2015/07/04)
2015-07-03 02:18:49 +00:00
*** Layer changes
2015-07-05 02:45:37 +00:00
**** Git
- Fix =magit-repository-directories= variable name (thanks to travisbhartwell)
- Fix =magit-blame= key binding (thanks to jenanwise)
2015-07-09 15:50:15 +00:00
- Use =magit-log-all= instead of =magit-log= on ~SPC g l~ (thanks to tuhdo)
2015-07-05 02:45:37 +00:00
*** Other fixes and improvements
- Typos and documentation improvements (thanks to cscorley, dstcruz, h3dkandi,
kccai, MadAnd, person808, Profpatsch, stnly, stormpat, xfq, zachlatta)
** 0.103.1 (2015/07/02)
*** Layer changes
**** Git
2015-07-03 02:18:49 +00:00
- Fix ~F~ in Vim style in =Magit= status buffer, now ~F~ is correctly
bound to =pull= popup menu
- Fix intermittent erroneous ~k~ key binding in =Magit= status buffer.
*** Core
- Fix mandatory dependency on =evil-escape=
- Fix evilification of =evil-escape= starter key
2015-07-05 02:45:37 +00:00
** 0.103.0 (2015/07/01)
2015-06-09 03:47:47 +00:00
*** IMPORTANT: Breaking changes
2015-07-02 04:39:13 +00:00
- Spacemacs is now compatible only with =Magit 2.1= and later, be
sure to update your packages.
2015-06-09 03:47:47 +00:00
- =auctex= layer has been renamed =latex=, be sure to update your
dotfile if you use this layer.
2015-06-20 03:14:39 +00:00
- =erlang/elixir= layer has been split into two layers =erlang= and
2015-06-09 03:47:47 +00:00
=elixir=, be sure to update your dotfile if you use these layers.
2015-06-10 03:49:30 +00:00
- =git= layer has been split into two layers: =git= and =github= so
the layer variable =git-enabled-github-support= is deprecated, you
have to add the layer =github= in your dotfile.
- =git-gutter= has been replaced by =diff-hl=. This package is in
the new layer =version-control=, be sure to add this new layer to
your dotfile.
2015-07-02 04:39:13 +00:00
- Projectile key bindings changes:
~SPC p e~ is now ~SPC p r~ (recent files)
~SPC p R~ is now ~SPC p G~ (regenerate tags)
~SPC p r~ is now ~SPC p R~ (replace)
2015-06-07 04:52:06 +00:00
*** Hot new features
2015-07-02 04:39:13 +00:00
- Add support for Magit 2.1!
- Helm now uses its header to display the input pattern.
- Use Flycheck default configuration to check the current buffer in
"real time" (yes this is a hot new features :-))
2015-06-07 04:52:06 +00:00
- New interactive function =spacemacs/switch-to-version=, it will ask
for a version number and warn if the current branch is not =master=.
2015-07-02 04:39:13 +00:00
Users on =develop= branch cannot use this function (it has no effect).
- Clicking on the up arrow in the mode-line will now update Spacemacs.
A prompt asks for confirmation before updating.
2015-06-20 03:14:39 +00:00
- New "tool assisted" search and replace interface supporting =ag=, =pt=,
and =ack= with a new key binding scheme. Check the documentation for
=searching with an external tool=.
2015-06-10 03:49:30 +00:00
*** New Layers
- elixir (split from =erlang-elixir=)
- erlang (split from =erlang-elixir=)
- github (split from =git=)
- ipython-notebook (ein) (thanks to CestDiego)
2015-06-20 03:14:39 +00:00
- latex (renamed from =auctex=)
2015-06-10 03:49:30 +00:00
- version-control
*** Dotfile changes
- New variable =dotspacemacs-auto-save-file-location= which enable or
disable auto-saving of modified files. Possible values are =original= to
auto-save the file in-place, =cache= to auto-save the file to another
file stored in the cache directory and =nil= to disable auto-saving.
Default value is =cache=.
2015-05-29 03:42:01 +00:00
*** Layer changes
2015-06-05 04:37:51 +00:00
**** Spacemacs
2015-06-10 03:49:30 +00:00
- Add text alignment key bindings on ~SPC x a~ prefix (thanks to justbur and
TheBB)
2015-06-05 04:37:51 +00:00
- Remove the kill ring from =savehist-additional-variables= to avoid an issue
with abnormal high size of =savehist= file (thanks to tuhdo)
2015-06-10 03:49:30 +00:00
- Add documentation files to =helm-spacemacs= (thanks to person808)
- Add support for =.org= files in =helm-spacemacs= (thanks to tuhdo)
2015-06-20 03:14:39 +00:00
- Add explicit titles for documentation files in =helm-spacemacs=
(thanks to tuhdo)
2015-07-02 04:39:13 +00:00
- Remove the dependency on =f= library in =helm-spacemacs=
(thanks to person808)
2015-06-20 03:14:39 +00:00
- Revert ~C-o~ in =holy-mode= since it shadows too many packages key bindings
2015-06-10 03:49:30 +00:00
(thanks to tuhdo)
- Evilify =helm-ag= and =helm-grep= buffers (obtained by pressing ~f3~ in
the helm buffer while searching) (thanks to cpaulik)
2015-06-20 03:14:39 +00:00
- Search with =ag=, =pt= and =ack= are done with the same interface based on
=helm-ag=
- Add search integration in =expand-region= and =auto-highlight-symbol=
(thanks to justbur)
- Update search with =grep= to match the new search interface
(thanks to justbur)
- Quote input when default text is used in search (thanks to justbur)
2015-07-02 04:39:13 +00:00
- =smart-search-project= on ~SPC /~ now fallback to searching files in current
directory when there is no project (thanks to justbur)
2015-06-20 03:14:39 +00:00
- Replace =dired-goto-file= with =helm-find-files= in Dired (thanks to tuhdo)
- Add support for .org files to ~SPC s l~ key binding, it allows to quickly
2015-07-02 04:39:13 +00:00
jump to file headers using Helm (thanks to tuhdo)
2015-06-20 03:14:39 +00:00
- Re-enable =auto-save= mode (thanks to tuhdo)
2015-07-02 04:39:13 +00:00
- Set =:defer 1= in =helm= initialization (which means that helm will be
auto-loaded automatically after 1 second of idle time)
- Fix =helm-resume= opening window in half of split screen (thanks to sooheon)
- Use =helm= header to display the input pattern (thanks to tuhdo)
- Fix =open-in-external-app= when the buffer is not visiting a file
(thanks to travisbhartwell)
- Prevent paste micro-state to be triggered by ~C-r~ in =insert state=
- Projectile key bindings changes:
~SPC p e~ is now ~SPC p r~ (recent files)
~SPC p R~ is now ~SPC p G~ (regenerate tags)
~SPC p r~ is now ~SPC p R~ (replace)
- Remove =comint-delchar-or-maybe-eof= on ~C-d~, it fixes ~C-d~ scroll down
behavior in =normal state=, user has to press the stock binding ~C-c C-d~
to send an =EOF= (thanks to kini)
2015-05-29 03:42:01 +00:00
**** Auto-completion
- Yasnippet: Default =helm-yas-display-key-on-candidate= to =t= (thanks to
BrianHicks)
2015-06-10 03:49:30 +00:00
- Yasnippet: Disable =smartparens= while expanding to fix a bug with
=hippie-expand= (thanks to tuhdo)
2015-07-02 04:39:13 +00:00
- New layer variable =auto-completion-enable-snippets-in-popup= to add
snippets directly to auto-completion popup (thanks to person808)
2015-05-29 03:42:01 +00:00
**** Autohotkey
- Fix =.ahk= file extension declaration (thanks to ralesi)
**** C/C++
- Add package =gdb-mi= (gdb-many-windows) which enables an IDE like debugger
frontend for Emacs (thanks to tuhdo)
2015-06-10 03:49:30 +00:00
**** Clojure
- Add ~SPC e w~ to eval last sexp and replace it with the result (thanks to
DayoOliyide)
2015-07-02 04:39:13 +00:00
- Evilify Cider inspector (thanks to ppold)
2015-06-10 03:49:30 +00:00
**** Elixir
- List all Elixir key bindings in README
2015-06-20 03:14:39 +00:00
- Update configuration to support new =alchemist= 1.0 feature (thanks to tonini)
2015-06-11 14:17:50 +00:00
- Enable auto-completion support
2015-06-10 03:49:30 +00:00
**** Emacs Lisp
- Add new Spacemacs snippets =micro-state= and =new-package= (thanks to
CestDiego)
2015-06-20 03:14:39 +00:00
- Add (f)ielm-indent-line for =ielm= mode (thanks to BlinkD)
**** Emoji
- Remove the extension and use the MELPA package
**** ERC
- Use =erc-yank= on ~p~ in normal state if =gist= package is available
(thanks to CestDiego)
2015-06-10 03:49:30 +00:00
**** Evil-snipe
2015-06-20 03:14:39 +00:00
- Update configuration to support last upstream changes (thanks to hlissner and
2015-06-10 03:49:30 +00:00
MadAnd)
2015-07-02 04:39:13 +00:00
**** Extra-langs
- Enable =QML= mode for =.qml= files (thanks to bennofs)
2015-06-10 03:49:30 +00:00
**** Eyebrowse
- Add support for workspace labels (thanks to rphillips)
**** Finance
- Evilify =ledger-report-mode= (thanks to darkfeline)
**** Git
- Replace =git-gutter= by =diff-hl= (thanks to tuhdo)
2015-06-20 03:14:39 +00:00
- Remove =gc= prefix command as unused from guide-key (thanks to tko)
- Add =magit-diff= key binding on ~SPC g d~ (thanks to kevinushey)
- Evilify =magit-diff= buffer
2015-07-02 04:39:13 +00:00
- Implement fullscreen for =Magit= without advices (thanks to tarsius)
- Fix whitespace toggles for =Magit= (thanks to tarsius)
- Remove deprecated =magit-last-seen-setup-instructions= (thanks to tarsius)
- Move whitespace toggle in =Magit= to ~C-S-w~
- Add ~SPC g L~ to display the log for the current file (thanks to tko)
2015-06-10 03:49:30 +00:00
**** Go
- Add ~SPC m g a~ to switch between tests and implementation (thanks to
jenanwise)
2015-07-02 04:39:13 +00:00
**** Gtags
- Enable =helm-gtags= for =compilation-mode= and =shell-mode= (thanks to tuhdo)
2015-07-02 14:45:42 +00:00
**** Haskell
2015-06-10 03:49:30 +00:00
- Add =company-cabal= support for auto-completion in =.cabal= files (thanks
to bjarkevad)
2015-07-02 04:39:13 +00:00
- Fix error with =electric-indent-local-mode= in some versions of Emacs
(thanks to jeremyjh)
2015-06-20 03:14:39 +00:00
**** iPython-notebook (ein)
2015-06-10 03:49:30 +00:00
- Add key bindings on major-specific leader (thanks to cpaulik)
2015-06-20 03:14:39 +00:00
- Add ~C-RET~ and ~S-RET~ key bindings to behave like the =ein= web interface
(thanks to cpaulik)
- Bind ~SPC f s~ to save the notebook (thanks to cpaulik)
2015-07-02 14:45:42 +00:00
**** LaTeX
2015-06-06 04:55:49 +00:00
- Add support for =RefTeX= (thanks to JP-Ellis)
- Add support for =LatexMk=, to enable it set the layer variable
=latex-build-command= to ="LatexMk"= (thanks to JP-Ellis)
- Use =auto-fill-mode=, with an environment-aware auto-fill function, you
can enable =auto-fill= support by setting the layer variable
=latex-enable-auto-fill= to =t=. You can also inhibit it in some environments
with the variable =latex-nofill-env= (thanks to JP-Ellis)
- Remove =build-view= in favour of just =build= as it seemed to be
broken and introduce ~SPC m v~ to view (thanks to JP-Ellis)
2015-06-06 04:55:49 +00:00
- General settings should now be easier to override in =dotspacemacs/config=
2015-06-10 03:49:30 +00:00
- Fix errors due to layer renaming (thanks to JP-Ellis and autosquid)
2015-06-20 03:14:39 +00:00
**** Markdown
- Add font-locking for code blocks (thanks to kennethlove)
- Add support for a bunch of languages for code blocks (thanks to dexafree)
**** Ocaml
- Don't auto-close backticks (thanks to edwintorok)
2015-06-10 03:49:30 +00:00
**** Org
- Fontify code blocks (thanks to tuhdo)
- Add =toc-org= package (thanks to CestDiego)
2015-06-20 03:14:39 +00:00
- Tweak org-pomodoro mode-line integration (Add missing leading space)
2015-07-02 04:39:13 +00:00
- Move =org-clock-save.el= to cache folder (thanks to BlinkD)
- Add key binding ~SPC m :~ for =org-set-tags= (thanks to cpaulik)
2015-05-29 03:42:01 +00:00
**** Osx
2015-06-20 03:14:39 +00:00
- New variable =osx-use-option-as-meta= allowing to enable or disable the
mapping of =option= key to =meta= key. This is especially useful for some
European keyboard layouts like Finish or Swedish (thanks to tko)
2015-06-10 03:49:30 +00:00
- Add ~⌘ +~ and ~⌘ -~ key bindings to scale text (thanks to JoshTGreenwood
and zimbatm)
- Only update =dired-use-ls-dired= if =gls= was found on path (thanks to
usharf)
- Add reveal in finder on ~C-⌘ f~ (thanks to usharf)
- Add key bindings ~⌘ a~ (select all) ~⌘ W~ (close frame) and ~⌘ n~ (new frame)
(thanks to mveytsman)
2015-06-20 03:14:39 +00:00
- Fix ~⌘ v~ paste behavior (thanks sooheon)
2015-06-10 03:49:30 +00:00
**** Powershell
- Add ~SPC a s p~ to start a =powershell= buffer (thanks to ralesi)
- Add ~SPC m r r~ for =powershell-regexp-to-regex= (thanks to ralesi)
- Add =$(= text object (thanks to ralesi)
2015-06-20 03:14:39 +00:00
**** Puppet
- Add Puppetfile support (thanks to nwolfe)
2015-05-29 03:42:01 +00:00
**** Python
2015-06-10 03:49:30 +00:00
- New supported test runner: =pytest= (thanks to cpaulik)
- New layer variable =python-test-runner= to choose between =nose= and
=pytest=
2015-05-29 03:42:01 +00:00
- Set =indent-tabs-mode= to =t= in REPLs, should fix indent errors (thanks to
tuhdo)
2015-06-10 03:49:30 +00:00
- Fix a loading bug due to a typo in =latex= layer (thanks to cpaulik)
2015-07-02 04:39:13 +00:00
**** Racket
- Fix not working =electric-pair-skip= (thanks x-ji)
2015-06-10 03:49:30 +00:00
**** Ruby
- Fix some annoyance with deep indentations (thanks to trishume)
2015-05-29 03:42:01 +00:00
**** Rust
- Add support for =flycheck= (thanks to swaroopch)
2015-07-02 04:39:13 +00:00
- Add support for auto-completion via =racer= (thanks to JP-Ellis)
- Use =compile= instead of the shell for =cargo=. This allow Emacs to parse the
output, including all the errors (thanks to JP-Ellis)
2015-05-29 03:42:01 +00:00
**** Scala
- Set classpath directory of =ensime= to =.cache/ensime= (thanks to cyrillk)
2015-07-02 04:39:13 +00:00
**** Slime
- Add a bunch of key bindings (thanks to spigo900)
**** Syntax-checking
- Now use the =flycheck= default configuration to trigger checks. Checks
are now performed live (thanks to tuhdo and thrnio)
**** Theme
2015-07-02 04:39:13 +00:00
- Add spacemacs-theme! (WIP) (thanks to nashamri)
- Add tao theme (thanks to elais)
2015-05-29 03:42:01 +00:00
*** Core
2015-06-07 04:52:06 +00:00
- New interactive function =spacemacs/switch-to-version=
- Clicking on the up arrow will now update Spacemacs
2015-06-10 03:49:30 +00:00
- Add a link to Vimmers guide in quick help of startup buffer (thanks to
person808)
2015-06-06 02:53:13 +00:00
- Enable =use-package-verbose= when =dotspacemacs-verbose-loading=
is set to =t=
2015-05-29 03:42:01 +00:00
- Better name for placeholders in layer templates (thanks to kini)
2015-06-10 03:49:30 +00:00
- Beautify change log (thanks to tuhdo)
2015-06-06 02:53:13 +00:00
- Layers are now auto-discovered recursively which allow arbitrary
directory hierarchy. Directory names starting with =!= are categories.
(thanks to TheBB)
2015-06-10 03:49:30 +00:00
- Fix regression when =dotspacemacs-startup-banner= is set to =nil=
(thanks to ptb)
2015-07-02 04:39:13 +00:00
- Fix home buffer keys in terminal (thanks to tuhdo)
2015-06-20 03:14:39 +00:00
- Fix bookmark list in home buffer (thanks to fandag)
- Add support for =material-light= theme (thanks to cpaulik)
2015-07-02 04:39:13 +00:00
- Use SSL to contact elpa repositories when possible (thanks to zimbatm)
- Emacs 25 required the line =(package-initialize)= in the =init.el=
file (thanks to justbur)
- Add the possibility to call =configuration-layer/update-packages= in
batch mode (thanks to travisbhartwell)
2015-05-10 20:07:09 +00:00
*** Other fixes and improvements
2015-06-20 03:14:39 +00:00
- Conversion of all layer README.md files to .org (thanks to CestDiego
and cpaulik)
- Conversion of documentation files to .org (thanks to person808)
2015-05-10 20:07:09 +00:00
- Add a guide for Vimmers in =doc= directory (thanks to person808)
2015-07-02 04:39:13 +00:00
- Typos and documentation improvements (thanks to cloudbring, duerrp, dxnn,
dvberkel, fotoetienne, JoshTGreenwood, kccai, OliverM, MadAnd, person808,
robbyoconnor, royseto, swaroopch, travisbhartwell, tuhdo, xfq)
2015-05-31 03:47:08 +00:00
* Release 0.102.x
2015-06-04 00:31:03 +00:00
** 0.102.2 (2015/06/03)
*** Layer changes
**** Org
- Fix bug with =ox-gfm= by moving it to extensions
*** Core
- Fix detection of new versions by correctly fetch latest changes
2015-06-01 04:37:55 +00:00
** 0.102.1 (2015/06/01)
*** Layer changes
**** Org
- Fix lazy-loading of =ox-gfm= package.
*** Core
- Catch layer variables syntax errors
2015-05-30 03:51:54 +00:00
** 0.102.0 (2015/05/31)
2015-05-31 03:47:08 +00:00
*** IMPORTANT: Breaking changes
- All Emacs Lisp related configuration has been moved to its own layer
called =emacs-lisp=, be sure to add this layer to your dotfile.
- All shell related configuration has been move to its own layer called
=shell=, be sure to add this layer to your dotfile if you use a shell
inside Emacs.
- Key binding to reload the dotfile is now ~SPC f e R~ instead of
=C-c C-c= or ~SPC m c c~. Note that ~SPC f e R~ can be triggered
2015-05-30 03:51:54 +00:00
anywhere (it is not restricted to the doftile anymore).
- Key binding to switch buffer is now ~SPC b b~ instead of ~SPC b s~.
- ~SPC f f~ now uses =helm-find-files= instead of =ido=, use the new
2015-06-01 03:25:26 +00:00
dotfile variable =dotspacemacs-use-ido= to get the old behavior back.
- Helm ~TAB~ and ~C-z~ key bindings have been *swapped*.
2015-05-31 03:47:08 +00:00
- By default *single space* sentence delimiter is defined.
2015-06-01 03:25:26 +00:00
- Layer variable values set with =:variables= keyword need to be quoted
like in a regular =setq= expression.
2015-05-30 03:51:54 +00:00
*** New Layers
2015-05-31 04:33:28 +00:00
- Agda (thanks to ocharles)
- Chrome (thanks to beardedprojamz)
- D (thanks to trishume)
2015-05-30 03:51:54 +00:00
- Deft (thanks to trishume)
2015-05-31 03:47:08 +00:00
- Emacs-lisp
2015-05-31 04:33:28 +00:00
- Emoji
2015-05-31 03:47:08 +00:00
- Eyebrowse
2015-05-31 04:33:28 +00:00
- Games (thanks to nashamri)
2015-05-30 04:26:42 +00:00
- Gnus (thanks to cpaulik)
2015-05-30 03:51:54 +00:00
- Gtags (thanks to tuhdo)
2015-05-31 03:47:08 +00:00
- iBuffer (thanks to alex-glv)
2015-05-30 04:26:42 +00:00
- Pandoc (thanks to cpaulik)
2015-05-30 03:51:54 +00:00
- Prodigy (thanks to CestDiego)
- Purescript (thanks to kofno)
2015-05-31 03:47:08 +00:00
- Rust (thanks to mkaito)
2015-05-31 04:33:28 +00:00
- Salt (thanks to beardedprojamz)
2015-06-01 03:25:26 +00:00
- Search Engine (thanks to CestDiego)
2015-05-30 04:26:42 +00:00
- Semantic (thanks to tuhdo)
- Shell
2015-05-31 03:47:08 +00:00
- Spotify (thanks to BrianHicks)
2015-05-30 04:26:42 +00:00
- Sql (thanks to BrianHicks)
2015-05-31 03:47:08 +00:00
- TypeScript
- Vim-powerline
2015-05-30 03:51:54 +00:00
*** Dotfile changes
- New variable =dotspacemacs-search-tools= which is a list of search tool
executable names. Spacemacs uses the first installed tool of the list
with search related key bindings (~SPC /~, ~SPC s ...~).
2015-05-30 03:51:54 +00:00
Supported tools are `ag', `pt', `ack' and `grep'."
- New variable =dotspacemacs-highlight-delimiters= which selects a scope
to highlight delimiters. Possible value is =all=, =current= or =nil=.
Default is =all=. (thanks to tuhdo)
2015-05-30 04:26:42 +00:00
- New variable =dotspacemacs-additional-packages=. Adding packages to
this list will install them without needing them to be wrapped in a
layer. Ideal for quickly add a package. The package configuration
can be put in =dotspacemas/config=.
- New variable =dotspacemacs-use-ido=. If non nil then =ido= replaces =helm=
for some commands. For now only =find-files= (SPC f f) is replaced.
- New key binding ~SPC f e D~ to open an =ediff= buffer between the user
2015-05-31 03:47:08 +00:00
dotfile and the current template.
2015-06-01 03:25:26 +00:00
- Disable paste micro-state by default, i.e. set the variable
=dotspacemacs-enable-paste-micro-state= to =nil= in the dotfile template.
2015-05-31 03:47:08 +00:00
*** New conventions
- Add conventions for markup languages like =markdown= or =org=
(thanks to cpaulik)
2015-05-30 03:51:54 +00:00
*** Layer changes
**** Spacemacs
2015-05-31 03:47:08 +00:00
- Auto-indent when pasting use the universal argument to not auto-indent
(thanks to tuhdo)
- Fix =global-mode-string= for mode-line (thanks to 3marcusw)
- Display =guide-key= buffer at the bottom instead of the right so we get
more space. Also fix some issues with other popup interaction.
- Use single space sentence delimiter (thanks to roryk)
- Restore maximized frame state with =zoom-frm= (thanks to ralesi)
- Improve =golden-ratio= excluded buffers coverage (thanks to tuhdo)
2015-05-31 04:33:28 +00:00
- Add missing =evil-window-*= commands to =golden-ratio= managed commands
(thanks to riclima)
2015-05-31 03:47:08 +00:00
- Add CamelCase motion toggle to =subword-mode= (thanks to mkcode)
- Add =open-junk-file= package which allows to quickly create a junk file
in =.cache= directory. Bound to ~SPC f J~ (thanks to tuhdo)
- Add ~SPC T s~ to toggle semantic-stickyfunc (thanks to cpaulik)
- Add ~SPC b Y~ and ~SPC b P~ to copy/paste whole buffer (thanks to swaroopch)
- Add ~SPC h d b~ to =describe-bindings= (thanks to mkcode)
- Add toggle to hide/show the mode line on ~SPC t m t~ (thanks to jupl)
2015-05-31 03:47:08 +00:00
- Add =move-text= micro-state
2015-05-30 03:51:54 +00:00
- Add =highlight-parentheses= package which can activated by setting
=dotspacemacs-highlight-delimiters= to =current= (thanks to tuhdo)
2015-05-31 03:47:08 +00:00
- Add =clean-aindent-mode= package to cleanly delete virtual indentation
(thanks to tuhdo)
- Move =yasnippet= and =hippie-exp= to =auto-completion= layer.
- Move =multi-term= and shell packages to new =shell= layer
- Move =flyspell= and =helm-flyspell= to =syntax-checking= layer
- Move ~SPC b r~ to ~SPC f R~ (rename file)
2015-05-31 03:47:08 +00:00
- Move some toggles key bindings which are now:
- ~SPC t s~ for syntax checking
- ~SPC t S~ for spelling checking
- ~SPC t f~ for fill column
- ~SPC t F~ for auto-fill
- ~SPC t c~ for camelcase
2015-05-31 04:33:28 +00:00
- Move =sp-local-pair= to =:config= of =smartparens= so user can override
them (thanks to person808)
- Remove ~SPC b 0~ and ~SPC b $~ redundant key bindings (thanks to tuhdo)
2015-05-30 04:26:42 +00:00
- Remove all themes from the layer (since now themes are not
automatically uninstalled).
2015-05-31 03:47:08 +00:00
- Don't use the minibuffer for =scroll= micro-state
2015-05-31 04:33:28 +00:00
- Don't close compilation buffer after success (thanks to TheBB)
2015-05-31 03:47:08 +00:00
- Make =trailing-whitespace= face more subtle (thanks to tuhdo)
- Beautify whitespace highlighting (thanks to tuhdo)
- Make inactive window face of mode-line compatible with more themes
(thanks to tuhdo)
2015-05-31 04:33:28 +00:00
- Fix the =recentf-exclude= variable, now cache folder is correctly excluded
(thanks to rcherrueau)
2015-05-31 03:47:08 +00:00
- Fix global toggle for whitespace.
- Fix for new line insertions with ~SPC i~ (thanks to nashamri)
2015-05-31 03:47:08 +00:00
- Fix =spray= cursor issue when quitting.
- Tweak =fci-mode= face color, should be better in most themes
(thanks to tuhdo)
2015-05-31 04:33:28 +00:00
- Improve =smooth-scroll= configuration (thanks to sooheon)
- Refactor =spacemacs/init-evil-lisp-state= to use =use-package=
(thanks to mveytsman)
2015-05-31 03:47:08 +00:00
***** Helm
- Switch commands for ~Tab~ and ~C-z~ in Helm (thanks to darkfeline)
2015-05-31 03:47:08 +00:00
- Remove Helm header line to make it clearer (thanks to tuhdo)
- Manually manage =popwin= to improve popup window interactions (thanks to
tuhdo)
- Enable fuzzy matching in Helm (thanks to ralesi)
- Turn on colors in =helm-swoop= (thanks to danielwuz)
- Render README.md file of layers with =Open README= action of
=helm-spacemacs=, use the universal argument ~C-u~ to open
2015-05-31 03:47:08 +00:00
the file without rendering it (thanks to tuhdo)
2015-05-31 04:33:28 +00:00
- Add dotfile variables helm source to =helm-spacemac=
- Add support for extensions in =helm-spacemacs=
2015-05-31 03:47:08 +00:00
- Use =helm-pp-bookmarks= instead of =helm-bookmarks= (thanks to darkfeline)
- Move ~C-SPC~ on ~M-SPC~ and ~S-M-SPC~ for =helm= and =ido= micro-states.
2015-05-31 03:47:08 +00:00
- Make =helm-find-files= =backspace= key behave like =ido= (thanks to tuhdo)
2015-05-31 04:33:28 +00:00
- Fix aggressive manipulation of =face-remapping-alist= in =helm= and =ido=
- Automatically create directories if needed when renaming a file (thanks to
env0der)
- Replace =helm-projectile-vc= (which does not exist) by =projectile-vc=
(thanks to swaroopch)
- Fix =toggle-maximize-buffer= (thanks to tuhdo)
2015-05-31 03:47:08 +00:00
***** Evil
- Use non-visual lines for j/k navigation (thanks to mlsteele)
- Enable =evil-execute-in-normal-state= in =holy-mode=
- Better default face for =evil-search-highlight-persist-highlight-face=
(thanks to tuhdo)
- Add visual state mapping for =<= and =>= to =<gv= and =>gv= respectively
(allow to indent a region several times).
- Add =spacemacs/smart-goto-definition= which attempts to call
~SPC m g g~ and falls back to =evil-goto-definition= if that fails
2015-05-31 03:47:08 +00:00
(thanks to luxbock)
- Replace ~C-o~ with ~M-o~ in =dired= buffer since ~C-o~ is replaced with
2015-05-31 03:47:08 +00:00
=evil-execute-in-normal-state= (thanks to tuhdo)
- Make =evil-smart-*= functions respect the leader key (thanks to person808)
- Advice =evil-jump-to-var= with =evil-set-jump= (thanks to luxbock)
- Temporary hack to speed up =ace-jump-line= (~SPC l~) as an evil motion.
2015-05-31 03:47:08 +00:00
**** Auctex
- Add =RefTeX= package (thanks to rpglover64)
- Add =flycheck= support
- =build-view= always recompile TeX (thanks to kvelicka)
2015-05-30 04:26:42 +00:00
**** Auto-completion
2015-05-31 03:47:08 +00:00
- New variables:
- =auto-completion-return-key-behavior= set the action to perform when the
~RET~ key is pressed, the possible values are =complete= and =nil=.
2015-05-31 03:47:08 +00:00
- =auto-completion-tab-key-behavior= set the action to perform when the
~TAB~ key is pressed, the possible values are =complete=, =cycle= and =nil=
2015-05-31 03:47:08 +00:00
- =auto-completion-complete-with-key-sequence= is a string of two characters
denoting a key sequence that will perform a =complete= action if the
sequence has been entered quickly enough. If its value is =nil= then the
feature is disabled.
- Default values are ~RET~ -> =complete=, ~TAB~ -> =cycle= and sequence is
2015-05-31 03:47:08 +00:00
=nil=
- Rename =auto-completion-enable-company-help-tooltip= to
=auto-completion-enable-help-tooltip=
- Add support for =company-statistics=, to activate it set the layer variable
=auto-completion-enable-sort-by-usage= to =t= (thanks to person808)
- Add =auto-yasnippet= package on ~SPC i S~ (thanks to tuhdo)
2015-05-31 03:47:08 +00:00
- Disable =company-tooltip-flip= (thanks to tuhdo)
2015-05-30 04:26:42 +00:00
- Allow a snippet to wrap around a selected region when expanded,
press ~C-x C-x~ to go to the original mark and run =yas-expand=
2015-05-30 04:26:42 +00:00
to wrap the selected region in expanded snippet. (thanks to tuhdo)
- Allow =hippie-expand= to expand snippets (thanks to tuhdo)
- Remove =company-yasnippet= backends use ~SPC i s~ and ~C-p~
2015-05-31 03:47:08 +00:00
- Fix =company= and =fci-mode= incompatibility (thanks to tuhdo)
2015-05-31 04:33:28 +00:00
- Fix wrong creation location for new snippets with =yas-new-snippet= (thanks
to CestDiego)
- ~SPC t a~ now correctly toggle =company= by default.
2015-05-31 03:47:08 +00:00
- Remove unneeded =yasnippet-snippets= submodule (thanks mkcode)
2015-05-31 04:33:28 +00:00
- Better lazy-loading of =yasnippet= (thanks to tuhdo)
2015-05-30 04:26:42 +00:00
**** Autohotkey
- Use MELPA package (thanks to ralesi)
2015-05-31 03:47:08 +00:00
**** C/C++
- New layer variable =c-c++-enable-clang-support=
2015-06-01 03:25:26 +00:00
- New layer variable =c-c++-default-mode-for-headers= (thanks to ceales)
2015-05-31 03:47:08 +00:00
- Remove unnecessary =auto-mode-alist= (thanks ceales)
- Add =clang-format= support (thanks to gnzlbg)
2015-05-31 04:33:28 +00:00
**** Chrome
- Add better integration with edit-server package (thanks to CestDiego)
- Added Gmail messages support with =ham= mode (thanks to CestDiego)
2015-05-31 03:47:08 +00:00
**** Clojure
- Add binding to connect to REPL in Cider on ~SPC m s c~ (thanks to jcsims)
- Add ~SPC m t a~ to reload test namespace before running all tests (thanks to
2015-05-31 04:33:28 +00:00
voxdolo)
- Add ~SPC m t r~ to reload test namespace and re-run failed tests (thanks to
2015-05-31 04:33:28 +00:00
voxdolo)
- Add ~SPC m t t~ to reload test namespace and run focused test (thanks to
2015-05-31 04:33:28 +00:00
voxdolo)
2015-05-30 03:51:54 +00:00
**** Colors
- Add =rainbow indentifiers= color profiles for =gotham= and
=material= themes.
- Add colorization of keywords and function names for
=rainbow indentifiers=.
2015-05-31 03:47:08 +00:00
- New variable =colors-theme-identifiers-sat&light= to set default
lightness and saturation for a given theme.
**** Emacs-lisp
- Move ~SPC m f~ bindings for code formatting to ~SPC m =~
- Add =macrostep= package with a micro-state on ~SPC m d m~
2015-05-31 03:47:08 +00:00
(thanks to person808)
2015-05-30 03:51:54 +00:00
**** Erc
- Add ERC channels to mode-line (thanks to swaroopch)
- Add ~SPC a i i~ key binding to switch to active ERC channels (thanks
2015-05-30 04:26:42 +00:00
to swaroopch)
2015-05-31 03:47:08 +00:00
- Highlight nicks using =erc-hl-nicks= (thanks to CestDiego)
- Image inline support using =erc-image= (thanks to CestDiego)
- Logging to ~/.emacs.d/.cache/erc-logs (thanks to CestDiego)
- =ViewLogMode= for viewing logs (thanks to CestDiego)
- YouTube videos Thumbnails inline using =erc-yt= (thanks to CestDiego)
- Social Graph for ERC messages using =erc-social-graph= (thanks to CestDiego)
**** ESS
- Fix lazy-loading of packages (thanks to jcpetkovich)
2015-05-31 04:33:28 +00:00
- Update to take care of the merge of =company-ess= in =ess=
(thanks to jcpetkovich)
2015-05-31 03:47:08 +00:00
**** Extra-langs
- Add =matlab= package (thanks to TheBB)
2015-05-30 03:51:54 +00:00
**** Git
- Make =git-gutter= key bindings work with or without the fringe (thanks
to person808)
2015-05-31 03:47:08 +00:00
- Fix =git-gutter= and =linum-mode= integration (thanks to person808)
- Fix =s= key binding to stage item in visual state.
- Replace =with-eval-after-load= by =eval-after-load= (compatible with 24.3)
(thanks to person808)
- Disable =evil-snipe= in =magit-status-mode= (thanks to person808)
- Enable =fci-mode= (fill column) in =git-commit-mode= (thanks to tuhdo)
- Add =helm-gitignore= package on ~SPC g I~ (thanks to jupl)
2015-05-31 04:33:28 +00:00
**** Gtags
- Add =helm-gtags-dwim-other-window= on ~SPC m g G~ (thanks to mijoharas)
2015-05-30 03:51:54 +00:00
**** Haskell
- ensure =haskell-indentation= is loaded before calling members (thanks
to chrisbarrett)
- fix misspelled references to keymaps (thanks to chrisbarrett)
- fix function names =identation= instead of =indentation= (thanks
to chrisbarrett)
2015-05-31 03:47:08 +00:00
- Fix =haskell-indentation= =eval-after-load= (thanks to chrisbarrett)
- Fix =ghci-ng= key bindings being overridden (thanks to bjarkevad)
- Use new package =haskell-snippets=
2015-05-31 04:33:28 +00:00
- Use =ghci-ng= for function =haskell-process-do-type-on-prev-line= (thanks to
bjarkevad)
2015-05-30 03:51:54 +00:00
**** Html
- Improve =web= micro-state key bindings (thanks to CestDiego)
- =emmet= key bindings fixes (thanks to louy2 and mkcode)
- Use only =smartparens= in =web-mode= (thanks to louy2 and mkcode)
- Add =eco= to =web-mode= =auto-mode-alist= (thanks to louy2 and mkcode)
2015-05-31 03:47:08 +00:00
- Fix buggy =T= key with =emmet=
- Add =company-web= package (thanks to CestDiego)
- Add a bunch of new pairs to =sp-local-pair= (thanks to CestDiego)
2015-05-31 04:33:28 +00:00
- Turn on =rainbow-delimiters= for =LESS= and =SCSS= (thanks to jupl)
2015-05-30 04:26:42 +00:00
**** Javascript
- Add =js-doc= package (thanks to geksilla)
- Add =web-beautify= package on ~SPC m =~ (thanks to elliotec)
2015-05-30 04:26:42 +00:00
- Apply key bindings conventions to some =tern= key bindings.
2015-06-01 03:25:26 +00:00
**** Lua
- Add support for auto-completion (thanks to mijoharas)
2015-05-31 03:47:08 +00:00
**** Markdown
- Add a bunch of new key bindings to improve consistency of key bindings
for markup languages, see [[https://github.com/syl20bnr/spacemacs/commit/7b6678efd6cece5bbb3419579590b843943f9e13][commit]] (thanks to cpaulik)
- Add markdown render buffer command on ~SPC m c r~ (thanks to CarlQLange)
- Add ~SPC m i k~ to insert =<kbd>...</kbd>= pairs (thanks to CestDiego)
2015-05-31 03:47:08 +00:00
**** Ocaml
- Add REPL using =utop= (thanks to edwintorok)
- Auto-indentation using =ocp-indent= (thanks to edwintorok)
- Add support for =company= auto-completion (thanks to edwintorok)
- Add support for =flycheck= syntax checking (thanks to edwintorok)
2015-06-01 03:25:26 +00:00
- New =merlin= key bindings (thanks to edwintorok)
2015-05-30 03:51:54 +00:00
**** Org
2015-05-31 03:47:08 +00:00
- Add a bunch of new key bindings to improve consistency of key bindings
for markup languages, see [[https://github.com/syl20bnr/spacemacs/commit/7b6678efd6cece5bbb3419579590b843943f9e13][commit]] (thanks to cpaulik)
2015-05-30 03:51:54 +00:00
- Use =org-startup-indented= instead of a hook so users can easily
remove =org-indent-mode= (thanks to darkfeline)
- Add support for =org-pomodoro-clock= to mode-line (thanks to swaroopch)
2015-05-31 03:47:08 +00:00
- Add =org-present= package (thanks to swaroopch)
- Add ~SPC m j~ for =helm-org-in-buffer-headings= (thanks to swaroopch)
- Add ~SPC m n~ for =org-narrow-to-subtree= (thanks to mattly)
- Add ~SPC m N~ for =widen= (thanks to mattly)
- Add ~SPC m i k~ to insert =<kbd>...</kbd>= pairs (thanks to CestDiego)
2015-05-31 03:47:08 +00:00
- Add =htmlize= package to enable syntax highlight in export HTML
(thanks to tetsusoh)
2015-05-31 04:33:28 +00:00
- Fix error with =org-async= (thanks to justbur)
2015-05-31 03:47:08 +00:00
**** Osx
- Make ~Command-s~ work with other modes (thanks to linktohack)
2015-05-31 03:47:08 +00:00
- Make =dired= use =coreutils gls= if installed (thanks to usharf)
**** Perforce
- Add a bunch of key bindings see [[https://github.com/syl20bnr/spacemacs/commit/6793eda4a90ee3a6c19c433b8676d5d9d8c3de76][commit]] (thanks to snandan)
**** Puppet
- Add =auto-completion= support (thanks to PierreR)
2015-05-30 04:26:42 +00:00
**** Python
- Add YAPF extension for buffer formatting (thanks to kennethlove)
- =nose.el= is now compatible with =virtualenv= (thanks to danielwuz)
- Add a function to remove unused imports =python-remove-unused-imports=
on ~SPC m c i~ (thanks to danielwuz)
2015-05-31 03:47:08 +00:00
- Add =pip-requirement= package (thanks to CestDiego)
2015-05-31 04:33:28 +00:00
- Enable =company= in Python REPL for code completion (thanks to tuhdo)
2015-05-31 03:47:08 +00:00
- Fix wrong extra parenthesis when inserting a breakpoint
(thanks to CestDiego)
2015-05-31 04:33:28 +00:00
- Don't enable Vim key bindings in REPL if =holy-mode= is active (thanks to
tuhdo)
- Fix Python and Semantic integration when no =python= executable can be
found on the system (thanks to tuhdo)
2015-05-30 04:26:42 +00:00
**** Rcirc
- Add =rcirc-track-minor-mode= to the =rcirc-mode-hooks= (thanks to
luxbock)
2015-05-30 03:51:54 +00:00
**** Ruby
- Fix =ruby-test-mode= initialization
2015-05-30 04:26:42 +00:00
- Fix auto-completion (thanks to trishume)
2015-05-31 03:47:08 +00:00
- Fix Rails mappings showing up in non rails projects (thanks to horrorvacui)
- Add =:A= ex-command which switches between implementation and test
(thanks to naliwajek)
- Remove overloading of function =erm-darken-color=
**** Rust
- Add key bindings for cargo build, run, test (thanks to swaroopch)
2015-05-31 04:33:28 +00:00
**** Scala
- Add ~SPC m d A~ to attach to remote debugger (thanks to siegelzero)
2015-05-31 04:33:28 +00:00
**** Semantic
- Create directory for =semanticdb= if it doesn't exist (thanks to CestDiego)
2015-05-30 04:26:42 +00:00
**** Shell
2015-05-31 04:33:28 +00:00
- Use =shell-pop= to toggle shell/eshell and terminals (thanks to tuhdo)
2015-05-30 04:26:42 +00:00
- Add binding for EOF (^D) in =term= (thanks to darkfeline)
- Bind =term-send-tab= only in insert state (thanks to darkfeline)
- =up= and =down= in shell to cycle through previous commands (thanks to
ralesi)
2015-05-31 03:47:08 +00:00
- Fix for =paste= command in =multi-term=.
- Add ~SPC p $ t~ to run =multi-term= at project root
2015-05-31 04:33:28 +00:00
**** Slime
- Disable =smartparens= in SLIME REPL (thanks to tuhdo)
**** Smex
- Fix =smex= prompt whitespace (thanks to TheBB)
2015-05-31 03:47:08 +00:00
**** Syntax-checking
- New variable =syntax-checking-flycheck-pos-tip= to enable or disable
documentation popup (thanks to beardedprojamz)
**** Themes
- Add =apropospriate-theme= to megapack
- Add =jazz-theme= to megapack (thanks to matDobek)
- Fix theme-to-package rules for =base16= (thanks to mkaito)
**** Tmux
- Add support for motion state (thanks to rphillips)
2015-05-30 04:26:42 +00:00
**** Vim-empty-lines
- Update with last patches (thanks to person808)
2015-05-31 04:33:28 +00:00
- Exclude terminal modes (thanks to tonylotts)
2015-05-31 03:47:08 +00:00
**** Ycmd
- Move C/C++ related configuration to =c-c++= layer.
*** Core
2015-05-31 04:33:28 +00:00
- Add support for =use-package= injected hooks (not yet documented)
- It is now possible to create a layer directly in a known configuration
layer path. A helm buffer will ask for a known path or a new path
(thanks to justbur)
2015-06-01 03:25:26 +00:00
- The =:variables= keyword now behaves like regular =setq=.
2015-05-31 04:33:28 +00:00
- Add org elpa repository
- Use =archive= instead of =package-alist= to detect orphans
(fix false orphan positives when the dependencies of a package change)
- Improve support for images in Spacemacs banner, it is now possible to use
any image format supported by Emacs (thanks to jupl)
- Prefix all category folders in =contrib= with =!= (thanks to trishume)
2015-05-31 03:47:08 +00:00
- Smarter buffer switching which tries to avoid special buffers, you can
2015-05-30 04:26:42 +00:00
customize =spacemacs-useless-buffers-regexp= to define other buffers to
avoid (thanks to person808)
2015-05-31 03:47:08 +00:00
- Warn about duplicated layers
2015-05-30 03:51:54 +00:00
- Improvements to home buffer: Quick Help, Content toggles,
link faces, better key bindings (thanks to tuhdo)
2015-05-31 03:47:08 +00:00
- =dotspacemacs/location= now respect =dotspacemacs-filepath= value
(thanks to coldnew)
2015-05-31 04:33:28 +00:00
- Avoid conflict with hydra's =lv.el= (thanks to edwintorok)
- Update layer templates to use =setq= instead of =defvar= (thanks to
person808)
2015-05-31 03:47:08 +00:00
*** Other fixes
2015-05-30 03:51:54 +00:00
- Replace =defvar= with =setq= for variable definition =<layer>-packages=,
=<layer>-pre-extensions= and =<layer>-pre-extensions=.
- Themes in =dotspacemacs-themes= are not considered orphans anymore
- Fix "Unable to check for new version." if =.emacs.d= is a symlink
(thanks to louy2)
2015-05-31 03:47:08 +00:00
- Fix non unicode number spacing in mode-line
2015-05-31 04:33:28 +00:00
- Typos (thanks to Andrea, atamis, CarlQLange, charl, ctjhoa, Devagamster,
dguilak, edwintorok, fhzerorubigd, jackwilsonv, jupl, kini, latkins, MadAnd,
2015-05-31 21:43:15 +00:00
mlsteel, mosic, person808, skwuent, srid, swaroopch and zimbatm)
2015-05-31 03:47:08 +00:00
* Release 0.101.x
2015-04-13 06:17:21 +00:00
** Hot new features
*** Choose your own editing style
2015-05-30 03:51:54 +00:00
Thanks to the new =holy-mode= Spacemacs can now be used by Vim users
or Emacs users by setting the =dotspacemacs-editing-style= variable to
='vim= or ='emacs= in the dotfile. In =Emacs= style the leader is
available on =M-m=. It is possible to dynamically switch between the
two style with ~SPC P tab~.
2015-04-13 06:17:21 +00:00
*** Mandatory init function and new Pre and Post init functions
A package is now considered to be used only if there is a corresponding
2015-05-30 03:51:54 +00:00
=<layer>/init-<package>= function explicitly defined.
2015-04-13 06:17:21 +00:00
There is now two new functions to initialize a given package:
2015-05-30 03:51:54 +00:00
- =<layer>/pre-init-<package>= which is called before the init function
- =<layer>/post-init-<package>= which is called after the init function
Even if a =pre= or =post= function exist for a given package, an =init=
2015-04-13 06:17:21 +00:00
function is still required to consider the package to be used.
*** Auto-completion
Spacemacs now officially support auto-completion. The old layer
2015-05-30 03:51:54 +00:00
=company-mode= has been removed and =auto-complete= has been removed
2015-04-13 06:17:21 +00:00
from the spacemacs layer.
2015-05-30 03:51:54 +00:00
They are now part of a new layer called =auto-completion=.
2015-04-13 08:47:36 +00:00
You'll have to this add layer to your dotfile to enable auto-completion.
2015-04-13 06:17:21 +00:00
*** Syntax checking
Flycheck has been removed from the Spacemacs layer and moved to a new
2015-05-30 03:51:54 +00:00
layer called =syntax-checking=.
2015-04-13 08:47:36 +00:00
You'll have to add this layer to your dotfile to enable the fly syntax
2015-04-13 06:17:21 +00:00
checking.
*** Org
Org packages have been removed from Spacemacs layer and moved to a new
2015-05-30 03:51:54 +00:00
=org= layer.
2015-04-13 08:47:36 +00:00
You'll have to add this layer to your dotfile to enable the Org
2015-04-13 06:17:21 +00:00
configuration of Spacemacs.
*** New shortcuts in startup buffer
Recent files, project and bookmarks can be displayed on the startup
2015-05-30 03:51:54 +00:00
buffer. Check for the new dotfile variable =dotspacemacs-startup-lists=.
2015-04-13 06:17:21 +00:00
(thanks to CarlQLange)
*** New lighter in the mode line
Lighter letters have been updated, now the letter corresponds to the
key binding to toggle the associated mode. For instance auto-completion
is on ⓐ and thus can be toggled with ~SPC t a~.
2015-04-13 06:17:21 +00:00
*** Better package update
The package update should now prevent even more errors when upgrading
a batch of packages.
2015-05-31 03:47:08 +00:00
** Initial Release (2015/04/13)
2015-04-13 06:17:21 +00:00
*** New layers
2015-05-30 03:51:54 +00:00
- evil-commentary: Alternative to =evil-nerd-commenter=
2015-04-13 06:17:21 +00:00
(thanks to person808)
- better-defaults: layer providing better defaults for Emacs commands,
rather empty for now. (thanks to tuhdo)
- ERC: an IRC client (thanks to swaroopch)
- Racket: a lisp dialect (thanks to trishume)
- xkcd: browse for XKCD in Emacs (thanks to CestDiego)
2015-05-30 03:51:54 +00:00
- shell-scripts: layer containing shell specific modes like =fish-mode=
2015-04-13 06:17:21 +00:00
- editorconfig: add support for EditorConfig (thanks to jupl)
*** New dotfile variables:
2015-05-30 03:51:54 +00:00
- =dotspacemacs-editing-style= can be either =vim= or =emacs=.
- =dotspacemacs-verbose-loading= if non nil the loading prints logs in
the =*Messages*= buffer. Default value is =nil=.
- =dotspacemacs-startup-lists= is a list of symbols to display recent
items in the startup buffer, possible values are: =recents=,
=bookmarks= and =projects= (thanks to CarlQLange)
2015-04-13 06:17:21 +00:00
*** Auto-complete
2015-05-30 03:51:54 +00:00
- Move to =auto-completion= layer
2015-04-13 06:17:21 +00:00
*** C/C++
- Add key bindings ~SPC m g a~ and ~SPC m g A~ for open alternate file
2015-04-13 06:17:21 +00:00
(thanks to mijoharas)
*** Clojure
- Add ~SPC m e f~ eval function at point
2015-05-30 03:51:54 +00:00
- Add =cider-eval-sexp-fu=
- Fix for =cider-send-function-to-repl= (thanks to nashamri)
- Replace =auto-complete= by =company= for auto-completion
- Move ~SPC d~ commands on ~SPC h~ to meet Spacemacs convetions (thanks to
2015-04-13 06:17:21 +00:00
cpaulik)
2015-05-30 03:51:54 +00:00
- Open =cider-doc= without asking for symbol, close it with =q= (thanks to
2015-04-13 06:17:21 +00:00
cpaulik)
*** Company
2015-05-30 03:51:54 +00:00
- Move to =auto-completion= layer
- Refactoring of =company= configuration, it is now lazy-loaded and the
=company-backends= list is now a buffer local variable. =company= is
2015-04-13 06:17:21 +00:00
not enabled globally anymore.
2015-05-30 03:51:54 +00:00
- Set =company-delay= to 0.2 instead of 0
- Ignore =company-quickhelp= for Emacs version < 24.4
- Add support for =company= in various languages (thanks to trishume)
2015-04-13 06:17:21 +00:00
*** Emacs Lisp
2015-05-30 03:51:54 +00:00
- Add =eval-sexp-fu= (thanks to tuhdo)
2015-04-13 06:17:21 +00:00
- Enable eldoc in eval-expression and IELM (thanks to tuhdo)
- New key bindings ~SPC m e b~, ~SPC m e c~ and ~SPC m e r~ to evaluate
2015-05-30 03:51:54 +00:00
the buffer, the current form starting by =set= or =def= and the region
2015-04-13 06:17:21 +00:00
respectively (thanks to ralesi)
*** Ess
2015-05-30 03:51:54 +00:00
- Fix loading of =ess-R-object-popup= and =ess-R-data-view=
2015-04-13 06:17:21 +00:00
(thanks to jcpetkovich)
*** Extra-Lang layer
2015-05-30 03:51:54 +00:00
- Add =Nim= language (thanks to trishume)
2015-04-13 06:17:21 +00:00
*** Flycheck
2015-05-30 03:51:54 +00:00
- Move to =syntax-checking= layer
- Add =flycheck-pos-tip= (thanks to tuhdo)
- Enable flycheck for =lua= files (thanks rphillips)
2015-04-13 06:17:21 +00:00
*** Git
2015-05-30 03:51:54 +00:00
- Add =gitconfig-mode= and =git-commit-mode= (thanks to ralesi)
- Add =gitattributes-mode= and =gitignore-mode= (thanks to r4ts0n)
2015-04-13 06:17:21 +00:00
- Add key bindings in rebase mode
2015-05-30 03:51:54 +00:00
- Add =git-link= package (thanks to CestDiego)
2015-04-13 06:17:21 +00:00
- Enable Magit authentication on Windows (thanks to tuhdo)
2015-05-30 03:51:54 +00:00
- Loads =magit-gh-pulls= only after requesting it (thanks to cpaulik)
2015-04-13 06:17:21 +00:00
*** Go
- Add =run-package-tests= command on ~SPC m t p~ (thanks to robmerrell)
2015-05-30 03:51:54 +00:00
- Fix path to =go-oracle= (thanks to Pursuit92)
2015-04-13 06:17:21 +00:00
*** Haskell
- Move ~SPC m t~ and ~SPC m i~ under ~SPC m h~
2015-05-30 03:51:54 +00:00
- Remove =hi2= (it is now integrated in =haskell-mode=)
- Disable =eletric-indent-mode=
- Fix =flycheck-haskell= autoload (thanks to jcpetkovich)
- Fix =flycheck= loading
- Move ~SPC m t~ to ~SPC m h t~ according to Spacemacs conventions (thanks
2015-04-13 06:17:21 +00:00
to jeremyjh)
2015-05-30 03:51:54 +00:00
- Add C-- =cmm-mode= (thanks to bgamari)
2015-04-13 06:17:21 +00:00
*** Helm
- Add =helm-colors= key binding on ~SPC C l~ (thanks to tuhdo)
2015-05-30 03:51:54 +00:00
- Make =helm-ff-doted-directory= consistent (thanks to tuhdo)
2015-04-13 06:17:21 +00:00
- Disable popwin-mode when a Helm session is active (thanks to tuhdo)
- Fix lazy-loading of helm for describe commands
2015-05-30 03:51:54 +00:00
- Add support for =pt= the platinum searcher (thanks to ralesi)
- Add support for =helm-ag-edit=
- Add function =spacemacs/helm-projectile-search-dwim= which select the
2015-04-13 06:17:21 +00:00
first available external search tool (pt, ag, ack or grep) (thanks to
ralesi)
2015-05-30 03:51:54 +00:00
- Enable =helm-descbinds= globally (thanks to tuhdo)
- Add key bindings for useful Helm commands: =helm-info-at-point=,
=helm-man-woman=, =helm-locate-library= and =helm-minibuffer-history=
2015-04-13 06:17:21 +00:00
(thanks to tuhdo)
2015-05-30 03:51:54 +00:00
- Add key bindings for searching the web using =helm-suggest= (thanks to
2015-04-13 06:17:21 +00:00
cpaulik)
*** Holy-mode
- New package providing Emacs edition style to Spacemacs
*** IRC
- rcirc: Create rcirc logging directory during init
(thanks to jcpetkovich)
- New ERC layer (thanks to swaroopch)
- Add ERC keybindings (thans to cpaulik)
- Move startup key bindings to prefix ~SPC a i~
2015-04-13 06:17:21 +00:00
*** Markdown
2015-05-30 03:51:54 +00:00
- Associate =.mkd= with =markdown-mode= (thanks to bgamari)
2015-04-13 06:17:21 +00:00
*** Org
2015-05-30 03:51:54 +00:00
- Move to =org= layer
2015-04-13 06:17:21 +00:00
- Bind evil-leader in org-agenda-map (thanks to luxbock)
- Add =org-pomodoro= on ~SPC m p~ (thanks to swaroopch)
- Add key bindings for =org-clock-cancel= on ~SPC m q~,
and =org-set-effort= on ~SPC m f~ (thanks to swaroopch)
2015-05-30 03:51:54 +00:00
- Fix diminish of =org-indent=
2015-04-13 06:17:21 +00:00
*** Perspective
- Rebind =spacemacs/persp-switch-project= to ~SPC p p~
2015-04-13 06:17:21 +00:00
(thanks to CestDiego)
*** Projectile
- Move projectile switch project from ~SPC p S~ to ~SPC p p~
2015-04-13 06:17:21 +00:00
*** Python
- Add helm-pydoc on ~SPC m h d~ (thanks to danielwuz)
2015-05-30 03:51:54 +00:00
- Fix =pylookup= configuration
2015-04-13 06:17:21 +00:00
*** Racket
- Add key bindings for REPL interaction
*** Ruby
2015-05-30 03:51:54 +00:00
- Lazy-load =projectile-rails=
- Remove mode-line lighter for =robe=
2015-04-13 06:17:21 +00:00
*** Scala
- Do not enable ensime in non-file buffers (thanks to chrisbarrett)
*** SLIME
- Use slime for indentation (thanks to tuhdo)
- Add extension for SBCL (thanks to tuhdo)
- Allow to create a common lisp scratch buffer with slime-scratch
(thanks to tuhdo)
- Enable fuzzy completion with score (thanks to tuhdo)
- Don't enable SLIME in Emacs Lisp (thanks to tuhdo)
*** Smartparens
- Enable smartparens in eval-expression (thanks to tuhdo)
*** Themes
2015-05-30 03:51:54 +00:00
- Fix =themes-megapack= layer where themes could not be browsed in Helm.
- Add =material= theme (thanks to cpaulik)
- Add =darktooth= theme (thanks to person808)
- Add =gotham= theme (thanks to person808)
2015-04-13 06:17:21 +00:00
*** ycmd
- Set global config only if not already set (thanks naseer)
*** Web
2015-05-30 03:51:54 +00:00
- Add =sass-mode= (thanks to ryanartecona)
2015-04-13 06:17:21 +00:00
- Ensure that less gets loaded (thanks to mijoharas)
*** Various Improvements and Changes
2015-05-30 03:51:54 +00:00
- New =evil= state called =evilified= which is used in _evilified_
2015-04-13 06:17:21 +00:00
buffers.
2015-05-30 03:51:54 +00:00
- Remove the following packages from Spacemacs layer: =dired+=,
=fancy-narrow=, =string-edit=, =visual-regexp-steroids= and =wdired=
- Rename =*-declarep= functions to =*-usedp= functions
2015-04-13 06:17:21 +00:00
- Display block selection info in the mode line
(thanks to emmanueltouzery)
- Bind =K= in normal state to ~SPC m h h~ if it exists
2015-04-13 06:17:21 +00:00
(thanks to person808)
- Add key binding for balancing windows on ~SPC w =~ (thanks to kini)
- Add key binding to indent region on ~SPC j =~ (thanks to tuhdo)
- Add key binding ~SPC w SPC~ for =ace-window= (thanks to ralesi)
- Add key binding ~SPC b h~ to open the startup buffer (thanks to ralesi)
- Add key binding ~SPC t ~~ to toggle Vim tildes
2015-04-13 06:17:21 +00:00
- Add adaptive wrap which appropriately indents wrapped lines (thanks to
person808)
- Add mouse support to line number column (thanks to ralesi)
- single click selects line
- double click selects text block
- drag across lines selects all lines dragged across
2015-05-30 03:51:54 +00:00
- Add =highlight-numbers= (thanks to tuhdo)
- Add =highlight-indentation= on ~SPC t h i~ and ~SPC t h c~ (thanks to
2015-04-13 06:17:21 +00:00
cpaulik)
- Add ace-link package to spacemacs layer (thanks to danielwuz)
- Add =indent-guide= on ~SPC t i~ (thanks to ralesi)
2015-04-13 06:17:21 +00:00
- Add link to cpaulik tutorial to use the Spacemacs icons in Ubuntu Unity
- Add C-w and brackets [] to guide-key-sequence (thanks to ralesi)
2015-05-30 03:51:54 +00:00
- Add =info+= to improve Info reading experience (thanks to tuhdo)
- Add default layers to dotfile template: =auto-completion=,
=better-defaults=, =git=, =markdown=, =org= and =syntax-checking=
2015-04-13 06:17:21 +00:00
(thanks to CarlQLange)
- Move some toggles on ~SPC T~: fringe, menu bar, tool bar,
2015-04-13 06:17:21 +00:00
frame maximize, frame fullscreen, frame transparency
- Restore rectangle-mark-mode key binding (thanks to tuhdo)
- Make <escape> quit the isearch-mode like vim (thanks to dsdshcym)
- Enable goto-address-prog-mode which makes URL in code comments clickable
(thanks to tuhdo)
- Disable aggressive indent for ediff buffers (thanks chrisbarrett)
- Prevent cursor from moving into minibuffer prompt (thanks to tuhdo)
- Remove tildes in Spacemacs buffer and read-only buffers like Info and
help (thanks to tuhdo)
- Ask user editing style when creating .spacemacs file (thanks to tuhdo)
- Fix for persistent-server if server never got started (thanks to ralesi)
- Fix nyan cat starting rainbow on a light background
- Fix some double loading of some packages
2015-05-30 03:51:54 +00:00
- Fix double loading of =extensions.el= files
2015-04-13 06:17:21 +00:00
- Fix question for preferred coding systems on Microsoft Windows
- Properly enable saveplace (thanks to tuhdo)
- Don't bind ~C-d~ in =ido-completion-map= to =ido-delete-file-at-head=
2015-04-13 06:17:21 +00:00
(thanks to segv)
- Don't refer to ~/.emacs.d/ directly at various places
(thanks to jcpetkovich)
- Don't want paste-micro-state to pop up when pasting in ex command
prompt (thanks to ralesi)
- Don't cycle when press TAB in eshell (thanks to tuhdo)
- Don't insert extra quote in dotspacemacs-mode (thanks to tuhdo)
- Adapt some micro-states to the micro-state macro (thanks to ralesi)
- Improve smooth scrolling configuration (reduce some point jump)
(thanks to tuhdo)
2015-05-30 03:51:54 +00:00
- Improve =doge= banner grammar (thanks to mathpunk)
- New =HOTOWs.md= file in =/doc=
- Add =Buy A Drink= badge to README.md
2015-04-13 06:17:21 +00:00
- Typo and documentation updates (thanks to danielwuz, swaroopch,
CestDiego, IvanMalison, agevelt, nwolfe)
** Hot Fixes
2015-04-24 03:57:06 +00:00
*** Startup Buffer
2015-04-13 07:51:23 +00:00
- Don't display the release notes in the startup buffer when Emacs is restarted
after a fresh install
2015-05-30 03:51:54 +00:00
- Startup buffer: fix widget activation in =holy-mode= (thanks to tuhdo)
- Startup buffer: Don't fontify the startup buffer when =rainbow-identifiers=
*** Auto-completion
- Fix error when toggling auto-completion in some buffers
*** Haskell
- Add new =haskell-snippets= package (fixes error with required =haskell-yas=)
- Fix missing quote in =haskell-indentation=
2015-04-24 03:57:06 +00:00
*** Org
- Org layer: exclude ox-gfm since it seems problematic for some users.
2015-04-15 02:50:12 +00:00
package is used
2015-04-24 03:57:06 +00:00
*** Ruby
- Fix auto-completion activation.
*** Themes
2015-04-18 03:19:34 +00:00
- Fix conflict between official Spacemacs solarized theme and
2015-05-30 03:51:54 +00:00
=color-theme-solarized= declared in =themes-megapack= layer.
- Add rules for all base16 themes (thanks to mkaito)
2015-04-24 03:57:06 +00:00
*** Various Fixes
2015-05-30 03:51:54 +00:00
- revert back =ag= as the default search tool instead of =pt=, =pt= can
conflict with =pt= command line tool from TCL parser tools.
2015-04-13 06:17:21 +00:00
* Previous Releases
- See Github release page