From bdf3429fe1a7ad975af074766c23436cf28d9c66 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 26 May 2023 12:24:53 +0300 Subject: [PATCH] Announce recent changes in NEWS.org and bump version to 0.18.1 --- NEWS.org | 12 ++++++++++++ sweeprolog.el | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index ba15ed9..483e70d 100644 --- 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 diff --git a/sweeprolog.el b/sweeprolog.el index 132c995..c90c30d 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.0 +;; Package-Version: 0.18.1 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs. -- 2.39.5