summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-11-05 07:48:49 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-11-05 07:48:49 -0800
commit34cb933b006c52eec59dba4478a0d04c8ae4e5ba (patch)
tree0b123cfc9d180c8e35885d5a7efd302adbb6959e /ChangeLog
parente313ceee48d860d3ee9591298c9ac1630096610b (diff)
downloadtxr-34cb933b006c52eec59dba4478a0d04c8ae4e5ba.tar.gz
txr-34cb933b006c52eec59dba4478a0d04c8ae4e5ba.tar.bz2
txr-34cb933b006c52eec59dba4478a0d04c8ae4e5ba.zip
* lib.c (iff): Bugfix: forgotten handling of default
argument, resulting in : symbol being called as a function. * txr.1: Removing description of situation when the then-function argument of iff or iffi is specified as nil. This is deprecated behavior which can be obtained by using the false function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f78f1cf8..97693d32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-11-05 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (iff): Bugfix: forgotten handling of default
+ argument, resulting in : symbol being called as a function.
+
+ * txr.1: Removing description of situation when the then-function
+ argument of iff or iffi is specified as nil. This is deprecated
+ behavior which can be obtained by using the false function.
+
2014-10-31 Kaz Kylheku <kaz@kylheku.com>
New macros tb and tc.