]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.10.1 V9.1.2-sweep-0.10.1
authorEshel Yaron <me@eshelyaron.com>
Sun, 1 Jan 2023 15:11:39 +0000 (17:11 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 1 Jan 2023 15:11:39 +0000 (17:11 +0200)
NEWS.org
sweeprolog.el

index 50cc9de54abc9bc89001acfee06eac59a0480507..849eccc59088c20a0cf7085b2d3e800454011598 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,32 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.10.1 on 2023-01-01
+
+** New user option ~sweeprolog-read-predicate-documentation-function~
+
+This user option control how ~C-c C-d~
+(~sweeprolog-document-predicate-at-point~) prompts for initial
+documentation information, namely argument modes, determinism
+specification and predicate summary.  It specifies a function that
+~sweeprolog-document-predicate-at-point~ calls to get this information.
+
+The default value of this option is a new function
+~sweeprolog-read-predicate-documentation-default-function~ that
+preserves the current behavior of prompting the user to insert the
+needed information via the minibuffer.  An alternative function that
+uses holes instead is also provided, it is called
+~sweeprolog-read-predicate-documentation-with-holes~.
+
+** Improved handling of unbalanced quotes in ~sweeprolog-mode~ buffers
+
+Previously, unbalanced quotes in a Prolog clause could cause Sweep to
+treat the entire rest of buffer as part of that clause, causing major
+slowdowns when inserting Prolog strings and quoted atoms in large
+buffers.  To overcome this issue, this version introduces a mechanism
+for restricting analysis in such cases to the clauses surrounding the
+cursor.
+
 * Version 0.10.0 on 2022-12-25
 
 ** New command ~sweeprolog-insert-term-with-holes~
index f760ac0288376276884a30d5c35bd89fbfc7cfff..bcd444f4a7bc7323ec8e06550b11dcb2d49c96f3 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.10.0
+;; Package-Version: 0.10.1
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.