branch: externals/setup commit de68cb8be1c5a9b53322352642d4afe39c7b688d Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Order news section in descenting order --- setup.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.el b/setup.el index b182656..865955c 100644 --- a/setup.el +++ b/setup.el @@ -36,6 +36,14 @@ ;;; News: +;;;; Version 1.2.0 +;; +;; - Remove `setup-wrap-to-demote-errors' from `setup-modifier-list' +;; - Let `:with-feature' and `:with-mode' check symbol properties to +;; improve context-setting guesses. +;; - Move macros :hide-mode, :advise, :needs, :if-host and :load-from +;; to EmacsWiki. +;; ;;;; Version 1.1.0: ;; ;; - Fix quoting error in :file-match definition @@ -45,14 +53,6 @@ ;; - Improvements to setup docstring ;; - Wrap `setup' forms with `with-demoted-errors' ;; - Allow `setup' to be extended using `setup-modifier-list' -;; -;;;; Version 1.2.0 -;; -;; - Remove `setup-wrap-to-demote-errors' from `setup-modifier-list' -;; - Let `:with-feature' and `:with-mode' check symbol properties to -;; improve context-setting guesses. -;; - Move macros :hide-mode, :advise, :needs, :if-host and :load-from -;; to EmacsWiki. ;;; Code: