summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES45
1 files changed, 45 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 186d46e4..e4e50d37 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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