From 23eede47afbbb7c1d67ffbb3fa6aa84b65a2d422 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 14 Aug 2020 13:21:24 -0700 Subject: Version 242 * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. --- RELNOTES | 13 +++++++++++++ configure | 2 +- share/txr/stdlib/ver.tl | 2 +- txr.1 | 6 +++--- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/RELNOTES b/RELNOTES index dae516dc..9a50abee 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,16 @@ + TXR 242 + 2020-08-14 + + + Bugs + + - TXR: fix serious regression introduced in TXR 235, affecting + correctness of behavior in multiple places. + - listener: fix regression introduced in TXR 239, causing funny + behavior when invoking Tab completion on keywords and qualified symbols. + + + TXR 241 2020-08-08 diff --git a/configure b/configure index 9b9acb18..58db6302 100755 --- a/configure +++ b/configure @@ -537,7 +537,7 @@ chmod a+x reconfigure # -txr_ver=241 +txr_ver=242 # # The all important banner. diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl index 99aed402..05d95f8b 100644 --- a/share/txr/stdlib/ver.tl +++ b/share/txr/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 241) +(defvarl lib-version 242) (defvarl *lib-version* lib-version) diff --git a/txr.1 b/txr.1 index 2f8750a5..1654a71c 100644 --- a/txr.1 +++ b/txr.1 @@ -368,9 +368,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2020-08-08 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" +.TH TXR 1 2020-08-14 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- Programming Language (Version 241) +\*(TX \- Programming Language (Version 242) .SH* SYNOPSIS .mono @@ -72504,7 +72504,7 @@ that version. Version 199 produces version 3 files and loads version 2 or 3. -Versions 200 through 241 produce version 4 files and load version 2, 3 or 4. +Versions 200 through 242 produce version 4 files and load version 2, 3 or 4. .SS* Semantic Differences between Compilation and Interpretation -- cgit v1.2.3