summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-25 15:44:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-25 15:44:54 -0700
commit0221c15789fc87dc41c48598c772a947a0a5620d (patch)
tree4308f9ee4a971151eeabbdb2fdfecfd3365813e3 /ChangeLog
parent55e6dc2691bfaa898e3d999e809aebc461a816bc (diff)
downloadtxr-0221c15789fc87dc41c48598c772a947a0a5620d.tar.gz
txr-0221c15789fc87dc41c48598c772a947a0a5620d.tar.bz2
txr-0221c15789fc87dc41c48598c772a947a0a5620d.zip
Introducing mlet macro.
* eval.c (me_mlet): New static function. (eval_init): Registered mlet macro. * txr.1: Documented mlet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8f252c8..efccd56e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-04-25 Kaz Kylheku <kaz@kylheku.com>
+ Introducing mlet macro.
+
+ * eval.c (me_mlet): New static function.
+ (eval_init): Registered mlet macro.
+
+ * txr.1: Documented mlet.
+
+2015-04-25 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (symbol_package): If the argument is nil, return
the user package directly, not the value of the *user-package*
variable.