summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aeac2b3..1945b2a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2015-04-18 Kaz Kylheku <kaz@kylheku.com>
+ Adding lcons macro.
+
+ * eval.c (me_lcons): New function.
+ (eval_init): Registered lcons macro.
+
+ * txr.1: Documented lcons.
+
+ * tl.vim, txr.vim: Regenerated.
+
+2015-04-18 Kaz Kylheku <kaz@kylheku.com>
+
Adding getenv, setenv and unsetenv.
* lib.c (setenv, unsetenv): Changed static functions to external.