From 858ea70760426a9e1fa1ce1f21fb8f8d62bd1803 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sat, 13 Apr 2024 09:54:54 +0200 Subject: [PATCH] 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 eae5f6c..cf75ad8 100644 --- a/setup.el +++ b/setup.el @@ -4,7 +4,7 @@ ;; Author: Philip Kaludercic ;; Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht> -;; 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: -- 2.45.2