diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-11-21 22:21:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-11-21 22:21:03 -0800 |
commit | 0d2117f8988bf1208fc9fd89ca2daad6794c17c6 (patch) | |
tree | 3612218c694aa058b7b2727e5b989c1074da163f /ChangeLog | |
parent | 8680ae708b8dff9c52f23e8b47f06320f30b8c95 (diff) | |
download | txr-0d2117f8988bf1208fc9fd89ca2daad6794c17c6.tar.gz txr-0d2117f8988bf1208fc9fd89ca2daad6794c17c6.tar.bz2 txr-0d2117f8988bf1208fc9fd89ca2daad6794c17c6.zip |
Version 70txr-70
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
* RELNOTES: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2013-11-21 Kaz Kylheku <kaz@kylheku.com> + Version 70 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + +2013-11-21 Kaz Kylheku <kaz@kylheku.com> + Nasty bug fixed: @(accept) from inside a @(collect) was found not to propagate bindings. The culprit? The bindings_coll variable in the v_collect function being indeterminate by the well-documented and |