From f4e9d872c81bab6772025f2a481adbc25338f37f Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 27 Nov 2022 21:44:52 +0200 Subject: [PATCH] Announce recent changes in NEWS.org and bump version to 0.9.3 --- NEWS.org | 12 ++++++++++++ sweeprolog.el | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index ff34374..0d1a0eb 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,18 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* Version 0.9.3 on 2022-11-27 + +** Added repeat keymap for ~sweeprolog-forward-hole~ (Emacs 28+) + +This allows repeating the command after the first invocation with ~TAB~. + +** Predicate completion now names inserted holes based on the predicate's documentation + +Completing predicate invocations with ~C-M-i~ (~completion-at-point~) now +infers specific names for the holes inserted as argument placeholders +based on the predicate's ~PlDoc~ specification, when present. + * Version 0.9.2 on 2022-11-26 ** New command ~sweeprolog-update-dependencies~ diff --git a/sweeprolog.el b/sweeprolog.el index c392472..cccd6a3 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/dev@lists.sr.ht> ;; Keywords: prolog languages extensions ;; URL: https://git.sr.ht/~eshel/sweep -;; Package-Version: 0.9.2 +;; Package-Version: 0.9.3 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs. -- 2.39.2