emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog f6176cb8d4 6/6: Update NEWS.org and bump versio


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog f6176cb8d4 6/6: Update NEWS.org and bump version to 0.8.8
Date: Wed, 16 Nov 2022 02:59:40 -0500 (EST)

branch: elpa/sweeprolog
commit f6176cb8d4da1c689f6c9bc5dd71cccf4422a75b
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    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 ad5ef97818..277d64ee45 100644
--- 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
diff --git a/sweeprolog.el b/sweeprolog.el
index e812a9a5ce..58279bd5c1 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]