]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.15.0 V9.1.4-sweep-0.15.0
authorEshel Yaron <me@eshelyaron.com>
Wed, 1 Feb 2023 18:21:54 +0000 (20:21 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 1 Feb 2023 18:21:54 +0000 (20:21 +0200)
NEWS.org
sweeprolog.el

index a18fcc969f9990dc04dc0ac087b28fd95d2541b4..c3a56523e351f08012637eb7797ed83e215820a0 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,24 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.15.0 on 2023-02-01
+
+** New command ~sweeprolog-rename-variable~
+
+This command, bound to ~C-c C-r~ in ~sweeprolog-mode~ buffers,
+interactively renames a variable in the current clause.  You can now
+also rename variables by right-clicking on them and selecting ~Rename
+Variable~ with Context Menu mode enabled.
+
+** Jumping to predicate references now goes to the exact call position
+
+The cross reference information that Sweep provides is enhanced to
+include exact buffer positions for predicate references.  In prior
+versions, jumping to predicate references with ~M-?~
+(~xref-find-references~) would go to the beginning of the clause which
+invokes the given predicate, now it goes to the exact location of the
+invocation.
+
 * Version 0.14.1 on 2023-01-28
 
 ** New command ~sweeprolog-count-holes~
index 53879971597a9234d22d1bd2e769c985008f82aa..d59489830f0afe431683cc00cb695b2b5a4e681b 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.14.1
+;; Package-Version: 0.15.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.