summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-02-18 13:00:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-02-18 13:00:30 -0800
commit82fc20ad86dddcc486202d3aecdfcd8e80cba152 (patch)
treed7ff859dc51ba98589ba385927c0cbc53912f1fe /RELNOTES
parentb08041e3593ee857b33043140a7bfd00bedc4546 (diff)
downloadtxr-82fc20ad86dddcc486202d3aecdfcd8e80cba152.tar.gz
txr-82fc20ad86dddcc486202d3aecdfcd8e80cba152.tar.bz2
txr-82fc20ad86dddcc486202d3aecdfcd8e80cba152.zip
Version 190.txr-190
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim, protsym.c: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES26
1 files changed, 26 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 6e3a84cb..7d92ce3d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,29 @@
+ TXR 190
+ 2018-02-18
+
+
+ Features
+
+ - Annoying limitation removed: lisp load now handles .txr files.
+
+ - Listener:
+ - new *listener-pprint-p* variable turns on use of pprint for
+ evaluation results.
+ - new *listener-greedy-eval-p* variable turns on a cascaded
+ evaluation: values are subject to additional rounds of evaluation,
+ whose results are also printed.
+
+
+ Bugs
+
+ - fixed bug "unbound function sys:l1-val" when using lop operator.
+ - fixed expander bug causing (do set [@1 x] y) to be wrongly expanded.
+ - autoload bugfix: symbols used for struct slots in standard library modules
+ are now interned even if those modules are not loaded, so that they are
+ treated properly under the package system.
+
+
+
TXR 189
2018-02-06