]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.18.0 V9.1.10-sweep-0.18.0
authorEshel Yaron <me@eshelyaron.com>
Wed, 24 May 2023 07:33:58 +0000 (10:33 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 May 2023 09:09:02 +0000 (12:09 +0300)
NEWS.org
sweeprolog.el

index a805e9e64e539eef4a4cd3f7823144db16a85c07..6b97954d6bcd8882f4832375384e6356897abb5e 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,22 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.17.0 on 2023-05-24
+
+** Faster predicate completion in large projects
+
+Completing predicates in ~sweeprolog-mode~ buffers now pre-filters
+candidates based on the text around point, making the entire process
+much faster in large projects with many defined predicates.
+
+** Removed the ~-face~ suffix from names of defined faces
+
+Sweep defines many faces for highlighting different kinds of text.  In
+prior versions, these faces were given names such as
+~sweeprolog-foo-face~.  This version removes the redundant ~-face~
+suffix from all face names.  (So the same face would now be called
+simply ~sweeprolog-foo~.)
+
 * Version 0.17.0 on 2023-02-16
 
 ** New user option ~sweeprolog-dependency-directive~
index b3b68d00205b0cfc83572ba916ce6fd82559881d..457413489e1ccecbab75411f9123fd98b42a1699 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.17.0
+;; Package-Version: 0.18.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.