From 06a2644ab2479370eec4bd44975e5508f6407d30 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 26 Jul 2017 11:25:33 +0100 Subject: [PATCH] Update CHANGES. --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 3bc8d816..a5834dfd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,20 @@ CHANGES FROM 2.5 to master +* Add a pane_pipe format to show if pipe-pane is active. + +* Block signals between forking and resetting signal handlers so that the + libevent signal handler doesn't get called in the child and incorrectly write + into the signal pipe that it still shares with the parent. GitHub issue 1001. + +* Allow punctuation in pane_current_command. + +* Add -c for respawn-pane and respawn-window. + * Wait for any remaining data to flush when a pane is closed while pipe-pane is in use. +* Fix working out current client with no target. GitHub issue 995. + * Try to fallback to C.UTF-8 as well as en_US.UTF-8 when looking for a UTF-8 locale.