summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-04 20:29:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-04 20:29:12 -0700
commitc3b2ec8a4d4eb7419a748b939da7657e01aada99 (patch)
tree819afc8e577434b921c0c24cd4d0a1e6bd767d36 /ChangeLog
parentbfbad3fd2a3ba5af46e547c5e1f7cb72b25162a8 (diff)
downloadtxr-c3b2ec8a4d4eb7419a748b939da7657e01aada99.tar.gz
txr-c3b2ec8a4d4eb7419a748b939da7657e01aada99.tar.bz2
txr-c3b2ec8a4d4eb7419a748b939da7657e01aada99.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be1a0682..fc47abd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+ * 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 <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.