File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* Release 0.200.x
2+ ** 0.200.13 (2018/01/25)
3+ *** Fixes
4+ - Remove =ess-R-object-popup= from =ess= layer (thanks to NGaffney)
5+ - Remove =wolfram-mode= package from =extra-langs= (thanks to bennofs)
6+ - Import =info+.el= as local package
7+ - Import =help-fns+.el= as local package
8+ - Import =hide-comnt.el= as local package
9+ - core: fix not found packages with =dotspacemacs-install-packages= all
210** 0.200.12 (2018/01/23)
311*** Fixes
412- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
Original file line number Diff line number Diff line change 1313; ;
1414; ;; Code:
1515
16- (defconst spacemacs-buffer-version-info " 0.200.11 "
16+ (defconst spacemacs-buffer-version-info " 0.200.13 "
1717 " Current version used to display addition release information." )
1818
1919(defconst spacemacs-buffer-name " *spacemacs*"
Original file line number Diff line number Diff line change 1+ MELPA HOT FIX RELEASE
2+
3+ - Fixes removed packages from MELPA.
4+
5+ Essentially Emacs WIKI packages are concerned. They have been imported as local
6+ packages from Emacsmirror GitHub organization (thanks to tarsius for maintaining
7+ it)
Original file line number Diff line number Diff line change 1616; ; lower value in your dotfile (function `dotspacemacs/user-config' )
1717(setq gc-cons-threshold 100000000 )
1818
19- (defconst spacemacs-version " 0.200.12 " " Spacemacs version." )
19+ (defconst spacemacs-version " 0.200.13 " " Spacemacs version." )
2020(defconst spacemacs-emacs-min-version " 24.4" " Minimal version of Emacs." )
2121
2222(if (not (version<= spacemacs-emacs-min-version emacs-version))
You can’t perform that action at this time.
0 commit comments