From 30cf20d6153924d031fefde1e4ca7cfe31b32d88 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 13 Apr 2021 06:28:16 +0100 Subject: [PATCH] Update CHANGES. --- CHANGES | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a81f160c..209d7d31 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,17 @@ CHANGES FROM 3.1c TO 3.2 +* Add a flag to disable keys to close a message. + +* Permit shortcut keys in buffer, client, tree modes to be configured with a + format (-K flag to choose-buffer, choose-client, choose-tree). + +* Add a current_file format for the config file being parsed. + +* When display-message used in config file, show the message after the config + file finishes. + +* Add client-detached notification in control mode. + * Improve performance of format evaluation. * Make jump command support UTF-8 in copy mode. diff --git a/configure.ac b/configure.ac index b8762e2f..c1915f50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.2-rc5) +AC_INIT([tmux], 3.2) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc)