Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
spacemacs
Commits
582f9aa4
Commit
582f9aa4
authored
Jan 25, 2018
by
syl20bnr
Browse files
Bump version to 0.200.13
parent
51de051d
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.org
View file @
582f9aa4
*
Release
0.200
.
x
**
0.200.13
(
2018
/
01
/
25
)
***
Fixes
-
Remove
=
ess
-
R
-
object
-
popup
=
from
=
ess
=
layer
(
thanks
to
NGaffney
)
-
Remove
=
wolfram
-
mode
=
package
from
=
extra
-
langs
=
(
thanks
to
bennofs
)
-
Import
=
info
+.
el
=
as
local
package
-
Import
=
help
-
fns
+.
el
=
as
local
package
-
Import
=
hide
-
comnt
.
el
=
as
local
package
-
core
:
fix
not
found
packages
with
=
dotspacemacs
-
install
-
packages
=
all
**
0.200.12
(
2018
/
01
/
23
)
***
Fixes
-
Use
HTTPS
instead
of
HTTP
for
ORG
ELPA
repository
(
thanks
to
aaronjensen
)
...
...
core/core-spacemacs-buffer.el
View file @
582f9aa4
...
...
@@ -13,7 +13,7 @@
;;
;;; Code:
(
defconst
spacemacs-buffer-version-info
"0.200.1
1
"
(
defconst
spacemacs-buffer-version-info
"0.200.1
3
"
"Current version used to display addition release information."
)
(
defconst
spacemacs-buffer-name
"*spacemacs*"
...
...
core/info/release-notes/0.200.13.txt
0 → 100644
View file @
582f9aa4
MELPA HOT FIX RELEASE
- Fixes removed packages from MELPA.
Essentially Emacs WIKI packages are concerned. They have been imported as local
packages from Emacsmirror GitHub organization (thanks to tarsius for maintaining
it)
init.el
View file @
582f9aa4
...
...
@@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.200.1
2
"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.200.1
3
"
"Spacemacs version."
)
(
defconst
spacemacs-emacs-min-version
"24.4"
"Minimal version of Emacs."
)
(
if
(
not
(
version<=
spacemacs-emacs-min-version
emacs-version
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment