]> git.eshelyaron.com Git - sweep.git/commitdiff
Bump version to 0.8.4 V8.5.20-sweep-0.8.4
authorEshel Yaron <me@eshelyaron.com>
Wed, 9 Nov 2022 21:22:46 +0000 (23:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 9 Nov 2022 21:22:46 +0000 (23:22 +0200)
NEWS.org
sweeprolog.el

index a8cc5079330918431ce8ee07845d717855708347..62a84556b77a11078c7d1c59a25300bde31a9eee 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.8.4 on 2022-11-09
+
+** Various bug fixes
+
+- Fixed regression in variable highlighting where occurrences of the
+  highlighted variable in adjacent clauses might have been
+  highlighted.
+- Fixed regression and added a test for clearing the syntax error face
+  immediately when the error is fixed (e.g. a fullstop is inserted at
+  the end of a clause).
+
+
 * Version 0.8.3 on 2022-11-07
 
 ** New commands that operate on entire predicate definitions
index 4b87ee045587e067b70422220f3e56bd56442737..be207afd3116f1f22b40ffce231af4be810d0ffc 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.3
+;; Package-Version: 0.8.4
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.