]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.11.1 V9.1.2-sweep-0.11.1
authorEshel Yaron <me@eshelyaron.com>
Fri, 6 Jan 2023 09:51:06 +0000 (11:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 6 Jan 2023 09:51:06 +0000 (11:51 +0200)
NEWS.org
sweeprolog.el

index 7bf7a2f7d8a305078ab312619572154f15bd84be..0d331473306180f8c10a4f85ccec347ff2931afa 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,20 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.11.1 on 2023-01-06
+
+** Term Search improvements
+
+Invoking ~sweeprolog-term-search~ with a prefix argument (i.e. typing
+~C-u C-c C-s~) now prompts for an arbitrary Prolog goal that variables
+in the search term should satisfy.
+
+We also use a new function ~sweeprolog-read-term~ for reading the search
+term, which checks that the minibuffer contains a valid Prolog term
+before exiting.  If the term is invalid this function refuses to exit
+the minibuffer and moves point to the position of the syntax error in
+the given term.
+
 * Version 0.11.0 on 2023-01-05
 
 ** New command ~sweeprolog-term-search~
index 500725427c45de2f5e0fb60a8cfac9b891253f70..5b4784bf12da2845a7e7c27fac48c056d384e306 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.11.0
+;; Package-Version: 0.11.1
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.