]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.11.3 V9.1.3-sweep-0.11.3
authorEshel Yaron <me@eshelyaron.com>
Sun, 15 Jan 2023 12:35:45 +0000 (14:35 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 15 Jan 2023 12:35:45 +0000 (14:35 +0200)
NEWS.org
sweeprolog.el

index 6824b3d00895575f6ba832cd94b7ea2ea227276a..7b37a07431b33355dd9fbd6774de76bc682c9c43 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,34 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.11.3 on 2023-01-015
+
+** Improve integration with the standard ~compilation-mode~
+
+In previous versions, following an error/warning message from a buffer
+that enables ~compilation-mode~ or one of its derivatives to a
+~sweeprolog-mode~ buffer would forcefully set the ~next-error-last-buffer~
+to the target ~sweeprolog-mode~ buffer.  That would cause further ~M-x
+next-error~ (~M-g n~) invocations to jump to the next Flymake error in
+that buffer, instead of going to the next error from the original
+~compilation-mode~ buffer.  This issue is fixed in this version.
+
+The manual is also extended to cover the usage of
+~compilation-shell-minor-mode~ in Sweep Top-level buffers.
+
+** New command ~sweeprolog-top-level-send-goal~
+
+This command can be called from anywhere to send a Prolog query to the
+Sweep Top-level and show the results.  In ~sweeprolog-mode~ buffers,
+it's bound to ~C-c C-q~.  It's also bound to ~q~ in ~sweeprolog-prefix-map~,
+so if you've got that bound to e.g. ~C-c p~ you can run a query with
+this command from anywhere with ~C-c p q~.
+
+** Various documentation improvements
+
+The Sweep manual is extended with more details and useful information,
+and several docstrings have been tweaked.
+
 * Version 0.11.2 on 2023-01-07
 
 ** Term Search now uses terms at point for "future history"
index 58125960402c9a14cd91bd430d79796eb2b129f9..aeabc7b911a79307795d4b224058bd4dc2614041 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.11.2
+;; Package-Version: 0.11.3
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.