summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-03-12 11:20:21 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-03-12 11:20:21 +0000
commitf8a30e158821876e8c30d46ab2728bce739e35de (patch)
tree27a6525c95a282a69857e909b586b9308419c6ca /CHANGES
parent95d340cc4f3e6f03fc3ab5302c52e8b31636cc81 (diff)
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5c0bf03b..b8d96b77 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,18 @@
CHANGES FROM 2.8 to X.X
+* Allow more than one mode to be opened in a pane. Modes are kept on a
+ stack and retrieved if the same mode is entered again. Exiting the
+ active mode goes back to the previous one.
+
+* Add support for origin mode.
+
+* When showing command output in copy mode, call it view mode instead
+ (affects pane_mode format).
+
+* Add -b to display-panes like run-shell.
+
+* Handle UTF-8 in word-separators option.
+
* New "terminal" colour allowing options to use the terminal default
colour rather than inheriting the default from a parent option.