From 660857952bedb3e35de60c7b01b0b0a1086881f9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 23 Dec 2017 02:34:47 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.org | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 113e95879..1b319e219 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -12,6 +12,41 @@ - [[#200-jan-17-2017][2.0.0 (Jan 17, 2017)]] * Unreleased (develop) ++ *Module changes:* + + Removed =private/hlissner= and added =private/default=, which is serve as a + more generic "starter" module for new users. My private module is now at + [[https://github.com/hlissner/doom-emacs-private][hlissner/doom-emacs-private]]. ++ =general= + + Fix "peculiar error" messages when running =bin/doom-doctor=, caused by + poorly thought out error handling (see [[https://github.com/hlissner/doom-emacs/issues/175][#175]]). + + Fix ~doom/am-i-secure~ command. + + Add unicode symbols to package management commands. Looks a little nicer <3. + + Transform =recentf= entries into their absolute paths with symlinks resolved + (using ~file-truename~). + + Local data and cache files are no longer host-namespaced. Originally, this + was meant to facilitate using the same config files (symlinked) across + different computers (e.g. via dropbox). Byte-compiled packages on one + computer would cause errors on another, so I abandoned this practice, making + ~doom-host-dir~ unnecessary. + + Fix an issue during live byte-compilation (with auto-compile-on-save-mode) + where ~gc-cons-threshold~ would get set to 304mb in the user's active + session, causing freezes and stuttering. + + Improve error handling when byte compiling Doom. It now cleans up after + itself is something goes wrong. + + Fix =stringp= error thrown by ~doom-fetch~ in noninteractive sessions. + + =core-ui= Fix cryptic missing-font errors (also, they are warnings now). + + =core-projects= Add ~doom-project-find-file~ and ~doom-project-browse~ for + interactively fuzzy-finding and opening files in a directory/project. ++ =feature= + + =version-control= When evil-mode is available, start git commit message + buffers in insert mode (see [[https://github.com/hlissner/doom-emacs/issues/300][#300]]). ++ =ui= + + =doom-dashboard= Fix whitespace-mode turning the Doom dashboard into a + Christmas tree (by highlighting trailing whitespace). ++ =lang= + + =org= Change repo source for org-plus-contrib to emacsmirror. + + =java= Fix Doom install meghanada server while byte compiling your Emacs + configuration. * 2.0.8 (Dec 09, 2017) + *Module changes:*