]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.10.0 V9.1.2-sweep-0.10.0
authorEshel Yaron <me@eshelyaron.com>
Sun, 25 Dec 2022 17:53:38 +0000 (19:53 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 25 Dec 2022 17:53:38 +0000 (19:53 +0200)
NEWS.org
sweeprolog.el

index 261a5bc0821d179e681ee39b4e1cd17575c5fc86..50cc9de54abc9bc89001acfee06eac59a0480507 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,18 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.10.0 on 2022-12-25
+
+** New command ~sweeprolog-insert-term-with-holes~
+
+This command, bound to ~C-c C-m~ (or ~C-c RET~) is ~sweeprolog-mode~
+buffers, inserts a Prolog term at point with a given functor and
+arity, using holes in place of the term's arguments.
+
+** Holes are now always highlighted as such, even in incomplete terms
+
+** Fix possible crash when resetting ~sweep~ with ~sweeprolog-restart~
+
 * Version 0.9.6 on 2022-12-17
 
 ** Indentation in ~sweeprolog-mode~ now respects ~indent-tabs-mode~
index 9f6799d03eb5e63889cd9b0461a5315fc1e0dec4..65a582d6a7a5d17fd90155304e5c9b13773616fd 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.9.6
+;; Package-Version: 0.10.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.