diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-20 06:10:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-20 06:10:51 -0700 |
commit | 1271e9d1e3594bf3a9d3f8770cd147eabdcab2e2 (patch) | |
tree | 06daf3242907cfdda4f3915cc2f5eb2160f85302 /RELNOTES | |
parent | 672f67915f5e905af2985c15b16934e9c174fd45 (diff) | |
download | txr-141.tar.gz txr-141.tar.bz2 txr-141.zip |
Version 141.txr-141
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ + TXR 141 + 2016-05-20 + + + Features + + - Support for Unix terminal handling (termios). + - New functions at-exit-call and at-exit-do-not-call, for registering + actions to take when process exits. + - New self-load-path symbol macro, allowing code to interpolate its load + location. + - Interactive listener now supports two behavioral styles of visual + selection, controlled by new *listener-sel-inclusive-p* variable. + + Bugs + + - Incorrect argument defaulting in record-adapter function. + - Incorrect argument handling in - and / functions, + triggering error in [[flipargs -] 2 1] + - Fixed gc-related bug in structs. + - Fixed gc-related bug in recent cons recycling + optimization. + + + TXR 140 2016-05-08 |