branch: elpa/sweeprolog commit f4e9d872c81bab6772025f2a481adbc25338f37f Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
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 ff34374bd5..0d1a0eb46a 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,18 @@ SWI-Prolog in Emacs. For further details, please consult the manual: <https://eshelyaron.com/sweep.html>. +* 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 c39247220b..cccd6a3ca9 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/d...@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.