aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-11-15 20:14:36 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-11-15 20:14:49 +0000
commite58d16b2df52beefd5094ac61bb9e44c123df3e7 (patch)
tree445f50abb7cd18cbf9ade25e5d19ecfb49ffc730
parente755ca37b339ac2960f753eff4470c3b68f4b223 (diff)
downloadrtmux-e58d16b2df52beefd5094ac61bb9e44c123df3e7.tar.gz
rtmux-e58d16b2df52beefd5094ac61bb9e44c123df3e7.tar.bz2
rtmux-e58d16b2df52beefd5094ac61bb9e44c123df3e7.zip
Add to CHANGES.
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8d40d396..1bf666a7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,16 @@
CHANGES FROM 2.6 TO master
+* Add select-layout -E to spread panes out evenly (bound to E key).
+
+* Support wide characters properly when reflowing.
+
+* Pass PWD to new panes as a hint to shells, as well as calling chdir().
+
+* Performance improvements for the various choose modes.
+
+* Only show first member of session groups in tree mode (-G flag to choose-tree
+ to show all).
+
* Support %else in config files to match %if; from Brad Town in GitHub issue
1071.