]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.18.4 V9.1.10-sweep-0.18.4
authorEshel Yaron <me@eshelyaron.com>
Tue, 6 Jun 2023 06:16:04 +0000 (09:16 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Jun 2023 06:16:04 +0000 (09:16 +0300)
NEWS.org
sweeprolog.el

index c424a995a59003ccaca587f04bf8a27e83639fcf..da1b3ed8818ad31d070fec62e9ec3298c19923da 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.4 on 2023-06-06
+
+** Highlighting and tooltip info for string-style DCG terminals
+
+Sweep now highlights and annotates DCG terminals written as quoted
+strings in grammar rule definitions.
+
+** Improved exporting of DCG non-terminals
+
+The command ~sweeprolog-export-predicate~ now exports DCG
+non-terminals as such, using the ~F//N~ notation, instead of ~F/N+2~.
+
 * Version 0.18.3 on 2023-06-01
 
 ** Semantic highlighting and tooltip info for declaration options
index 3e7499e6fe99bbddccf69c806c2cbd5fa8f9b026..02aaf41b0098aef8754d81304c1ca7d8f6c35c4a 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.3
+;; Package-Version: 0.18.4
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.