]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.9.3 V9.1.0-sweep-0.9.3
authorEshel Yaron <me@eshelyaron.com>
Sun, 27 Nov 2022 19:44:52 +0000 (21:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 27 Nov 2022 19:44:52 +0000 (21:44 +0200)
NEWS.org
sweeprolog.el

index ff34374bd517a652438482f41294d7ba58b715b3..0d1a0eb46a6c8e4ddfe31a62d666a937b2ce4ec5 100644 (file)
--- 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~
index c39247220b9a268a8fe437179a1ca06414911a6a..cccd6a3ca9dde074641579a588ad72d172091050 100644 (file)
@@ -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.