diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-03-30 22:26:14 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-03-30 22:26:14 -0700 |
commit | 9b4c602ae4ebd222f1fcd3d0ba272375a69d955d (patch) | |
tree | a2cc2f66453a68eaf390c73293eef50e3bcb524b /RELNOTES | |
parent | 38f214ed6367a312e0562d000b3583b4d9742c98 (diff) | |
download | txr-9b4c602ae4ebd222f1fcd3d0ba272375a69d955d.tar.gz txr-9b4c602ae4ebd222f1fcd3d0ba272375a69d955d.tar.bz2 txr-9b4c602ae4ebd222f1fcd3d0ba272375a69d955d.zip |
Version 215.txr-215
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
* protsym.c: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ + TXR 215 + 2019-03-30 + + + Features + + - Math: + - User-defined arithmetic types are now possible. + - objects which implement certain methods accoring to the + documentation can be passed into arithmetic functions. + + Bugs + + - Listener: + - we now ensure that the .txr_history as well as the temporary + files created by the Ctrl-X E command (edit in external editor) + are readable only to the user: perms rw-------. + + + TXR 214 2019-03-22 |