]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.25.0 V9.1.15-sweep-0.25.0
authorEshel Yaron <me@eshelyaron.com>
Sun, 17 Sep 2023 07:44:12 +0000 (09:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 17 Sep 2023 07:44:12 +0000 (09:44 +0200)
NEWS.org
sweep.texi
sweeprolog.el

index 7e087d394d36a6b7c5a7388c4de2f67a32a16174..70dfaaa180707f753154791859321d26ca10d342 100644 (file)
--- 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
index 4aa657db82d2625d77ee816652a441862d38f291..e0162ea7cc8851b7aa6f3564488c3b617564a4a5 100644 (file)
@@ -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.
 
index 6a6c0fbd327c79010a3ad2e64afb5e803fbdf510..88173793cb5a799b37729b8901f0e2b4c71f1da9 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.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.