From: Eshel Yaron Date: Sun, 15 Jan 2023 12:35:45 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version to 0.11.3 X-Git-Tag: V9.1.3-sweep-0.11.3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40c3ba312d865f71983aacf0563448c0e0e31030;p=dict.git Announce recent changes in NEWS.org and bump version to 0.11.3 --- diff --git a/NEWS.org b/NEWS.org index 6824b3d..7b37a07 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,34 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* 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" diff --git a/sweeprolog.el b/sweeprolog.el index 5812596..aeabc7b 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.11.2 +;; Package-Version: 0.11.3 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.