From: Eshel Yaron Date: Sun, 25 Dec 2022 17:53:38 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version to 0.10.0 X-Git-Tag: V9.1.2-sweep-0.10.0 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d0e54d68b1e901beb0233ee342a8f279d11afa0;p=sweep.git Announce recent changes in NEWS.org and bump version to 0.10.0 --- diff --git a/NEWS.org b/NEWS.org index 261a5bc..50cc9de 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,18 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* 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~ diff --git a/sweeprolog.el b/sweeprolog.el index 9f6799d..65a582d 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.9.6 +;; Package-Version: 0.10.0 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.