summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-05 09:21:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-05 09:21:14 -0800
commitb5ed6a353fe06cd001005a6c42a85f9abb47f756 (patch)
tree9589b9254a7123a174f8980b266c90a22ab36eeb /ChangeLog
parent601a5312b0b65e519584888a0f861190959516d3 (diff)
downloadtxr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.tar.gz
txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.tar.bz2
txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.zip
Version 045txr-045
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 028cb0c1..072ff6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2011-12-05 Kaz Kylheku <kaz@kylheku.com>
+ Version 045
+
+ * txr.c (version): Bumped.
+
+ * txr.1: Bumped version and set date.
+
+ * configure (txr_ver): Bumped.
+
+ * RELNOTES: Updated.
+
+2011-12-05 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (op_cond): Fixed behavior for singleton clauses.
(eval_init): Use existing function objects car_f, cdr_f,
eq_f, eql_f and equal_f. Added identity to function table.
@@ -105,7 +117,7 @@
backquote processing, and quasiquote forms containing
non-quasi-quotes like like '(a 'b ,c).
-2011-11-20 Kaz Kylheku <kaz@kylheku.com>
+2011-12-02 Kaz Kylheku <kaz@kylheku.com>
Version 044