]> git.eshelyaron.com Git - dict.git/commitdiff
Update NEWS.org and bump version to 0.8.8 V8.5.20-sweep-0.8.8
authorEshel Yaron <me@eshelyaron.com>
Wed, 16 Nov 2022 07:17:05 +0000 (09:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 16 Nov 2022 07:17:05 +0000 (09:17 +0200)
NEWS.org
sweeprolog.el

index ad5ef978185fc51da7b824d38d3b9f5bac820947..277d64ee4513ceafed6acfbc485c25a96cbf25ce 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,25 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* 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
index e812a9a5ce23d88734a644de080b2c2225d784ba..58279bd5c109bdf96d023262949b83e58f47e2b9 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.7
+;; Package-Version: 0.8.8
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.