]> git.eshelyaron.com Git - emacs.git/commitdiff
Reorder some items in NEWS.md
authorJohn Wiegley <johnw@newartisans.com>
Wed, 29 Nov 2017 18:55:47 +0000 (10:55 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 29 Nov 2017 18:55:47 +0000 (10:55 -0800)
etc/USE-PACKAGE-NEWS

index 63e235605fa364698cf09ae2cf00b505f640a1d9..a4f20070e6a7dbe627731977d2c7283da1ad3dd3 100644 (file)
 
 ### 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