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

index 6ebe35b71b7e859a4109243ff4f18dd8450776cc..9c5bf08936a75c4f1970586ea0529cdc0196e961 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,16 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.26.0 on 2023-10-22
+
+** More fine-grained in-buffer completions
+
+This version of Sweep includes improved in-buffer completion for
+predicate options (declared with ~predicate_options/3~), arithmetic
+functions, and source file specifications (such as ~library(lists)~).
+
+** Sweep now disables input echoing in top-levels when using a pty
+
 * Version 0.25.5 on 2023-10-20
 
 ** Improved predicate completion candidate sorting
index 9036afa28ed9822ac26ba8e973a8a1f12df5167f..53e48a25a2f97ee4431bed32c40974fb8974d2fa 100644 (file)
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Sweep (version 0.25.5), an Emacs package providing
+This manual is for Sweep (version 0.26.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.25.5), an Emacs package providing
+This manual is for Sweep (version 0.26.0), an Emacs package providing
 an embedded SWI-Prolog runtime inside of Emacs along with an advanced
 SWI-Prolog development environment.
 
index f2c7a50b63283af9d1f07260890f871b61400d8e..665d7e31e619d7c063f5fb2314fef5e437f42df8 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.5
+;; Package-Version: 0.26.0
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2"))
 
 ;; This file is NOT part of GNU Emacs.