]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.25.2 V9.1.15-sweep-0.25.2
authorEshel Yaron <me@eshelyaron.com>
Sat, 23 Sep 2023 14:42:22 +0000 (16:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 23 Sep 2023 14:42:22 +0000 (16:42 +0200)
NEWS.org
sweep.texi
sweeprolog.el

index 72a649e2c0d836eadfc58fd659f131ee3cd891bf..a995e01826d03b7b38f1a180792f7cf41aaaa07d 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,15 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.25.2 on 2023-09-23
+
+** ~sweeprolog-extract-region-to-predicate~ can now replace all occurrences of the extracted goal in the buffer
+
+You can now invoke ~sweeprolog-extract-region-to-predicate~ with a
+prefix argument to have it check for other goals in the buffer that
+are subsumed by the extracted goal, and suggest replacing them as well
+with calls to the newly created predicate.
+
 * Version 0.25.1 on 2023-09-22
 
 ** New command ~sweeprolog-query-replace-term~
index c8e24c6e798532dd8636e8b89ca2f162abb91779..9e581ce39d441b6e63bf7d3614e5faa00ba86436 100644 (file)
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Sweep (version 0.25.1), an Emacs package providing
+This manual is for Sweep (version 0.25.2), an Emacs package providing
 an embedded SWI-Prolog runtime inside of Emacs along with an advanced
 SWI-Prolog development environment.
 
@@ -42,7 +42,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 @node Top
 @top Sweep: SWI-Prolog Embedded in Emacs
 
-This manual is for Sweep (version 0.25.1), an Emacs package providing
+This manual is for Sweep (version 0.25.2), an Emacs package providing
 an embedded SWI-Prolog runtime inside of Emacs along with an advanced
 SWI-Prolog development environment.
 
index d70d225b80a0196d4ed86fde8acc4808dd5eb06c..39f612ffa4f3367919a78e518310b21fc0773795 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.25.1
+;; Package-Version: 0.25.2
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2"))
 
 ;; This file is NOT part of GNU Emacs.