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
c25f1c6d
Commit
c25f1c6d
authored
Jan 22, 2018
by
syl20bnr
Browse files
Bump version to 0.200.11 Hotfix release
parent
e6e73cb8
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.org
View file @
c25f1c6d
*
Release
0.200
.
x
**
0.200.11
(
2018
/
01
/
22
)
***
Fixes
-
Fix
=
helm
=
display
function
(
thanks
to
jackkamm
)
-
Fix
=
anaconda
-
mode
=
variable
names
in
Python
layer
(
thanks
to
nixmaniack
)
-
Fix
typo
in
=
helm
-
cscope
-
find
-
calling
-
this
-
function
=
(
thanks
to
dubnde
)
-
Use
=
org
=
mime
=
package
from
MELPA
(
thanks
to
jackkamm
)
-
Replace
broken
=
helm
-
spotify
=
package
by
=
helm
-
spotify
-
plus
=
(
thanks
to
leezu
)
-
Update
=
Quelpa
=
library
-
Backport
up
to
date
list
of
themes
in
core
and
themes
-
megapack
layer
.
-
Fix
=
pyim
=
package
name
in
Chinese
layer
(
thanks
to
James
Wang
)
**
0.200.10
(
2017
/
11
/
01
)
***
Fixes
-
Fix
error
:
(
void
-
variable
helm
-
bookmark
-
map
)
when
selecting
a
candidate
from
...
...
core/core-spacemacs-buffer.el
View file @
c25f1c6d
...
...
@@ -13,7 +13,7 @@
;;
;;; Code:
(
defconst
spacemacs-buffer-version-info
"0.200.1
0
"
(
defconst
spacemacs-buffer-version-info
"0.200.1
1
"
"Current version used to display addition release information."
)
(
defconst
spacemacs-buffer-name
"*spacemacs*"
...
...
core/info/release-notes/0.200.11.txt
0 → 100644
View file @
c25f1c6d
HOT FIX RELEASE
- Fix =helm= display function (thanks to jackkamm)
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
- Use =org=mime= package from MELPA (thanks to jackkamm)
- Replace broken =helm-spotify= package by =helm-spotify-plus= (thanks to leezu)
- Update =Quelpa= library
- Backport up to date list of themes in core and themes-megapack layer.
- Fix =pyim= package name in Chinese layer (thanks to James Wang)
init.el
View file @
c25f1c6d
...
...
@@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.200.1
0
"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.200.1
1
"
"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