[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog 93fb99a4a2 3/3: Announce recent changes in NEWS
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog 93fb99a4a2 3/3: Announce recent changes in NEWS.org and bump version to 0.18.0 |
Date: |
Wed, 24 May 2023 06:04:38 -0400 (EDT) |
branch: elpa/sweeprolog
commit 93fb99a4a20d771519022e1e5790597fa0ac4444
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
Announce recent changes in NEWS.org and bump version to 0.18.0
---
NEWS.org | 16 ++++++++++++++++
sweeprolog.el | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index a805e9e64e..6b97954d6b 100644
--- 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~
diff --git a/sweeprolog.el b/sweeprolog.el
index b3b68d0020..457413489e 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -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.