From f75994545cb88c6625e4122afa61fbbe1adeb081 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 3 Mar 2012 21:16:43 -0800 Subject: Version 60 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. * txr.vim: Handle : symbol properly. * eval.c (op_defun): Bugfix: documentation says that defun supports the same parameter list as lambda, and that is the intent. But this was broken, since op_defun was expecting the parameter list to be a proper list containing only bindable symbols, ruling out the use of the consing dot for rest parameter as well as the colon keyword symbol for optional parmeters. --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d0141fa..91b45196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2012-03-04 Kaz Kylheku + + Version 60 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + + * txr.vim: Handle : symbol properly. + +2012-03-04 Kaz Kylheku + + * eval.c (op_defun): Bugfix: documentation says that defun supports + the same parameter list as lambda, and that is the intent. But + this was broken, since op_defun was expecting the parameter list + to be a proper list containing only bindable symbols, ruling out + the use of the consing dot for rest parameter as well as the colon + keyword symbol for optional parmeters. + 2012-03-03 Kaz Kylheku * eval.c (eval_init): Expose remq, remql and remqual. -- cgit v1.2.3