[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/setup d768687d78 2/2: Bump version to 1.3.1
From: |
ELPA Syncer |
Subject: |
[elpa] externals/setup d768687d78 2/2: Bump version to 1.3.1 |
Date: |
Thu, 15 Sep 2022 07:58:02 -0400 (EDT) |
branch: externals/setup
commit d768687d78a76ebe90a9eb824e98d7598655058e
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Bump version to 1.3.1
---
setup.el | 36 +++++-------------------------------
1 file changed, 5 insertions(+), 31 deletions(-)
diff --git a/setup.el b/setup.el
index b1d183c307..8cd8a84545 100644
--- a/setup.el
+++ b/setup.el
@@ -4,7 +4,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>
;; Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
-;; Version: 1.3.0
+;; Version: 1.3.1
;; Package-Requires: ((emacs "26.1"))
;; Keywords: lisp, local
;; URL: https://git.sr.ht/~pkal/setup
@@ -37,36 +37,10 @@
;;; News:
-;;;; Version 1.3.0
-
-;; - Add new `:and' macro.
-;; - Add new `:with-function' macro and have `:hook-into' use
-;; the context function instead of the context mode (Earl Hyatt)
-;; - Improve `:bind-into' handling of maps.
-
-;;;; Version 1.2.0
-
-;; - Remove `setup-wrap-to-demote-errors' from `setup-modifier-list'
-;; - Pull `setup-expand-local-macros' back into `setup'
-;; - 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.
-;; - Revert the indentation spec change for `setup-define'
-;; - Add :bind-into macro
-;; - Add :ensure key to `setup-define' to replace
-;; the deprecated setup-ensure-... functions
-;; - Add `setup-bind' macro to simplify context modification.
-
-;;;; Version 1.1.0:
-
-;; - Fix quoting error in :file-match definition
-;; - Remove unnecessary check for lexical binding
-;; - Change `setup-define' indentation
-;; - Handle multiple expressions in :when-loaded
-;; - Improvements to setup docstring
-;; - Wrap `setup' forms with `with-demoted-errors'
-;; - Allow `setup' to be extended using `setup-modifier-list'
+;;;; Version 1.3.1 (bug fix release)
+
+;; - Fix `:and' implementation.
+;; - Make `setup-bind' non-destructive
;;; Code: