summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f73128eb..be1a0682 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (put_string, put_char): Do not put out the indentation
+ immediately after outputting a newline. Rather, delay the output of the
+ indentation until some output occurs at column zero.
+
+2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (inc_indent): If a negative indentation increment goes below
zero, clamp it at zero.
(set_indent): Clamp indentation value to zero.