From f8a30e158821876e8c30d46ab2728bce739e35de Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 12 Mar 2019 11:20:21 +0000 Subject: [PATCH] Update CHANGES. --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.