File tree 4 files changed +17
-2
lines changed
4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
* 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
2
10
** 0.200.12 (2018/01/23)
3
11
*** Fixes
4
12
- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
Original file line number Diff line number Diff line change 13
13
; ;
14
14
; ;; Code:
15
15
16
- (defconst spacemacs-buffer-version-info " 0.200.11 "
16
+ (defconst spacemacs-buffer-version-info " 0.200.13 "
17
17
" Current version used to display addition release information." )
18
18
19
19
(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 16
16
; ; lower value in your dotfile (function `dotspacemacs/user-config' )
17
17
(setq gc-cons-threshold 100000000 )
18
18
19
- (defconst spacemacs-version " 0.200.12 " " Spacemacs version." )
19
+ (defconst spacemacs-version " 0.200.13 " " Spacemacs version." )
20
20
(defconst spacemacs-emacs-min-version " 24.4" " Minimal version of Emacs." )
21
21
22
22
(if (not (version<= spacemacs-emacs-min-version emacs-version))
You can’t perform that action at this time.
0 commit comments