From: Eshel Yaron Date: Wed, 16 Nov 2022 07:17:05 +0000 (+0200) Subject: Update NEWS.org and bump version to 0.8.8 X-Git-Tag: V8.5.20-sweep-0.8.8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6176cb8d4da1c689f6c9bc5dd71cccf4422a75b;p=dict.git Update NEWS.org and bump version to 0.8.8 --- 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.