summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-27 23:29:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-27 23:29:19 -0800
commit9caae19a42d87582a82c3d855b7dc59fe6427e7b (patch)
tree41ef7582ccb5c3970be6e70109160666fa432a42 /ChangeLog
parentf6d793b489eb292e304a280dca160c64b8cc41f4 (diff)
downloadtxr-9caae19a42d87582a82c3d855b7dc59fe6427e7b.tar.gz
txr-9caae19a42d87582a82c3d855b7dc59fe6427e7b.tar.bz2
txr-9caae19a42d87582a82c3d855b7dc59fe6427e7b.zip
* eval.c (delay_s): Global variable removed.
(eval_init): Initialiation of delay_s removed. Symbol now interned in reg_mac call for registering me_delay . * genvim.txr: Updated to recognize a reg_mac call with intern.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3589a77..9cef4a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2014-02-27 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (delay_s): Global variable removed.
+ (eval_init): Initialiation of delay_s removed.
+ Symbol now interned in reg_mac call for registering me_delay .
+
+ * genvim.txr: Updated to recognize a reg_mac call
+ with intern.
+
+2014-02-27 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Improved documentation for the dwim operator.
2014-02-26 Kaz Kylheku <kaz@kylheku.com>