]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.17.0 V9.1.10 V9.1.11 V9.1.12 V9.1.13 V9.1.6-sweep-0.17.0 V9.1.7 V9.1.8 V9.1.9
authorEshel Yaron <me@eshelyaron.com>
Thu, 16 Feb 2023 13:45:25 +0000 (15:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 16 Feb 2023 13:45:25 +0000 (15:45 +0200)
NEWS.org
sweeprolog.el

index e07eb4a1c6601cce302034aebcc2a816b3798d1d..a805e9e64e539eef4a4cd3f7823144db16a85c07 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,39 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.17.0 on 2023-02-16
+
+** New user option ~sweeprolog-dependency-directive~
+
+This user option determines the preferred Prolog directive to use in
+~sweeprolog-update-dependencies~ for adding new explicit dependencies in
+the buffer.  See the documentation for possible values.
+
+** Modified formatting of added dependency directives
+
+The format ~sweeprolog-update-dependencies~ uses for new dependency is
+modified to be more concise and similar to the format used by the
+corresponding command of the SWI-Prolog built-in editor.
+
+** Mode line indication for loaded buffers
+
+Buffers in ~sweeprolog-mode~ now display an indication in the mode line
+if they are loaded into the current SWI-Prolog runtime.
+
+** New commands for managing breakpoints
+
+This version includes new commands for setting and removing
+breakpoints ~sweeprolog-mode~ buffers.  See the new "Setting
+Breakpoints" manual section for more information.
+
+** Minor bug fix in ~sweeprolog-beginning-of-top-term~
+
+This version includes a fix for how the function
+~sweeprolog-beginning-of-top-term~ handles head terms with quoted
+functors (as in ~'foo'(Bar) :- ...~).  This function is used for finding
+the beginning of Prolog clauses, and this issue affected some commands
+that need to analyze the clause at point.
+
 * Version 0.16.0 on 2023-02-11
 
 ** New user option ~sweeprolog-rename-variable-allow-existing~
index 990c19fd41378679b25fad362e7d88fe688589c4..cd4bbd8aa6ba60a976f1cfe7f24bc878f0111640 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.16.0
+;; Package-Version: 0.17.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.