Update changelog

This commit is contained in:
Henrik Lissner 2018-01-01 17:01:35 -05:00
parent 8134c49ec3
commit f1ebda6c6f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -41,16 +41,27 @@
causing load order errors. This is because the ~hash-table-values~ function causing load order errors. This is because the ~hash-table-values~ function
in Emacs 25 and under uses ~maphash~, which reverses the hash-table, while in Emacs 25 and under uses ~maphash~, which reverses the hash-table, while
newer versions use ~cl-loop~, which doesn't. newer versions use ~cl-loop~, which doesn't.
+ =core-packages= Fix ~doom//*~ not running from the correct
default-directory, causing errors.
+ =core-ui= Fix cryptic missing-font errors (also, they are warnings now). + =core-ui= Fix cryptic missing-font errors (also, they are warnings now).
+ =core-ui= Account for Emacs 26 line numbers when calculating + =core-ui= Account for Emacs 26 line numbers when calculating
~visual-fill-column-width~. ~visual-fill-column-width~.
+ =core-editor= the =KILL= argument for ~quit-window &optional KILL WINDOW~
has been flipped and now kills the window's buffer by default.
+ =core-projects= Add ~doom-project-find-file~ and ~doom-project-browse~ for + =core-projects= Add ~doom-project-find-file~ and ~doom-project-browse~ for
interactively fuzzy-finding and opening files in a directory/project. interactively fuzzy-finding and opening files in a directory/project.
+ Add ~doom/info~ command for collecting information about your system and
session and puts it in the clipboard. This is to make it easier for those
reporting bugs to easily include it.
+ Fix ibuffer windows not being handed off to popup system (see [[https://github.com/hlissner/doom-emacs/issues/309][#309]]).
+ =feature= + =feature=
+ =file-templates= Add a file template for fish shell scripts (thanks to + =file-templates=
[[https://github.com/amosbird][amosbird]]). + Add a file template for fish shell scripts (thanks to [[https://github.com/amosbird][amosbird]]).
+ Fix some file templates not being inserted, like module README.org files.
+ =version-control= When evil-mode is available, start git commit message + =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]]). buffers in insert mode (see [[https://github.com/hlissner/doom-emacs/issues/300][#300]]).
+ =jump= Always prompt for provider when no major-mode specific online jumper
is defined (for ~+jump/online~ and ~+jump/documentation~).
+ =ui= + =ui=
+ =doom-dashboard= + =doom-dashboard=
+ Fix ~whitespace-mode~ and ~show-trailing-whitespace~ turning the dashboard + Fix ~whitespace-mode~ and ~show-trailing-whitespace~ turning the dashboard
@ -74,6 +85,7 @@
+ The ~+cc-include-paths~ and ~+cc-compiler-options~ options have been + The ~+cc-include-paths~ and ~+cc-compiler-options~ options have been
renamed to ~+cc-default-include-paths~ and ~+cc-default-compiler-options~ renamed to ~+cc-default-include-paths~ and ~+cc-default-compiler-options~
for clarity. for clarity.
+ Fix irony-mode complaining when it is enabled in non-C major-modes.
+ =org= + =org=
+ Change repo source for org-plus-contrib to emacsmirror. + Change repo source for org-plus-contrib to emacsmirror.
+ Fix ~+org-dir~ being resolved too soon, robbing the user of the + Fix ~+org-dir~ being resolved too soon, robbing the user of the