|
1 | 1 | * Release 0.200.x
|
| 2 | +** 0.200.8 (2017/04/01) |
| 3 | +*** Convention changes |
| 4 | +- Update debug conventions |
| 5 | + - Step in and Step out are now, ~i~ and ~o~ respectively |
| 6 | + - Inspect a value is now ~v~ |
| 7 | + - Next step is now ~s~ |
| 8 | +*** Dotspacemacs changes |
| 9 | +- Improve variable =dotspacemacs-line-numbers=. The variable can now take a |
| 10 | + property list with the following keywords supported: =:relative t= to turn on |
| 11 | + relative lines, =:disabled-for-modes mode1 mode2 ...= to disable line numbers |
| 12 | + in specific major modes and =:size-limit-kb n= to disable line numbers when |
| 13 | + the size of the buffer is greater than n (thanks to deb0ch) |
| 14 | +*** Core changes |
| 15 | +- Import =quela=, =package-build=, =ido-vertical-mode= and =spacemacs-theme= in |
| 16 | + =core/libs= |
| 17 | +- Speedup ~SPC h SPC~ loading. |
| 18 | +- Force installation of =org-contrib-plus= instead of =org= effectively avoiding |
| 19 | + to install Org twice. |
| 20 | +- Display some additional information message in mode-line at startup. |
| 21 | +- Throw an error instead of a warning if emacs version is too old |
| 22 | + (thanks to deb0ch) |
| 23 | +- Refactor =rotate-windows= (thanks to bmag) |
| 24 | +- Don’t toggle maximized window at startup if already maximized |
| 25 | + (thanks to TheBB) |
| 26 | +- Set default value of =dotspacemacs-enable-paste-transient-state= to nil to |
| 27 | + reflect its value in the doftile template (tanks to toupeira) |
| 28 | +- which-key: Update usage of replacement alists (thanks to justbur) |
| 29 | +- which-key: Fix transient state descriptions (thanks to justbur) |
| 30 | +- which-key: Implement combined select window keys (thanks to justbur) |
| 31 | +- Maximize frame earlier in the startup process (thanks to deb0ch) |
| 32 | +- Fix unbound holy-mode error (thanks to TheBB) |
| 33 | +- Fix error on footer insertion when window is narrow (thanks to deb0ch) |
| 34 | +- Fix encoding of =;= in issue report body (thanks to d12frosted) |
| 35 | +- Fix variable is void: system-info in spacemacs/report-issue |
| 36 | +- Fix delayed warning display in emacs 25.5 |
| 37 | +- Fix computation of package installation lazyness |
| 38 | +- Fix false warning about duplicate layers at startup. (thanks to puzl) |
| 39 | +- Fix indentation rules for declare-prefix functions |
| 40 | +- Add support for interpreter-mode-alist to layer lazy installation |
| 41 | +- Add support for local elpa repositories |
| 42 | +- Always return `t` from use-package pre/post hooks. (thanks to Stebalien) |
| 43 | +- Jump-handers =:async= keyword can now take a predicate function |
| 44 | +- home buffer: update quickhelp.txt in [?] (thanks to kccai) |
| 45 | +- Filter out private vars in dotspacemacs/get-variable-string-list |
| 46 | +- Add support for go to definition in other window with ~SPC m g G~ |
| 47 | +- Scope minor-mode specific key bindings under major-mode leader |
| 48 | +*** Distribution layer changes |
| 49 | +- New key binding ~SPC w +~ to toggle between vertical and horizontal windows |
| 50 | + layout (thanks to nixmaniack, bmag) |
| 51 | +- New key binding ~SPC w TAB~ to go to last selected window (thanks to adelq) |
| 52 | +- New key binding ~gf~ in compilation mode to find file at point |
| 53 | + (thanks to FrancescElies) |
| 54 | +- New key binding ~gD~ to jump to definition in another window |
| 55 | + (thanks to quicknir) |
| 56 | +- New key binding ~SPC x l S~ to reverse sort lines (duianto) |
| 57 | +- New key bindings ~SPC x l c~ and ~SPC x l C~ to sort lines by column (duianto) |
| 58 | +- New key binding ~SPC f T~ to jump to currently opened file in =neotree= |
| 59 | + (thanks to arjun-urs) |
| 60 | +- New key binding ~'~ in =neotree= to take a quick look at the currently |
| 61 | + selected file (thanks to sdwolf) |
| 62 | +- Overhaul the buffer transient state on ~SPC b .~ (thanks to quicknir) |
| 63 | +- Improve =spacemacs/count-word-analysis= by including information from |
| 64 | + =count-words= function |
| 65 | +- Use use =winum.el= instead of =window-numbering.el= for window numbers |
| 66 | + (thanks to deb0ch) |
| 67 | +- Add copy key to neotree under ~C~ (thanks to lanejo01) |
| 68 | +- Move generation of tags from ~SPC p C-g~ to easier ~SPC p G~ (thanks to TheBB) |
| 69 | +- Add duplicate-line-or-region on ~SPC x l d~ (thanks to deb0ch) |
| 70 | +- Integrate =auto-highlight-symbol= with =evil= as well as =isearch= |
| 71 | + (thanks to TheBB) |
| 72 | +- Change default fringe color for centered-buffer-mode. |
| 73 | +- Use =helm= or =ivy= as completion framework for =dumb-jump= (thanks to deuill) |
| 74 | +- Hide PROPERTIES drawers in space-doc-mode (thanks to nikolaiam) |
| 75 | +- Disable auto-revert of =buffer-menu-mode= (thanks to bgamari) |
| 76 | +- Fix spacemacs/rename-current-buffer-file on non-file buffers |
| 77 | + (thanks to lislon) |
| 78 | +*** Layer changes |
| 79 | +**** Ansible |
| 80 | +- Add support for =ansible-vault= (auto-de/encryption of files) |
| 81 | +- Add support for =company= with =company-ansible= package |
| 82 | +**** Auto-completion |
| 83 | +- Add new package =fuzzy= for =auto-complete=. |
| 84 | +**** Better defaults |
| 85 | +- Add new package =unfill= (thanks to d12frosted) |
| 86 | +**** Chinese |
| 87 | +- Move =pyim= into the =.cache= directory (thanks to DCPRevere) |
| 88 | +**** Chrome |
| 89 | ++ Add package =flymd=. Flymd is a realtime markdown preview (hodge) |
| 90 | +**** Clojure |
| 91 | +- Update debugger key bindings to meet new conventions |
| 92 | +- Add new key bindings to convert collections (thanks to benedekfazekas) |
| 93 | +- Fix calls to =cider-test-xxxx= functions (thanks to mahinshaw) |
| 94 | +**** Common Lisp |
| 95 | +- Add neew key binding ~SPC m h i~ to inspect a definition |
| 96 | +- Set jump handler to =slime-edit-definition= (thanks to phoe) |
| 97 | +**** CSharp |
| 98 | +- Fix Omnisharp jump handler by marking it async (thanks to razzmatazz) |
| 99 | +**** Elixir |
| 100 | +- Add support for =credo= (denin) |
| 101 | +- Prevent from inserting too many "end"s in Elixir (thanks to michalmuskala) |
| 102 | +**** Emacs Lisp |
| 103 | +- Fix cursor position for =eval-last-sexp=. |
| 104 | +- Add ~SPC m e c~ to evaluate current sexp. Evaluation of current =setq= or |
| 105 | + =defun= form is under ~SPC m e C~. |
| 106 | +- Add support for =debugger= and =edebug=, see tutorial in =README.org= file. |
| 107 | +**** Extra-langs |
| 108 | +- Add extension =.wl= for =wolfram-mode= (kenkangxgwe) |
| 109 | +**** Finance |
| 110 | +- Add new key bindings for ledger account reconciliation (thanks to timjaeger) |
| 111 | +**** Games |
| 112 | +- Add =sudoku= game. (thanks to et2010) |
| 113 | +**** Go |
| 114 | +- Fix void reference to =go--position-bytes= (thanks to db47h) |
| 115 | +**** Haskell |
| 116 | +- Update debugger key bindings to meet new conventions |
| 117 | +**** Html |
| 118 | +- Defer =company-web= loading (ralesi) |
| 119 | +**** IBuffer |
| 120 | +- New key bindings ~g r~ to update buffer, ~g j~ to move to next filter group |
| 121 | + and ~g k~ to move to previous filter group (thanks to donm) |
| 122 | +**** IPthon-notebook |
| 123 | +- Fix =axes.color_cycle= warning in matplotlibrc (thanks to Retorz) |
| 124 | +**** Ivy |
| 125 | +- Rebind ~SPC f b~ to =counsel-bookmark= (thanks to gilbertw1) |
| 126 | +- Add confirmation between deleting a file with ~d~ (thanks to d12frosted) |
| 127 | +- Add C-c C-e to edit counsel-ag search results (thanks to aaronjensen) |
| 128 | +- Correctly close =ivy= layout transient state when pressing ~b~ |
| 129 | + (thanks to gilbertw1) |
| 130 | +**** Javascript |
| 131 | +- Fix jump handler using =tern= by marking it async (thanks to coreygrunewald) |
| 132 | +**** LaTeX |
| 133 | +- Add new key bindings for folding functions (thanks to nashamri) |
| 134 | +**** Markdown |
| 135 | +- Add new key binding ~SPC m i t~ to insert a Table of Contents |
| 136 | +- Fix activation of =mmm-mode= |
| 137 | +- Add support for ini files |
| 138 | +- Hide =MMM= linter in mode-line |
| 139 | +**** Org |
| 140 | +- New key binding ~,~ for =org-edit-src-exit= (thanks to david-sawatzke) |
| 141 | +- New key binding ~SPC m i a~ for =org-attach= (thanks to smile12341234) |
| 142 | +- Move ~SPC m e~ to ~SPC m e e~ for =org-export-dispatch= |
| 143 | +- Fix ~o~ on folded headings (thanks to dschoepe) |
| 144 | +**** Prodigy |
| 145 | +- Add new key binding ~R~ to refresh buffer (thanks to FrancescElies) |
| 146 | +- Add new key binding ~gf~ to go to file at point (thanks to FrancescElies) |
| 147 | +**** Python |
| 148 | +- New layer variable =python-auto-set-local-pyvenv-virtualenv= to autoload |
| 149 | + a virtual env with a =.venv= file (thanks to korayal) |
| 150 | +- Simplify python test runner setup (thanks to TheBB) |
| 151 | +- Fix debug string for python3 (thanks to yangguang760) |
| 152 | +- Fix python path with virtualenv on Windows in Python nose package |
| 153 | + (thanks to brenttaylor) |
| 154 | +- Fix python-enable-yapf-format-on-save (thanks to magia) |
| 155 | +**** Restclient |
| 156 | +- Add package =ob-restclient= to add =org-babel= support to =restclient= |
| 157 | +- Add helm support to jump to variable or request with ~SPC m j~ (thanks to tko) |
| 158 | +- Add autocompletion for methods and headers (thanks to tko) |
| 159 | +- Add key bindings for jump to next / previous query with ~SPC m n~ and |
| 160 | + ~SPC m p~ (thanks to tko) |
| 161 | +**** Ruby-On-Rails |
| 162 | +- Use projectile-rails-global-mode if available (thanks to asok) |
| 163 | +**** Rust |
| 164 | +- Add binding for describing symbol at point under ~SPC m h h~ |
| 165 | + (thanks to NJBS) |
| 166 | +- Add key binding to run current Rust file under ~SPC m q~ |
| 167 | + (thanks to swaroopch) |
| 168 | +- Make Racer respect =help-window-select= (thanks to bmag) |
| 169 | +**** Scala |
| 170 | +- Update debugger key bindings to meet new conventions |
| 171 | +- Update deprecated =ensime= variable name =user-emacs-ensime-directory= |
| 172 | + (thanks to brakhane) |
| 173 | +- Remove sbt-hydra rename wrapper (thanks to jdnavarro) |
| 174 | +**** Scheme |
| 175 | +- Fix void-variable =company-backends-scheme-mode= (thanks to pnagy) |
| 176 | +**** Semantic |
| 177 | +- Make Semantic fast (thanks to tudho) |
| 178 | +**** Shaders |
| 179 | +- Add support for =company= with =glsl-company= package (thanks to d12frosted) |
| 180 | +**** Spell-checking |
| 181 | +- Defer loading of =flyspell-correct-helm= and =flyspell-correct= |
| 182 | + (thanks to ralesi and d12frosted) |
| 183 | +**** Themes |
| 184 | +- Add sourcerer theme to themes-megapack (thanks to gilbertw1) |
| 185 | +- Added new base16 themes (thanks to bezhermoso and metamode) |
| 186 | +- Add madhat2r theme to megapack (thanks to madhat2r) |
| 187 | +**** Typescript |
| 188 | +- Fix eldoc initialization in typescript layer. (thanks to Stebalien) |
| 189 | +**** Version control |
| 190 | +- New layer variable =version-control-diff-side= to set the fringe |
| 191 | + side where to display version control info (thanks to emmanueltouzery) |
| 192 | +- Add a transient state for =smerge-mode= on ~SPC g r~ (thanks to perfectayush) |
| 193 | +**** Ymcd |
| 194 | +- Add ycmd-eldoc to ycmd layer (thanks to quicknir) |
| 195 | +*** Improvements |
| 196 | +- Improve home buffer responsiveness, add centering for release notes and lists |
| 197 | + (thanks to deb0ch) |
| 198 | +- Add keybindings to move buffers by window number with ~SPC b #~ where |
| 199 | + ~#~ is a number between 0 and 9 (thanks to quicknir) |
| 200 | +- Add toggle to display time in modeline on ~SPC t m t~. Toggle of the modeline |
| 201 | + is now in ~SPC t m T~. (thanks to jupl) |
| 202 | +- Add toggle for syntax highlighting on ~SPC t h s~ (thanks to jupl) |
| 203 | +- Message instead of warn on failed auto-evilify (thanks to TheBB) |
| 204 | +- Warn if both helm and ivy are enabled (thanks to TheBB) |
| 205 | +- Add new documentation file =doc/BEGINNERS_TUTORIAL.org= (nikolaiam) |
| 206 | +- Various documentation improvements (thanks to antonshwab, benbotwin, bmag, |
| 207 | + cyberxndr, d12frosted, duianto, erictapen, FrancescElies, idoo, jr0cket, |
| 208 | + jgertm, jumarko, jwintz, LemmingAvalanche, lpenz, Melon-Bread, mineo, |
| 209 | + nightuser, nikolaiam, primeos, rodonn, roryokane, rski, skade, smile12341234, |
| 210 | + stratosgear, Trevoke, xiaohanyu, Wiliamvdv, zetok, zhexuany) |
2 | 211 | ** 0.200.7 (2017/01/02)
|
3 | 212 | *** Fixes
|
4 | 213 | - More robust fix for error helm :config: ‘fuzzy-match’ not supported in async sources
|
|
75 | 284 | - Fix usage of =go-rename= on symlinked projects (thanks to grncdr)
|
76 | 285 | **** Helm
|
77 | 286 | - Add key binding ~M-RET~ (meta-return) to open the file =packages.el=
|
78 |
| - of a layer in =helm-spacemacs-help= under ~SPC h SPC~ (thansk to CestDiego) |
| 287 | + of a layer in =helm-spacemacs-help= under ~SPC h SPC~ (thanks to CestDiego) |
79 | 288 | **** Html
|
80 | 289 | - Fix hooks for CSS-mode since it now derives from =prog-mode= in Emacs 25
|
81 | 290 | (thanks to TheBB)
|
|
1196 | 1405 | *** Core team members
|
1197 | 1406 | **** Current
|
1198 | 1407 | - Sylvain Benner (syl20bnr)
|
1199 |
| -- Boris (d12frosted) |
1200 |
| -- Eivind Fonn (TheBB) |
| 1408 | +- Boris (thanks to d12frosted) |
| 1409 | +- Eivind Fonn (thanks to TheBB) |
1201 | 1410 | **** Old
|
1202 | 1411 | - Fabien Dubosson (StreakyCobra)
|
1203 |
| -- Justin Burkett (justbur) |
| 1412 | +- Justin Burkett (thanks to justbur) |
1204 | 1413 | * Release 0.105.x
|
1205 | 1414 | ** 0.105.22 (2016/08/19)
|
1206 | 1415 | *** Fixes
|
@@ -1927,7 +2136,7 @@ Improve loading robustness:
|
1927 | 2136 | - Add =company-css= backend in =web-mode= (thanks to TheBB)
|
1928 | 2137 | - Enable Emmet tab expansion in hybrid mode (thanks to geo7)
|
1929 | 2138 | - Expand to className when using Emmet, for =instance div.react-class=
|
1930 |
| - expands to =<div className = "react-class"></div>= (thanks to CestDegio) |
| 2139 | + expands to =< div className = "react-class"></div>= (thanks to CestDegio) |
1931 | 2140 | - Mark =css-indent-offset= as safe local variable (thanks to lunaryorn)
|
1932 | 2141 | - Fix =smartparens= loading (thanks to TheBB)
|
1933 | 2142 | - Fix erroneous micro-state key binding (thanks to StreakyCobra)
|
@@ -2212,9 +2421,9 @@ Improve loading robustness:
|
2212 | 2421 | vijaykiran, xfq, xtian, ZachLiss)
|
2213 | 2422 | *** Core team members
|
2214 | 2423 | - Sylvain Benner (syl20bnr)
|
2215 |
| -- Eivind Fonn (TheBB) |
| 2424 | +- Eivind Fonn (thanks to TheBB) |
2216 | 2425 | - Fabien Dubosson (StreakyCobra)
|
2217 |
| -- Justin Burkett (justbur) |
| 2426 | +- Justin Burkett (thanks to justbur) |
2218 | 2427 | * Release 0.104.x
|
2219 | 2428 | ** 0.104.8 (2015/12/16)
|
2220 | 2429 | *** Hotfix
|
|
0 commit comments