summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert Weiner <rsw@gnu.org>2026-04-30 13:37:57 -0400
committerGitHub <noreply@github.com>2026-04-30 13:37:57 -0400
commite054f240109db703bfd58fb9971d6e6f357c843b (patch)
tree033cc2b8460765fb845b74bb9f231de00727e553 /ChangeLog
parent498e29641f144a6310d2eea2f35e035a33f4627f (diff)
parent07f0010cf27b82d71fb309411e57dd27f944ad48 (diff)
Merge pull request #944 from rswgnu/rswexternals/hyperbole
kotl-mode - Automatically fix improper indents due to space deletion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 21 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7be2c20..a83327d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,26 @@
+2026-04-30 Bob Weiner <rsw@gnu.org>
+
+* kotl/kvspec.el (kvspec:update): If updating an existing viewspec, mark
+ buffer as modified so new viewspec is saved when writing out the file.
+
+* kotl/kfile.el (kfile:insert-attributes-v3): Fix to handle alpha and legal
+ numbering properly plus a period with no following spaces as the separator.
+ Update to 'save-excursion' and force start at (point-min) and make
+ args optional so can be called in 'kfile:write' as well as 'kfile:read'.
+
+* kotl/kotl-mode.el (kotl-mode): Prevent 'delete-trailing-whitespace-mode'
+ from deleting trailing whitespace from any lines within kcells. Ensure
+ "stripmode" package does not delete trailing whitespace from cells whose
+ first line is blank or editing will not start at the proper column.
+
+* kotl/kotl-mode.el (kotl-mode:just-one-space): Add optional N arg of how
+ many spaces to leave that 'just-one-space supports and update doc string.
+ Since works for a single line only, does not support -N for removing
+ newlines as 'just-one-space' does.
+
2026-04-29 Bob Weiner <rsw@gnu.org>
-* kotl/kfile.el (kfile:write): Ensure "stripmode" package does not delete
- trailing whitespace from cells whose first line is blank or editing
- will not start at the proper column.
- (kfile:insert-attributes-v3): When reading in an exising
+* kotl/kfile.el (kfile:insert-attributes-v3): When reading in an exising
Koutline, repair any cells that start with a blank line and have had
the label separator removed or where lines of just whitespace have been
remove due to packages that delete trailing spaces. Also ensure search