summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a0e5677..80739b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-02-27 Kaz Kylheku <kaz@kylheku.com>
+ * genvim.txr: Updated with regard to how operators are registered in
+ in eval_init. Also, scans reg_mac registrations now.
+
+ * txr.vim: Refreshed. The previously missed "delay" operator is now
+ listed, thanks to reg_mac.
+
+2014-02-27 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (maybe_progn): New function.
(expand_macrolet, expand_symacrolet): Use maybe_progn
to eliminate unnecessary progn wrapping.