From f256943f9b50c43a8c280c48ce7f891f834509e5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 29 Nov 2017 10:55:47 -0800 Subject: [PATCH] Reorder some items in NEWS.md --- etc/USE-PACKAGE-NEWS | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS index 63e235605fa..a4f20070e6a 100644 --- a/etc/USE-PACKAGE-NEWS +++ b/etc/USE-PACKAGE-NEWS @@ -17,22 +17,23 @@ ### Other changes +- Upgrade license to GPL 3. - 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 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`. -- Upgrade license to GPL 3. -- `:bind (:map foo-map ...)` now defers binding in the map until the package - has been loaded. +- 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 -- 2.39.2