]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.18.1
authorEshel Yaron <me@eshelyaron.com>
Fri, 26 May 2023 09:24:53 +0000 (12:24 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 26 May 2023 09:24:53 +0000 (12:24 +0300)
NEWS.org
sweeprolog.el

index ba15ed9f0fd233d2e1a6a804939bf37e57ba01ea..483e70dca823df2d2f2544d26b12138c4f4b4226 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,18 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.18.1 on 2023-05-26
+
+** Support for SWI-Prolog's new macros mechanism
+
+SWI-Prolog recently introduced a new mechanism for using macros,
+implemented in ~library(macros)~.  Sweep now provides semantic
+highlighting and tooltip information for these macros, as well as a
+new command ~sweeprolog-expand-macro-at-point~ for replacing macro
+invocations with their replacements in source buffers.
+
+** Fixed issue with tokenization of adjacent distinct operators in Elisp
+
 * Version 0.18.0 on 2023-05-24
 
 ** Faster predicate completion in large projects
index 132c99592479d8327625a965acead8155bd77418..c90c30da069fec81b57c63bbe4888da2ccf7a259 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.18.0
+;; Package-Version: 0.18.1
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.