summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa7075e3..40f10b3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (stream_init): Register get-indent-mode, set-indent-mode,
+ test-set-indent-mode, get-indent, set-indent, inc-indent
+ and width-check intrinsic functions. Register indent-off,
+ indent-data and indent-code variables.
+
+ * txr.1: Documented stream output indentation API.
+
+2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (width_check): Just use the public
put_char function; no need to manipulate column
or call put_indent.