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

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

[nongnu] elpa/sweeprolog d3682fb27b 5/5: Announce recent changes in NEWS


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog d3682fb27b 5/5: Announce recent changes in NEWS.org and bump version to 0.18.3
Date: Thu, 1 Jun 2023 16:02:04 -0400 (EDT)

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

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

diff --git a/NEWS.org b/NEWS.org
index 0bae0248ca..c424a995a5 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,28 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.18.3 on 2023-06-01
+
+** Semantic highlighting and tooltip info for declaration options
+
+Sweep now highlights declaration options, such as the ~volatile~ keyword in the
+following definition:
+
+#+begin_src prolog
+:- dynamic foo/1 as volatile.
+#+end_src
+
+Declaration options use the new face ~sweeprolog-declaration-option~.
+
+Furthermore, Sweep now adds the ~help-echo~ property to declaration options,
+providing additional information about specific declarations on hover.
+
+** Backward compatibility for ~sweeprolog-make-example-usage-comment~
+
+The new command ~sweeprolog-make-example-usage-comment~, added to Sweep in
+version 0.18.2, can now be used also with Emacs 27.  (The prior version of this
+command relied on an Emacs function that has only been introduced in Emacs 28.)
+
 * Version 0.18.2 on 2023-05-30
 
 ** New command ~sweeprolog-make-example-usage-comment~
diff --git a/sweeprolog.el b/sweeprolog.el
index 9511051766..58e6c717f4 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.18.2
+;; Package-Version: 0.18.3
 ;; 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]