]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEWS.org and bump version to 0.16.0 V9.1.4-sweep-0.16.0
authorEshel Yaron <me@eshelyaron.com>
Sat, 11 Feb 2023 16:26:30 +0000 (18:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 11 Feb 2023 16:26:30 +0000 (18:26 +0200)
NEWS.org
sweeprolog.el

index c3a56523e351f08012637eb7797ed83e215820a0..e07eb4a1c6601cce302034aebcc2a816b3798d1d 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,31 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.16.0 on 2023-02-11
+
+** New user option ~sweeprolog-rename-variable-allow-existing~
+
+This user option controls what happens when you try to rename a
+variable with ~C-c C-r~ (~sweeprolog-rename-variable~) to the name of
+another existing variable.  By default this is set to ~confirm~, which
+causes ~sweeprolog-rename-variable~ to notify and ask you for
+confirmation is such cases.
+
+** New commands for managing numbered variables
+
+This version include two new commands for managing numbers in Prolog
+variable names, ~sweeprolog-increment-numbered-variables~ and
+~sweeprolog-decrement-numbered-variables~, bound to ~C-c C-+~ and ~C-c C--~
+respectively.  See the new "Numbered Variables" manual section for
+more information.
+
+** Integration with Info lookup commands
+
+You can use the standard ~C-h K~ and ~C-h F~ commands to find the Info
+manual node documenting a given Sweep command.
+
+** Bug fix in end-of-clause detection with ~Dict.key~ terms
+
 * Version 0.15.0 on 2023-02-01
 
 ** New command ~sweeprolog-rename-variable~
index 183a67792c3e640a67dc6f683bc707a480d8e663..990b3e00c9bb4a8ffda013aaca6c6532ae20cc47 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.15.0
+;; Package-Version: 0.16.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.