From: Eshel Yaron Date: Wed, 24 May 2023 07:33:58 +0000 (+0300) Subject: Announce recent changes in NEWS.org and bump version to 0.18.0 X-Git-Tag: V9.1.10-sweep-0.18.0 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93fb99a4a20d771519022e1e5790597fa0ac4444;p=dict.git Announce recent changes in NEWS.org and bump version to 0.18.0 --- diff --git a/NEWS.org b/NEWS.org index a805e9e..6b97954 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 b3b68d0..4574134 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.