From c3b2ec8a4d4eb7419a748b939da7657e01aada99 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 4 Aug 2015 20:29:12 -0700 Subject: * stream.c (vformat): Implement ~! format directive for indentation. Allow negative widths to be specified with a leading minus sign, so that we can indent to the left. * txr.1: Document ~! format directive. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be1a0682..fc47abd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-08-04 Kaz Kylheku + + * stream.c (vformat): Implement ~! format directive for indentation. + Allow negative widths to be specified with a leading minus sign, + so that we can indent to the left. + + * txr.1: Document ~! format directive. + 2015-08-04 Kaz Kylheku * stream.c (put_string, put_char): Do not put out the indentation -- cgit v1.2.3