branch: externals/setup
commit 858ea70760426a9e1fa1ce1f21fb8f8d62bd1803
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Bump version to 1.4.0
---
setup.el | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 deletions(-)
diff --git a/setup.el b/setup.el
index eae5f6cd12..cf75ad8e7b 100644
--- a/setup.el
+++ b/setup.el
@@ -4,7 +4,7 @@
;; Author: Philip Kaludercic <[email protected]>
;; Maintainer: Philip Kaludercic <~pkal/[email protected]>
-;; Version: 1.3.2
+;; Version: 1.4.0
;; Package-Requires: ((emacs "26.1"))
;; Keywords: lisp, local
;; URL: https://git.sr.ht/~pkal/setup
@@ -37,9 +37,28 @@
;;; News:
-;;;; Version 1.3.2 (bug fix release)
-
-;; - Fix `:and' once again.
+;;;; Version 1.4.0 (13Apr24)
+
+;; - New :bind-to macro, that takes a key chord and binds the
+;; context-relevant function. E.g.
+;;
+;; (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.
;;; Code: