branch: externals/setup commit 5a69dab9bb79d8bebaaa9bc14795cbaafd1c2423 Author: Philip Kaludercic <p...@posteo.net> Commit: Philip Kaludercic <p...@posteo.net>
Bump version to 1.5.0 --- setup.el | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/setup.el b/setup.el index 55e7fb3e2b..17324acf64 100644 --- a/setup.el +++ b/setup.el @@ -4,7 +4,7 @@ ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Philip Kaludercic <phil...@posteo.net> -;; Version: 1.4.0 +;; Version: 1.5.0 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: lisp, local ;; URL: https://codeberg.org/pkal/setup.el @@ -37,28 +37,12 @@ ;;; News: -;;;; Version 1.4.0 (13Apr24) +;;;; Version 1.5.0 (29Aug25) -;; - New :bind-to macro, that takes a key chord and binds the -;; context-relevant function. E.g. +;; - Add support for `package-vc' in `:package' macro. Instead of a +;; symbol, a cons-cell can be used to specify a package specification. ;; -;; (setup (:package do-at-point) -;; (:bind-to "C-'")) -;; -;; - New :autoload-this creates an auto-load cookie for the -;; context-relevant function by connecting it to the -;; context-relevant feature. -;; -;; - Avoid calling `package-refresh-contents' in :package if it is not -;; necessary. The check here was broken, as Ralf Schmitt noticed. -;; -;; - Earl Hyatt improved the :repeatable keyword to support a prefix -;; of non-repeating arguments. -;; -;; - Passing a map to :bind-into has been deprecated, since there is -;; no reliable way to deduce the feature that holds the map. I -;; apologise for the inconvenience. The functionality will remain -;; for a while, but I would advise rewriting affected configuration. +;; - Update URL to point to new Codeberg repository. ;;; Code: