From b1685e72fab5291ef2755d1e89ca729c05dc443e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 23 Jan 2014 06:51:19 -0800 Subject: * eval.c (expand_op): Takes sym argument to distinguish op and do. The dwim operator is deleted when the symbol is do. (expand): Expand do_s form with expand_op, not only op_s. Pass down symbol. * txr.1: Document do operator. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b9b1b53..508a3a4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-01-23 Kaz Kylheku + + * eval.c (expand_op): Takes sym argument to distinguish op and do. + The dwim operator is deleted when the symbol is do. + (expand): Expand do_s form with expand_op, not only op_s. Pass down + symbol. + + * txr.1: Document do operator. + 2014-01-23 Kaz Kylheku * eval.c (do_eval): Fix incorrect, recently introduced code -- cgit v1.2.3