From 526c1fae14f28cf2a7741bbe008bfac04db6281d Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 17 Sep 2023 09:44:12 +0200 Subject: [PATCH] Announce recent changes in NEWS.org and bump version to 0.25.0 --- NEWS.org | 33 +++++++++++++++++++++++++++++++++ sweep.texi | 4 ++-- sweeprolog.el | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index 7e087d3..70dfaaa 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,39 @@ SWI-Prolog in Emacs. For further details, please consult the manual: [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]]. +* Version 0.25.0 on 2023-09-17 + +** Snappier query highlighting in Sweep top-levels + +Sweep now highlights the query you insert in the top-level immediately +as you type it. In previous versions, query highlighting relied on a +short timer, that could lead to a small delay before Sweep would +update the highlighting when you change the query. + +** Sweep top-levels can now communicate via pty instead of local TCP + +Sweep top-level buffers can now communicate with their corresponding +top-level threads via a pseudo-terminal (pty) device, instead of a +local TCP connection. Local TCP connections remain supported for +systems where Emacs cannot use a pty, such as MS Windows. On Unix +systems, top-levels now use pty by default. + +** Compatibility with and support for Prettify Symbols mode + +Sweep Prolog mode is now compatible with the Prettify Symbols minor +mode. Prettify Symbols mode, and similar features, rely on +~font-lock-add-keywords~ to add highlighting patterns. Sweep does not +use Font Lock keywords for its highlighting, but now it does invoke +the relevant Font Lock keyword highlighting routines for compatibility +with minor modes such as Prettify Symbols. + +** Minor improvements to hole highlighting + +Sweep now uses a slightly smaller "box" around holes to highlight them +in Prolog code, such that holes are displayed with the same dimensions +of any other text. This avoids small visual jitter when inserting or +removing holes in a buffer. + * Version 0.24.1 on 2023-09-09 ** Refine checks for extracting goals to separate predicates diff --git a/sweep.texi b/sweep.texi index 4aa657d..e0162ea 100644 --- a/sweep.texi +++ b/sweep.texi @@ -11,7 +11,7 @@ @c %**end of header @copying -This manual is for Sweep (version 0.24.1), an Emacs package providing +This manual is for Sweep (version 0.25.0), an Emacs package providing an embedded SWI-Prolog runtime inside of Emacs along with an advanced SWI-Prolog development environment. @@ -42,7 +42,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. @node Top @top Sweep: SWI-Prolog Embedded in Emacs -This manual is for Sweep (version 0.24.1), an Emacs package providing +This manual is for Sweep (version 0.25.0), an Emacs package providing an embedded SWI-Prolog runtime inside of Emacs along with an advanced SWI-Prolog development environment. diff --git a/sweeprolog.el b/sweeprolog.el index 6a6c0fb..8817379 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.24.1 +;; Package-Version: 0.25.0 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2")) ;; This file is NOT part of GNU Emacs. -- 2.39.2