From: Eshel Yaron <me@eshelyaron.com>
Date: Thu, 16 Nov 2023 19:26:44 +0000 (+0100)
Subject: Announce recent changes in NEWS.org and bump version to 0.27.1
X-Git-Tag: V9.1.19-sweep-0.27.1^0
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fb73320c5520871a5473f6b427fb9e7fae1d766;p=sweep.git

Announce recent changes in NEWS.org and bump version to 0.27.1
---

diff --git a/NEWS.org b/NEWS.org
index 5951dca..9b56edd 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,25 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.27.1 on 2023-11-16
+
+** In-buffer completion for Prolog flags
+
+Sweep now provides Prolog flag completion for predicates that take a
+Prolog flag as an argument, such as ~set_prolog_flag/2~ and
+~current_prolog_flag/2~.
+
+** Predicate completion is now much faster
+
+This version includes several optimizations that speed up in-buffer
+predicate completion.
+
+** Minor bug fixes and improvements
+
+Notably, this version fixes an issue where completion would stop
+working the Sweep top-level prompt whenever certain strings appeared
+in the output of past queries.
+
 * Version 0.27.0 on 2023-11-12
 
 ** Highlight the argument at point in ElDoc documentation messages
diff --git a/sweep.texi b/sweep.texi
index c0c2705..d459967 100644
--- a/sweep.texi
+++ b/sweep.texi
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Sweep (version 0.27.0), an Emacs package providing
+This manual is for Sweep (version 0.27.1), 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.27.0), an Emacs package providing
+This manual is for Sweep (version 0.27.1), 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 dd27284..58318bb 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.27.0
+;; Package-Version: 0.27.1
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2"))
 
 ;; This file is NOT part of GNU Emacs.