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

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

[nongnu] elpa/sweeprolog aeeed84c7f 4/4: Announce recent changes in NEWS


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog aeeed84c7f 4/4: Announce recent changes in NEWS.org and bump version to 0.25.5
Date: Fri, 20 Oct 2023 16:02:07 -0400 (EDT)

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

    Announce recent changes in NEWS.org and bump version to 0.25.5
---
 NEWS.org      | 18 ++++++++++++++++++
 sweep.texi    |  4 ++--
 sweeprolog.el |  2 +-
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index f077cc8531..6ebe35b71b 100644
--- 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~
diff --git a/sweep.texi b/sweep.texi
index af11152e89..481f0cb5a8 100644
--- a/sweep.texi
+++ b/sweep.texi
@@ -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.
 
diff --git a/sweeprolog.el b/sweeprolog.el
index 68e66a352c..c057d5e4c9 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.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.



reply via email to

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