]> git.eshelyaron.com Git - dict.git/commitdiff
Announce recent changes in NEW.org and bump version to 0.9.6 V9.0.3 V9.1.1-sweep-0.9.6
authorEshel Yaron <me@eshelyaron.com>
Sat, 17 Dec 2022 14:47:37 +0000 (16:47 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 17 Dec 2022 14:47:37 +0000 (16:47 +0200)
NEWS.org
sweeprolog.el

index 244e91fff6115116e0eab200571df7c96875e5fa..261a5bc0821d179e681ee39b4e1cd17575c5fc86 100644 (file)
--- 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
index 3bde49fde1699ac3c8e504c0be572234e6e7f7a2..f806209b485b26a52bfcf7ccb11a3ede1ce04f98 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.9.5
+;; Package-Version: 0.9.6
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.