For further details, please consult the manual:
<https://eshelyaron.com/sweep.html>.
+* Version 0.8.9 on 2022-11-19
+
+** Predicate completions now use holes for arguments
+
+When completing a predicate with ~completion-at-point~ (~C-M-i~) and
+choosing a predicate that takes arguments, holes are inserted is place
+of each required argument.
+
+** Syntax errors are now less intrusive
+
+Syntax errors that occur due to incomplete terms are no longer
+immediately highlighted as such.
+
+** ~auto-insert~ now leaves point at start of module summary
+
+** Fixes
+
+- Fixed error in ~sweeprolog-export-predicate~ (~C-c C-e~) in presence of
+ exported predicates. Reported by Jan Wielemaker.
+
* Version 0.8.8 on 2022-11-16
** Added electric layout minor mode
as completion candidates.
- Predicate completion :: If point is at a callable position,
~completion-at-point~ suggests matching predicates as completion
- candidates.
+ candidates. Predicate calls are inserted as complete term. If the
+ chosen predicate takes arguments, holes are inserted in their places
+ (see [[#filling-holes][Filling Holes]]).
- Atom completion :: If point is at a non-callable,
~completion-at-point~ suggests matching atoms as completion
candidates.
;; Maintainer: Eshel Yaron <~eshel/dev@lists.sr.ht>
;; Keywords: prolog languages extensions
;; URL: https://git.sr.ht/~eshel/sweep
-;; Package-Version: 0.8.8
+;; Package-Version: 0.8.9
;; Package-Requires: ((emacs "28.1"))
;; This file is NOT part of GNU Emacs.