]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.27.3 V9.1.21-sweep-0.27.3
authorEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 06:38:04 +0000 (07:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 06:42:29 +0000 (07:42 +0100)
NEWS.org
sweep.texi
sweeprolog.el

index 80b70d33f1f6f478276e43200ac4e60098e63611..00f25b51d9c18cb8350dd9fd2651940d0b9c5d4b 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,15 @@ SWI-Prolog in Emacs.
 For further details, see the Sweep manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.27.3 on 2024-01-02
+
+** Provide at-point documentation (also) in the top-level
+
+Sweep now provides documentation for the predicate at point
+(with ElDoc) also when you're editing a query in the top-level.
+
+** Bug fixes and documentation improvements
+
 * Version 0.27.2 on 2023-11-27
 
 ** Term-based navigation and editing in the top-level
index 53f83128819382843058de5b63ef22ae78362242..e576aa5f924467243394866aecc9a53d8c824607 100644 (file)
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Sweep (version 0.27.2), an Emacs package providing
+This manual is for Sweep (version 0.27.3), 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.2), an Emacs package providing
+This manual is for Sweep (version 0.27.3), an Emacs package providing
 an embedded SWI-Prolog runtime inside of Emacs along with an advanced
 SWI-Prolog development environment.
 
index fa5ef48d4d68c44f68e103dff2a6b3ef87418f92..3e96ceb12c4692b6c2077d9c518598f26a757564 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.27.2
+;; Package-Version: 0.27.3
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2"))
 
 ;; This file is NOT part of GNU Emacs.