summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-05-20 06:10:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-05-20 06:10:51 -0700
commit59a7720d999f51a99706f2d6d06c74e77b8f0495 (patch)
tree06daf3242907cfdda4f3915cc2f5eb2160f85302 /RELNOTES
parent7beae7594ba8ff9c7c2bc80f9649920c80d7eb43 (diff)
downloadtxr-59a7720d999f51a99706f2d6d06c74e77b8f0495.tar.gz
txr-59a7720d999f51a99706f2d6d06c74e77b8f0495.tar.bz2
txr-59a7720d999f51a99706f2d6d06c74e77b8f0495.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--RELNOTES25
1 files changed, 25 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 807b1838..09733dca 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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