From: Eshel Yaron Date: Sun, 27 Nov 2022 19:44:52 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version to 0.9.3 X-Git-Tag: V9.1.0-sweep-0.9.3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4e9d872c81bab6772025f2a481adbc25338f37f;p=dict.git Announce recent changes in NEWS.org and bump version to 0.9.3 --- 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.