summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-01-21 07:05:09 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-01-21 07:05:09 -0800
commit88b8fc8e07da83b7874df661f05eda37067ed95b (patch)
treeb860ea135cd2f6cc075b34aef723b06e41012f3b /ChangeLog
parent9797d4dfa53344f9fb2d6f0cab9a4bb0d8225335 (diff)
downloadtxr-88b8fc8e07da83b7874df661f05eda37067ed95b.tar.gz
txr-88b8fc8e07da83b7874df661f05eda37067ed95b.tar.bz2
txr-88b8fc8e07da83b7874df661f05eda37067ed95b.zip
Allow macros to tell what symbols have lexical function
or variable bindings. * eval.c (lexical_var_p, lexical_fun_p): New local functions. (eval_init): Registered as intrinsics. * txr.1: Documented lexical-var-p and lexical-fun-p. * tl.vim, txr.vim: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e5e5661..500b668b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2015-01-21 Kaz Kylheku <kaz@kylheku.com>
+
+ Allow macros to tell what symbols have lexical function
+ or variable bindings.
+
+ * eval.c (lexical_var_p, lexical_fun_p): New local functions.
+ (eval_init): Registered as intrinsics.
+
+ * txr.1: Documented lexical-var-p and lexical-fun-p.
+
+ * tl.vim, txr.vim: Updated.
+
2015-01-13 Kaz Kylheku <kaz@kylheku.com>
Version 102