]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.25.5 V9.1.17-0.25.5
authorEshel Yaron <me@eshelyaron.com>
Fri, 20 Oct 2023 18:31:14 +0000 (20:31 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 20 Oct 2023 18:31:14 +0000 (20:31 +0200)
NEWS.org
sweep.texi
sweeprolog.el

index f077cc8531bddcac594fb4909f73a5a7d6a26723..6ebe35b71b7e859a4109243ff4f18dd8450776cc 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,24 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.25.5 on 2023-10-20
+
+** Improved predicate completion candidate sorting
+
+Sweep now sorts predicate completion candidates more intelligently,
+placing predicates with a shorter functor ahead in the candidate list.
+
+** The top-level now uses ANSI escape sequences for output coloring
+
+For Sweep top-levels that use a pty (the default on Unix systems), the
+top-level output now includes ANSI escape sequences that Emacs
+automatically translates to text properties (colors, etc.).  To have
+Emacs filter out these escape sequences without applying the
+corresponding text properties, set ~ansi-color-for-comint-mode~ to the
+symbol ~filter~.
+
+** Minor documentation improvements and bug fixes
+
 * Version 0.25.4 on 2023-10-08
 
 ** Fix recent issue with ~sweeprolog-extract-region-to-predicate~
index af11152e8952cf5f1951871557f2788b089c2a35..481f0cb5a85a2ab56c6683e5cf05166b30ea38e8 100644 (file)
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Sweep (version 0.25.4), an Emacs package providing
+This manual is for Sweep (version 0.25.5), 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.25.4), an Emacs package providing
+This manual is for Sweep (version 0.25.5), an Emacs package providing
 an embedded SWI-Prolog runtime inside of Emacs along with an advanced
 SWI-Prolog development environment.
 
index 68e66a352c0916be81a650cffa9a198a241e82fc..c057d5e4c9a6e1cf03600728df98654c371d2e1d 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.25.4
+;; Package-Version: 0.25.5
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2"))
 
 ;; This file is NOT part of GNU Emacs.