aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2018-07-11 09:51:18 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2018-07-11 09:51:18 +0100
commit35985c0add4760300a339c82a9ceb4609044d84e (patch)
treef2e1d5c6254a8f618ae064fa4f7680485cfa151f
parenta4a7c3c68ddd1040c292c3ad3abfbd37c2a5153c (diff)
downloadrtmux-35985c0add4760300a339c82a9ceb4609044d84e.tar.gz
rtmux-35985c0add4760300a339c82a9ceb4609044d84e.tar.bz2
rtmux-35985c0add4760300a339c82a9ceb4609044d84e.zip
Updates to CHANGES.
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2c2e06a4..b89530c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,23 @@
CHANGES FROM 2.7 to master
+* Add a rectangle_toggle format.
+
+* Add set-hook -R to run a hook immediately.
+
+* Add README.ja.
+
+* Allow any punctuation as separator for s/x/y not only /.
+
+* Improve resizing with the mouse (fix resizing the wrong pane in some
+ layouts, and allow resizing multiple panes at the same time).
+
+* Allow , and } to be escaped in formats as #, and #}.
+
+* Add KRB5CCNAME to update-environment.
+
+* Change meaning of -c to display-message so the client is used if it
+ matches the session given to -t.
+
* Fixes to : form of SGR.
* Add x and X to choose-tree to kill sessions, windows or panes.