summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b1620f0..c4b82fff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (bind_args): Use new ~! for proper indentation
+ of multi-line context form.
+ (apply): Use ~! for proper indentation of function code.
+
+ * unwind.c (uw_throw): Use ~! for proper indentation of code.
+
+2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+
* 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).