Update CHANGES.

This commit is contained in:
Nicholas Marriott 2017-07-26 11:25:33 +01:00
parent ef9afddd1a
commit 06a2644ab2

12
CHANGES
View File

@ -1,8 +1,20 @@
CHANGES FROM 2.5 to master 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 * Wait for any remaining data to flush when a pane is closed while pipe-pane is
in use. 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 * Try to fallback to C.UTF-8 as well as en_US.UTF-8 when looking for a UTF-8
locale. locale.