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
4bb4cb46
Commit
4bb4cb46
authored
Nov 01, 2017
by
syl20bnr
Browse files
Bump version to 0.200.10 and update Change Log
parent
7efa18db
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.org
View file @
4bb4cb46
*
Release
0.200
.
x
**
0.200.10
(
2017
/
11
/
01
)
***
Fixes
-
Fix
error
:
(
void
-
variable
helm
-
bookmark
-
map
)
when
selecting
a
candidate
from
a
Helm
buffer
(
thanks
to
bmag
)
-
Fix
window
number
assignation
for
Neotree
buffer
window
(
thanks
to
duianto
)
**
0.200.9
(
2017
/
04
/
06
)
***
Fixes
-
Fix
theme
loading
with
terminal
Emacs
(
thanks
to
wang0z
)
...
...
core/core-spacemacs-buffer.el
View file @
4bb4cb46
...
...
@@ -13,7 +13,7 @@
;;
;;; Code:
(
defconst
spacemacs-buffer-version-info
"0.200.
9
"
(
defconst
spacemacs-buffer-version-info
"0.200.
10
"
"Current version used to display addition release information."
)
(
defconst
spacemacs-buffer-name
"*spacemacs*"
...
...
core/info/release-notes/0.200.10.txt
0 → 100644
View file @
4bb4cb46
HOT FIX RELEASE
- Fix Helm error when selecting a candidate from a Helm buffer (thanks to bmag)
- Fix window number assignation for Neotree buffer window (thanks to duianto)
init.el
View file @
4bb4cb46
...
...
@@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.200.
9
"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.200.
10
"
"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