diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-23 07:26:14 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-23 07:26:14 -0700 |
commit | 1b5b19c0d1e1399f1276cdcad14b3f30bfca9001 (patch) | |
tree | 2eefc2dda4c96abcc237f4e554c25bfb40df6900 /RELNOTES | |
parent | 0340bbed779bab1d5eca8dcebe431d8d58305f69 (diff) | |
download | txr-1b5b19c0d1e1399f1276cdcad14b3f30bfca9001.tar.gz txr-1b5b19c0d1e1399f1276cdcad14b3f30bfca9001.tar.bz2 txr-1b5b19c0d1e1399f1276cdcad14b3f30bfca9001.zip |
Version 117.txr-117
* 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 | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,3 +1,48 @@ + TXR 117 + 2015-09-23 + + + Features + + - Interactive listener improvements: + - Visual selection of text, with copy and paste: + Ctrl-S, Ctrl-Q, Ctrl-X Ctrl-Q, Ctr-^. + - Undo feature with separate undo per history line. + - Security checks on ~/.txr_profile permissions. + - Location reporting when exceptions caught. + - Syntax errors pinpointed to line in multi-line entry. + - Ctrl-X Ctrl-V "super verbatim" mode. + - Temp file used by Ctrl-X Ctrl-E has .tl suffix now for + correct syntax highlighting. + - Ctrl-X <n> Ctrl-W: insert word from previous line. + - Ctrl-X <n> Ctrl-A: insert atom from previous line + - Delete to beginning of line or to end of line now limited + to current physical line in multi-line mode. + - Ctrl-X Ctrl-K to delete current physical line. + - Visual Parenthesis matching works forward now as well as reverse. + - Ctrl-] jump to matching parenthesis. + + - Unix group database functions added: getgrgid, getgrnam, getgrent. + + - New path-private-to-me-p function to detect whether a file + is writable to users other than the owner. + + - New flatcar and flatcar* functions. Variants of flatten which + handle improper lists and preserve nil atoms. + + Bugs + + - Correct tab alignment in multi-line. + + - Fixed screen untidiness on Ctrl-Z and Ctrl-C in multi-line mode. + + - sub function and [] indexing were not handling lazy string objects. + + - sub-str wasn't handling defaulted optional arguments correctly for + lazy strings. + + + TXR 116 2015-09-17 |