emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog 835e44d226 2/2: Announce recent changes in NEWS


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 835e44d226 2/2: Announce recent changes in NEWS.org and bump version to 0.13.0
Date: Fri, 20 Jan 2023 14:59:45 -0500 (EST)

branch: elpa/sweeprolog
commit 835e44d226f10bb5e813e697477cea80289ea987
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    Announce recent changes in NEWS.org and bump version to 0.13.0
---
 NEWS.org      | 24 ++++++++++++++++++++++++
 sweeprolog.el |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 18de82ec01..0f5b9a4fbc 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 0affc6e7ba..c434096507 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]