1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 13:32:41 -08:00

Reorder some items in NEWS.md

This commit is contained in:
John Wiegley 2017-11-29 10:55:47 -08:00
parent 7499c8812a
commit f256943f9b

View file

@ -17,22 +17,23 @@
### Other changes
- New `:hook` keyword.
- Documentation added for the `:after`, `:defer-install`, `:delight`,
`:requires`, `:when` and `:unless` keywords.
- When use-package-inject-hooks is non-nil, always fire init/config hooks.
- Print key bindings for keymaps in `describe-personal-keybindings`.
- Allow `:diminish` to take no arguments.
- Add `:custom (foo1 bar1) (foo2 bar2)` etc., and `:custom-face`.
- Add `:magic` and `:magic-fallback` keywords.
- Add `:defer-install` keyword.
- New customization variable `use-package-enable-imenu-support`.
- Upgrade license to GPL 3.
- `:bind (:map foo-map ...)` now defers binding in the map until the package
has been loaded.
- New `:hook` keyword.
- New keywords `:custom (foo1 bar1) (foo2 bar2)` etc., and `:custom-face`.
- New `:magic` and `:magic-fallback` keywords.
- New `:defer-install` keyword.
- New customization variable `use-package-enable-imenu-support`.
- Allow `:diminish` to take no arguments.
- Support multiple symbols passed to `:after`, and a mini-DSL using `:all` and
`:any`.
- `:mode` and `:interpreter` can now accept `(rx ...)` forms.
- `:bind (:map foo-map ...)` now defers binding in the map until the package
has been loaded.
- Print key bindings for keymaps in `describe-personal-keybindings`.
- When `use-package-inject-hooks` is non-nil, always fire `:init` and
`:config` hooks.
- Documentation added for the `:after`, `:defer-install`, `:delight`,
`:requires`, `:when` and `:unless` keywords.
### Bug fixes