]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.26.1 V9.1.17-0.26.1
authorEshel Yaron <me@eshelyaron.com>
Sun, 29 Oct 2023 18:17:00 +0000 (19:17 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 29 Oct 2023 18:17:00 +0000 (19:17 +0100)
NEWS.org
sweep.texi
sweeprolog.el

index 9c5bf08936a75c4f1970586ea0529cdc0196e961..e5a5f6e6dcd553a0a6f6498be85cc81f5ff94246 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,23 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.26.1 on 2023-10-29
+
+** Fix issue with top-level not starting correctly on GNU/Linux
+
+This is a bugfix release, addressing an issue introduced in Sweep
+version 0.26.0 that could cause starting the Sweep top-level to fail
+on GNU/Linux systems, with the following message:
+
+#+begin_quote
+Process sweeprolog-top-level failed with code 0
+#+end_quote
+
+** Sweep now sets up Xref in top-level buffers
+
+Xref commands, such as ~M-.~ and ~M-?~, now use Sweep's
+cross-reference backend also in top-level buffers.
+
 * Version 0.26.0 on 2023-10-22
 
 ** More fine-grained in-buffer completions
index 711e903b543960a852fbd4899e05b40bcd79e2e8..6f617292e9d6c52dbd2d08a00d6b24990af61374 100644 (file)
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Sweep (version 0.26.0), an Emacs package providing
+This manual is for Sweep (version 0.26.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.26.0), an Emacs package providing
+This manual is for Sweep (version 0.26.1), an Emacs package providing
 an embedded SWI-Prolog runtime inside of Emacs along with an advanced
 SWI-Prolog development environment.
 
index adbfe701590235fd09d68c5ffc0ed954e6253aaf..3387a0fdd53d5194d3273e5a9c10b63f591344d1 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.26.0
+;; Package-Version: 0.26.1
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2"))
 
 ;; This file is NOT part of GNU Emacs.