Release tmux 2.3

pull/557/head 2.3
Thomas Adam 2016-09-29 21:54:12 +01:00
parent 19104d592b
commit 52869ed182
2 changed files with 22 additions and 1 deletions

21
CHANGES
View File

@ -1,3 +1,24 @@
CHANGES FROM 2.2 to 2.3 29 September 2016
Incompatible Changes
====================
None.
Normal Changes
==============
* New option 'pane-border-status' to add text in the oane borders.
* Support for hooks on commands: 'after' and 'before' hooks.
* 'source-file' understands '-q' to supress errors for nonexistent files.
* Lots of UTF8 improvements, especially on MacOS.
* 'window-status-separator' understands #[] expansions.
* 'split-window' understands '-f' for performing a full-width split.
* Allow report count to be specified when using 'bind-key -R'.
* 'set -a' for appending to user options (@foo) is now supported.
* 'display-panes' can now accept a command to run, rather than always
selecting the pane.
CHANGES FROM 2.1 to 2.2 10 April 2016 CHANGES FROM 2.1 to 2.2 10 April 2016
Incompatible Changes Incompatible Changes

View File

@ -24,7 +24,7 @@ PKG_PROG_PKG_CONFIG
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
# Is this --enable-debug? # Is this --enable-debug?
found_debug=yes #found_debug=yes
AC_ARG_ENABLE( AC_ARG_ENABLE(
debug, debug,
AC_HELP_STRING(--enable-debug, enable debug build flags), AC_HELP_STRING(--enable-debug, enable debug build flags),