summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-07-26 11:25:33 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-07-26 11:25:33 +0100
commit06a2644ab2479370eec4bd44975e5508f6407d30 (patch)
tree562c4a4c728afc19ab7b39469c287a8eda5e95c5 /CHANGES
parentef9afddd1ad9f7b8db7094ee4957d5e39e0a81ce (diff)
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
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.