summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-04 21:19:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-04 21:19:54 -0700
commit6f9bd3ab61f0e96c70f7a4587cef017fb155bedd (patch)
tree8d5bd12646c96924b78d9c4d32ef41475474be1c /ChangeLog
parent8a702d43a463472474e9f0adab6858a1637c2a1f (diff)
downloadtxr-6f9bd3ab61f0e96c70f7a4587cef017fb155bedd.tar.gz
txr-6f9bd3ab61f0e96c70f7a4587cef017fb155bedd.tar.bz2
txr-6f9bd3ab61f0e96c70f7a4587cef017fb155bedd.zip
* 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.
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).