diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 21:19:54 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 21:19:54 -0700 |
commit | 6f9bd3ab61f0e96c70f7a4587cef017fb155bedd (patch) | |
tree | 8d5bd12646c96924b78d9c4d32ef41475474be1c /ChangeLog | |
parent | 8a702d43a463472474e9f0adab6858a1637c2a1f (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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). |