summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98873158..3784aa27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2014-10-21 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (eval_init): Register notf intrinsic function.
+
+ * lib.c (do_not): New static function.
+ (notf): New function.
+
+ * lib.h (notf): Declared.
+
+ * txr.1: Documented notf.
+
+ * share/txr/stdlib/txr-case.txr (bindable): Eliminated.
+ (txr-if): Use functional expression, taking advantage of notf.
+
+ * txr.vim: Regenerated.
+
+2014-10-21 Kaz Kylheku <kaz@kylheku.com>
+
* share/txr/stdlib/txr-case.txr: New file.
* txr.1: Document txr-if, txr-when and txr-case.