From f6176cb8d4da1c689f6c9bc5dd71cccf4422a75b Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 16 Nov 2022 09:17:05 +0200 Subject: [PATCH] Update NEWS.org and bump version to 0.8.8 --- NEWS.org | 19 +++++++++++++++++++ sweeprolog.el | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index ad5ef97..277d64e 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,25 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* Version 0.8.8 on 2022-11-16 + +** Added electric layout minor mode + +This version includes a new minor mode ~sweeprolog-electric-layout-mode~ +that adjusts whitespace around point as you type to adhere to Prolog +layout conventions. + +** The top-level server in now started on-demand + +The TCP server that accepts connections from top-level buffers is now +only started on the first invocation of ~sweeprolog-top-level~, instead +of being started already in ~sweeprolog-init~. + +** Fixed issue with syntax error highlighting at the end of the buffer + +Syntax error highlighting is now removed more reliably when the syntax +error is resolved. + * Version 0.8.7 on 2022-11-12 ** Revised predicate completion-at-point and added atom completion diff --git a/sweeprolog.el b/sweeprolog.el index e812a9a..58279bd 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.7 +;; Package-Version: 0.8.8 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs. -- 2.39.5