From: Eshel Yaron Date: Fri, 20 Jan 2023 19:47:47 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version to 0.13.0 X-Git-Tag: V9.1.3-sweep-0.13.0 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=835e44d226f10bb5e813e697477cea80289ea987;p=dict.git Announce recent changes in NEWS.org and bump version to 0.13.0 --- diff --git a/NEWS.org b/NEWS.org index 18de82e..0f5b9a4 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,30 @@ SWI-Prolog in Emacs. For further details, please consult the manual: [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]]. +* Version 0.13.0 on 2023-01-20 + +** Right-click context menu support + +Sweep now leverages the Context Menu minor mode built into Emacs 28+ +to provide right-click menus for Prolog code that give you access to +different commands depending on what you click on. You can enable +Context Menu mode with ~M-x context-menu-mode~. + +** Jumping to predicate definition works also for autoloadable predicates + +Jumping to predicate definitions with ~M-.~ (~xref-find-definitions~) now +works also for predicates defined in source files listed in the +library index that weren't loaded or visited yet. + +** Fixed inaccuracy in jumping to predicate definitions in modified buffers + +In previous versions, jumping to the definition of a predicate defined +in another buffer that has recently been modified could end up placing +point in the wrong line of that buffer due to stale xref data. This +version fixes this issue, jumping to predicate definitions with ~M-.~ +now locates the current definition line also in face of recent +modifications. + * Version 0.12.0 on 2023-01-16 ** Add on-hover descriptions to tokens in Prolog code diff --git a/sweeprolog.el b/sweeprolog.el index 0affc6e..c434096 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.12.0 +;; Package-Version: 0.13.0 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.