]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.9.0 V8.5.20-sweep-0.9.0 V9.0.0 V9.1.0
authorEshel Yaron <me@eshelyaron.com>
Wed, 23 Nov 2022 19:40:38 +0000 (21:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Nov 2022 19:40:38 +0000 (21:40 +0200)
NEWS.org
sweeprolog.el

index dbdcfc2d0144d0a9f8aa45efe3bcefa2366c1dd0..a3268f277a6f2c6c35f8e6a50a7afb1570baf063 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,20 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.9.0 on 2022-11-23
+
+** New command for creating =PlUnit= test blocks
+
+The new command ~sweeprolog-plunit-testset-skeleton~, accessible from
+the =Sweep= menu-bar entry, inserts a template for a block of unit tests
+at the location of the cursor.
+
+** Fixes
+
+- Fixed and added regression tests for an issue where
+  ~sweeprolog-beginning-of-next-top-term~ would get confused by
+  multi-line comments starting at the beginning of a line.
+
 * Version 0.8.13 on 2022-11-23
 
 This is a bug-fix release, solving an issue introduced in version
index 7faf331c57ce48978b6a4a62393439649465d83b..32642997affb26f48b97de366c934e7da0e4d69e 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.8.13
+;; Package-Version: 0.9.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.