From aeeed84c7f83a87ed54a422958851ac711869fa2 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 20 Oct 2023 20:31:14 +0200 Subject: [PATCH] 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 f077cc8..6ebe35b 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 af11152..481f0cb 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 68e66a3..c057d5e 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. -- 2.39.2