branch: elpa/sweeprolog
commit 52cfcd1884fdd54cad647023300428d033f1a5a6
Author: Eshel Yaron <[email protected]>
Commit: Eshel Yaron <[email protected]>
Announce recent changes in NEW.org and bump version to 0.9.6
---
NEWS.org | 18 ++++++++++++++++++
sweeprolog.el | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 244e91fff6..261a5bc082 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,24 @@ SWI-Prolog in Emacs.
For further details, please consult the manual:
<https://eshelyaron.com/sweep.html>.
+* Version 0.9.6 on 2022-12-17
+
+** Indentation in ~sweeprolog-mode~ now respects ~indent-tabs-mode~
+
+With non-nil ~indent-tabs-mode~, tabs are now used to indent lines in
+Prolog code buffers.
+
+** New command for inferring the indentation style of the current buffer
+
+The new command ~sweeprolog-infer-indent-style~ can be used to update
+the buffer-local values of ~sweeprolog-indent-offset~ and
+~indent-tabs-mode~ according to the buffer's existing indentation style.
+
+** Fixes
+
+- Fixed issue with ~sweeprolog-indent-or-forward-hole~, in previous
+ versions it would fail to indent empty lines.
+
* Version 0.9.5 on 2022-12-10
** ~sweeprolog-align-spaces~ now works also in comments
diff --git a/sweeprolog.el b/sweeprolog.el
index 3bde49fde1..f806209b48 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -6,7 +6,7 @@
;; Maintainer: Eshel Yaron <~eshel/[email protected]>
;; Keywords: prolog languages extensions
;; URL: https://git.sr.ht/~eshel/sweep
-;; Package-Version: 0.9.5
+;; Package-Version: 0.9.6
;; Package-Requires: ((emacs "28.1"))
;; This file is NOT part of GNU Emacs.