summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb4161b1..e402e6d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-02-22 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (bind_macro_params, expand_macro, macroexpand_1, macroexpand):
+ Rename mac_env variable to menv for consistency.
+
+2014-02-22 Kaz Kylheku <kaz@kylheku.com>
+
Preparation for lexical macros: we need to pass a macro
environment down through the expander call hierarchy.