From 8a702d43a463472474e9f0adab6858a1637c2a1f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 4 Aug 2015 21:19:30 -0700 Subject: * stream.c (put_string): In indent mode, put_string has to process all the characters as if by put_char, (which we now do literally that way). (set_indent_mode): Bugfix: no longer reset the column to zero when turning off indent mode. This is wrong since streams do column counting all the time. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc47abd8..8b1620f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2015-08-04 Kaz Kylheku + + * stream.c (put_string): In indent mode, put_string has + to process all the characters as if by put_char, + (which we now do literally that way). + (set_indent_mode): Bugfix: no longer reset the column + to zero when turning off indent mode. This is wrong since + streams do column counting all the time. + 2015-08-04 Kaz Kylheku * stream.c (vformat): Implement ~! format directive for indentation. -- cgit v1.2.3