summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-06-14 16:09:49 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-06-14 16:09:49 +0100
commitae83a5b0105942abdb154502745897cdc8a15d4d (patch)
treeb96ad23fa46c3949f635ee40e640a68208cd07ef /CHANGES
parent29b70e275772fc187cae283364cf2d31ada01750 (diff)
Add to CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1d033877..59c11157 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,24 @@
CHANGES FROM 3.0 to X.X
+* Resize panes lazily - do not resize unless they are in an attached, active
+ window.
+
+* Add regular expression support for the format search, match and substitute
+ modifiers and make them able to ignore case.
+
+* Do not use $TMUX to find the session because for windows in multiple sessions
+ it is wrong as often as it is right, and for windows in one session it is
+ pointless. Instead use TMUX_PANE if it is present.
+
+* Do not always resize the window back to its original size after applying a
+ layout, keep it at the layout size until it must be resized (for example when
+ attached and window-size is not manual).
+
* Add new-session -X and attach-session -x to send SIGHUP to parent when
detaching (like detach-client -P).
-* Support for octal escapes in strings (such as \007).
+* Support for octal escapes in strings (such as \007) and improve list-keys
+ output so it parses correctly if copied into a configuration file.
CHANGES FROM 2.9 to 3.0