]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.11.0 V9.1.2-sweep-0.11.0
authorEshel Yaron <me@eshelyaron.com>
Thu, 5 Jan 2023 11:30:34 +0000 (13:30 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 5 Jan 2023 11:30:34 +0000 (13:30 +0200)
NEWS.org
sweeprolog.el

index 849eccc59088c20a0cf7085b2d3e800454011598..7bf7a2f7d8a305078ab312619572154f15bd84be 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,21 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.11.0 on 2023-01-05
+
+** New command ~sweeprolog-term-search~
+
+_Experimental_ new command, bound to ~C-c C-s~ in ~sweeprolog-mode~ buffers,
+prompts for a Prolog term and searches for terms subsumed by it in the
+current buffer.  All matching terms are temporarily highlighted and
+the cursor moves to the start of the next occurrence after point.
+
+** Fix bug where ~sweeprolog-forward-predicate~ got confused by dynamic predicates
+
+In previous versions, typing ~M-n~ (~sweeprolog-forward-predicate~) would
+sometimes go to the next dynamic predicate, jumping over regular
+predicates that come before it.
+
 * Version 0.10.1 on 2023-01-01
 
 ** New user option ~sweeprolog-read-predicate-documentation-function~
@@ -41,7 +56,7 @@ cursor.
 
 ** New command ~sweeprolog-insert-term-with-holes~
 
-This command, bound to ~C-c C-m~ (or ~C-c RET~) is ~sweeprolog-mode~
+This command, bound to ~C-c C-m~ (or ~C-c RET~) in ~sweeprolog-mode~
 buffers, inserts a Prolog term at point with a given functor and
 arity, using holes in place of the term's arguments.
 
index 637cca49fd439d3b95362c6270b736d1ad35d24a..d2b7a29ae8ea523646a524a63525f2ba49db7955 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.10.1
+;; Package-Version: 0.11.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.