diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-04 07:46:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-04 07:46:59 +0000 |
commit | c915cfc7e4d08a9b5bed8f96289b49789078ed54 (patch) | |
tree | 211d8fc10372d3b3bab1229bb82cc5c2d445163d | |
parent | 47174f513035b3503dfdddf5790d8d60449223a5 (diff) | |
parent | 3ad4a7a571768410216c8615e9ea7a3b508a6b6a (diff) | |
download | rtmux-c915cfc7e4d08a9b5bed8f96289b49789078ed54.tar.gz rtmux-c915cfc7e4d08a9b5bed8f96289b49789078ed54.tar.bz2 rtmux-c915cfc7e4d08a9b5bed8f96289b49789078ed54.zip |
Merge branch '3.1-rc'
-rw-r--r-- | CHANGES | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,7 +2,7 @@ CHANGES FROM 3.1 TO 3.2 XXX -CHANGES FROM 3.0 to 3.1 +CHANGES FROM 3.0 TO 3.1 * Add support for adding a note to a key binding (with bind-key -N) and use this to add descriptions to the default key bindings. A new -N flag to @@ -134,7 +134,7 @@ CHANGES FROM 3.0 to 3.1 * Add reverse sorting in tree, client and buffer modes. -CHANGES FROM 3.0 to 3.0a +CHANGES FROM 3.0 TO 3.0a * Do not require REG_STARTEND. @@ -148,7 +148,7 @@ CHANGES FROM 3.0 to 3.0a * Do not crash when restoring a layout with only one pane. -CHANGES FROM 2.9 to 3.0 +CHANGES FROM 2.9 TO 3.0 * Workaround invalid layout strings generated by older tmux versions and add some additional sanity checks @@ -273,11 +273,11 @@ CHANGES FROM 2.9 to 3.0 * Add the ability to infer an option type (server, session, window) from its name to show-options (it was already present in set-option). -CHANGES FROM 2.9 to 2.9a +CHANGES FROM 2.9 TO 2.9a * Fix bugs in select-pane and the main-horizontal and main-vertical layouts. -CHANGES FROM 2.8 to 2.9 +CHANGES FROM 2.8 TO 2.9 * Attempt to preserve horizontal cursor position as well as vertical with reflow. @@ -402,7 +402,7 @@ CHANGES FROM 2.8 to 2.9 moves up, down, left or right and -c returns to automatic cursor tracking. The position is reset when the current window is changed. -CHANGES FROM 2.7 to 2.8 +CHANGES FROM 2.7 TO 2.8 * Make display-panes block the client until a pane is chosen or it times out. |