aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2018-03-22 11:26:32 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2018-03-22 11:26:32 +0000
commit919f55ac4a927712e463d8c59bfebc91d50058e2 (patch)
treedd316dcb6c56f788925de06517f43d24274ea367
parent80283f99fbb959d579449b69e11a34cc49b82579 (diff)
parent2cd0ba5057dcab24aa0b671ad38332074b75c8e7 (diff)
downloadrtmux-919f55ac4a927712e463d8c59bfebc91d50058e2.tar.gz
rtmux-919f55ac4a927712e463d8c59bfebc91d50058e2.tar.bz2
rtmux-919f55ac4a927712e463d8c59bfebc91d50058e2.zip
Merge branch '2.7-rc'
-rw-r--r--CHANGES26
1 files changed, 25 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 97d50e77..b8de0213 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,33 @@
-CHANGES FROM 2.6 TO master
+CHANGES FROM 2.7 to master
+
+*
+
+CHANGES FROM 2.6 TO 2.7
+
+* Remove EVENT_* variables from environment on platforms where tmux uses them
+ so they do not pass on to panes.
+
+* Fixed for hooks at server exit.
+
+* Remove SGR 10 (was equivalent to SGR 0 but no other terminal seems to do
+ this).
+
+* Expand formats in window and session names.
+
+* Add -Z flag to choose-tree, choose-client, choose-buffer to automatically
+ zoom the pane when the mode is entered and unzoom when it exits, assuming the
+ pane is not already zoomed. This is now part of the default key bindings.
+
+* Add C-g to exit modes with emacs keys.
+
+* Add exit-empty option to exit server if no sessions (defaults to on).
* Show if a filter is present in choose modes.
* Add pipe-pane -I to to connect stdin of the child process.
+* Performance improvements for reflow.
+
* Use RGB terminfo(5) capability to detect RGB colour terminals (the existing
Tc extension remains unchanged).