From: Eshel Yaron Date: Wed, 9 Nov 2022 21:22:46 +0000 (+0200) Subject: Bump version to 0.8.4 X-Git-Tag: V8.5.20-sweep-0.8.4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62dc8088b7ddc91953acb26d963fd701937136fc;p=sweep.git Bump version to 0.8.4 --- diff --git a/NEWS.org b/NEWS.org index a8cc507..62a8455 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,18 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* 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 diff --git a/sweeprolog.el b/sweeprolog.el index 4b87ee0..be207af 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.3 +;; Package-Version: 0.8.4 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.