summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-10-25 15:19:41 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-10-25 15:26:54 +0100
commit37f83adca8b965133ebdaeebea790ae897bd7175 (patch)
tree0f89f39951db941db4d4cf82a6daf44462043b2d /CHANGES
parent6b83ca0077ca607ca594c68ad12df61cae2d8259 (diff)
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 24bc1dfa..8d40d396 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,19 @@
CHANGES FROM 2.6 TO master
+* Support %else in config files to match %if; from Brad Town in GitHub issue
+ 1071.
+
+* Fix "kind" terminfo(5) capability to be S-Down not S-Up.
+
+* Add a box around the preview label in tree mode.
+
+* Show exit status and time in the remain-on-exit pane text; from Timo
+ Boettcher in GitHub issue 1103.
+
+* Correctly use pane-base-index in tree mode.
+
+* Change the allow-rename option default to off.
+
* Support for xterm(1) title stack escape sequences (GitHub issue 1075 from
Brad Town).