summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-03-25 07:32:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-03-25 07:32:00 -0700
commit1f73f68b32ffd270294d0689d3b4e2244970dd8a (patch)
tree374ccf2069175c996f3b6596e9df653a2ed72180 /RELNOTES
parentb259d3a83953e2f02a11d9dbecd4a043b715beb4 (diff)
downloadtxr-1f73f68b32ffd270294d0689d3b4e2244970dd8a.tar.gz
txr-1f73f68b32ffd270294d0689d3b4e2244970dd8a.tar.bz2
txr-1f73f68b32ffd270294d0689d3b4e2244970dd8a.zip
Version 173.txr-173
* 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--RELNOTES34
1 files changed, 34 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index accb9922..1915d192 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,37 @@
+ TXR 173
+ 2017-03-25
+
+
+ Features
+
+ - Listener:
+ - Completion is now sensitive to slot or method context: .(abc[TAB] and
+ .abc[TAB] searches appropriate spaces.
+ - TXR Pattern Language
+ - Unbound variable followed by directive is now bound to partial
+ match result while searching for match for directive.
+ - GC:
+ - Finalizers may now invoke call-finalizers; behavior no longer unspecified.
+ - Lisp code processing:
+ - Warnings issued when expanding code that accesses nonexistent struct slots.
+ - Not a form of type checking at all, but catches many typos.
+ - Windows:
+ - Improved 16x16 icon.
+
+ Bugs
+
+ - Lisp code processing:
+ - Fixed missing warnings when main module is a .txr file.
+ - Fixed missing unbound variable/function warnings for unbound symbols that
+ are the direct operands of [...] syntax.
+ - Fixed wrong name being printed in trace messages, when trace is used
+ to simultaneously enable tracing for two or more functions.
+ - Windows:
+ - Start menu shortcut now starts in user profile dir, rather than
+ incorrectly in TXR standard library installation dir.
+
+
+
TXR 172
2017-03-19