From adb620c4e4f11d1d63242192b21f764a118397e0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Sep 2021 13:35:08 +0100 Subject: [PATCH] Update CHANGES. --- CHANGES | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 40ecee72..ceefc215 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,15 @@ CHANGES FROM 3.2a TO 3.3 +* Change so that {} is converted to tmux commands immediately when parsed. This + means it must contain valid tmux commands. For commands which expand %% and + %%%, this now only happens within string arguments. Use of aliases inside {} + is now forbidden. Processing of commands given in quotes remains the same. + * Disable evports on SunOS since they are broken. * Do not expand the file given with tmux -f so it can contain :s. -* Bump FORMAT_LOOOP_LIMIT and add a log message when hit. +* Bump FORMAT_LOOP_LIMIT and add a log message when hit. * Add a terminal feature for the mouse (since FreeBSD termcap does not have kmous). @@ -50,8 +55,8 @@ CHANGES FROM 3.2a TO 3.3 * Add display-popup -B to open a popup without a border. -* Add a menu for popups that can be opened with button 3 outside the popup or - on the left or top border. Resizing now only works on the right and bottom +* Add a menu for popups that can be opened with button three outside the popup + or on the left or top border. Resizing now only works on the right and bottom borders or when using Meta. The menu allows a popup to be closed, expanded to the full size of the client, centered in the client or changed into a pane.