From: Eshel Yaron Date: Fri, 6 Jan 2023 09:51:06 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version to 0.11.1 X-Git-Tag: V9.1.2-sweep-0.11.1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6ae233d03c98f2fc4fb23d4f7e3ce15e10706d9;p=sweep.git Announce recent changes in NEWS.org and bump version to 0.11.1 --- diff --git a/NEWS.org b/NEWS.org index 7bf7a2f..0d33147 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,20 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* 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~ diff --git a/sweeprolog.el b/sweeprolog.el index 5007254..5b4784b 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.11.0 +;; Package-Version: 0.11.1 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.