]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.14.1 V9.1.4-sweep-0.14.1
authorEshel Yaron <me@eshelyaron.com>
Sat, 28 Jan 2023 18:07:03 +0000 (20:07 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 28 Jan 2023 18:07:03 +0000 (20:07 +0200)
NEWS.org
sweeprolog.el

index b8ad74422e0322b7c5136af34042904f5cd1eabd..a18fcc969f9990dc04dc0ac087b28fd95d2541b4 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,29 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.14.1 on 2023-01-28
+
+** New command ~sweeprolog-count-holes~
+
+This command displays the number of holes in the current
+~sweeprolog-mode~ buffer.
+
+** New numeric argument to ~sweeprolog-forward-hole~
+
+You can now call ~sweeprolog-forward-hole~ with a numeric prefix
+argument (e.g. ~C-3 C-c TAB~) to move forward over that many holes. As a
+special case, if you call it with a zero numeric argument (e.g. by
+typing ~C-0 C-c TAB~), it invokes ~sweeprolog-count-holes~ instead.
+
+This change applies to ~sweeprolog-backward-predicate~ as well.
+
+** Predicate completion now consults the manual for argument names
+
+Completing predicate calls to built-in predicates with ~C-M-i~
+(~completion-at-point~) now uses the argument names from the
+documentation of the predicate in the SWI-Prolog manual to name the
+holes it inserts as placeholder arguments.
+
 * Version 0.14.0 on 2023-01-23
 
 ** New command ~sweeprolog-async-goal~
index 0cec3c681f7a8c9580d133f9e02796c79ea11905..cddbb4f70c070c0b72a8786f6868561288381db8 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.14.0
+;; Package-Version: 0.14.1
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.