]> git.eshelyaron.com Git - sweep.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.19.1 V9.1.10-sweep-0.19.1
authorEshel Yaron <me@eshelyaron.com>
Wed, 14 Jun 2023 07:57:03 +0000 (10:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Jun 2023 07:57:03 +0000 (10:57 +0300)
NEWS.org
sweeprolog.el

index 0dcd74ddeb15e1f2dce8ddab1e587b78bacb3a9d..7384d7324c85c8a295aca231bbbcf359745d70a3 100644 (file)
--- 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.19.1 on 2023-06-14
+
+** New user option ~sweeprolog-predicate-visible-p-function~
+
+This option specifies a function that is used for filtering completion
+candidates in commands that prompt for a predicate.  By default, it is
+set to a function that hides predicates whose functor begin with the
+character ~$~.
+
+** Further improvements in DCG support
+
+*** DCG completion at point argument names
+
+Sweep is now able to use the argument names from the documentation of
+DCG grammar rules to give more indicative names for holes when
+completing a DCG invocation.
+
+*** Documenting DCGs with ~C-c C-d~
+
+The command ~sweeprolog-document-predicate-at-point~ (~C-c C-d~) now
+correctly handles documenting DCG grammar rules.
+
+** Minor code simplifications and bug fixes
+
 * Version 0.19.0 on 2023-06-08
 
 ** Greatly improved support for DCG grammar rules
index 325e79d0bc31fd7c56bf947827c485cf5ef7f26d..0a0eefe8136c6f71fb91f8f8484b89f8fce24945 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.19.0
+;; Package-Version: 0.19.1
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.