summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-06-20 13:08:13 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-06-20 13:08:22 +0100
commita0e2c1b4cae9269d04ee2e80e1d1cb8adc78cd8a (patch)
treedfbe8638edde2511242fd4b6e9f6caec7812b609 /CHANGES
parentadca856806e5eba0bf0a505d78e29d9bd345445f (diff)
Add to CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9129fa3b..95c8b619 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,17 @@
CHANGES FROM 3.0 to X.X
+* Add pane options, set with set-option -p and displayed with show-options -p.
+ Pane options inherit from window options (so every pane option is also
+ a window option). The pane style is now configured by setting window-style
+ and window-active-style in the pane options; select-pane -P and -g now change
+ the option but are no longer documented.
+
+* Do not document set-window-option and show-window-options. set-option -w and
+ show-options -w should be used instead.
+
+* Add a -A flag to show-options to show parent options as well (they are marked
+ with a *).
+
* Resize panes lazily - do not resize unless they are in an attached, active
window.