emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog c9a4291ea9 2/2: Announce recent changes in NEWS


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog c9a4291ea9 2/2: Announce recent changes in NEWS.org and bump version to 0.9.0
Date: Wed, 23 Nov 2022 14:59:35 -0500 (EST)

branch: elpa/sweeprolog
commit c9a4291ea92d1c16dce4c42f2de606f04bf4c4fa
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    Announce recent changes in NEWS.org and bump version to 0.9.0
---
 NEWS.org      | 14 ++++++++++++++
 sweeprolog.el |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index dbdcfc2d01..a3268f277a 100644
--- 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
diff --git a/sweeprolog.el b/sweeprolog.el
index 7faf331c57..32642997af 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.8.13
+;; Package-Version: 0.9.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]