Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: c739772436aef2aeb6f008def73584d348d012e7
https://github.com/tmux/tmux/commit/c739772436aef2aeb6f008def73584d348d012e7
Author: Nicholas Marriott <[email protected]>
Date: 2019-09-16 (Mon, 16 Sep 2019)
Changed paths:
M configure.ac
Log Message:
-----------
3.0-rc5.
Commit: 6f8f4bb2063ccc72ed665a13215accc72a75d55f
https://github.com/tmux/tmux/commit/6f8f4bb2063ccc72ed665a13215accc72a75d55f
Author: nicm <nicm>
Date: 2019-09-24 (Tue, 24 Sep 2019)
Changed paths:
M cmd-select-pane.c
Log Message:
-----------
Make select-pane -P set window-active-style also to match previous
behaviour, reported by Thomas Sattler.
Commit: a74e37d32d5cd6654444d6517add43e3a91f14f0
https://github.com/tmux/tmux/commit/a74e37d32d5cd6654444d6517add43e3a91f14f0
Author: nicm <nicm>
Date: 2019-09-25 (Wed, 25 Sep 2019)
Changed paths:
M format.c
Log Message:
-----------
Mouse formats don't work in copy mode so don't try to use them.
Commit: e6995196f22c24fc76ffe1d83d987ae5fd270619
https://github.com/tmux/tmux/commit/e6995196f22c24fc76ffe1d83d987ae5fd270619
Author: nicm <nicm>
Date: 2019-09-25 (Wed, 25 Sep 2019)
Changed paths:
M key-bindings.c
M menu.c
Log Message:
-----------
Change menu key bindings to Up and Down and also close it on any mouse
press if opened by key.
Commit: 9d1cecea8ef4ddafc666e0d3dcad4fae21170be8
https://github.com/tmux/tmux/commit/9d1cecea8ef4ddafc666e0d3dcad4fae21170be8
Author: nicm <nicm>
Date: 2019-09-25 (Wed, 25 Sep 2019)
Changed paths:
M key-bindings.c
Log Message:
-----------
Up and Down are already used, use < and > instead.
Commit: f0712a7569c4a14276567bad123e18214c9137db
https://github.com/tmux/tmux/commit/f0712a7569c4a14276567bad123e18214c9137db
Author: nicm <nicm>
Date: 2019-09-25 (Wed, 25 Sep 2019)
Changed paths:
M spawn.c
Log Message:
-----------
Do not set uninitialized signal mask when creating an empty pane.
Commit: 47c0405b332e080e483e04752fd93955a8140505
https://github.com/tmux/tmux/commit/47c0405b332e080e483e04752fd93955a8140505
Author: nicm <nicm>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M layout-custom.c
Log Message:
-----------
Some old tmux versions can sometimes generate layout strings which have
the incorrect size for the top cell. Previously tmux didn't care but now
that panes can be partly hidden, the size matters and is checked more
strictly. So add some code to fix up the most common problem and a
sanity check to reject layouts with any other size problems. Reported by
Aleksandrs Ledovskis in GitHub issue 1930.
Commit: bbcb19917447b960b355ace88ce25c70cf2fd245
https://github.com/tmux/tmux/commit/bbcb19917447b960b355ace88ce25c70cf2fd245
Author: Nicholas Marriott <[email protected]>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M configure.ac
Log Message:
-----------
3.0 version.
Commit: b2fd161b071a7076d33119c0ff9aefdd548ff25f
https://github.com/tmux/tmux/commit/b2fd161b071a7076d33119c0ff9aefdd548ff25f
Author: nicm <nicm>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M layout-custom.c
Log Message:
-----------
Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.
Commit: 5afe7eb850eeb812bdd92cebf1ab21f45c6dd814
https://github.com/tmux/tmux/commit/5afe7eb850eeb812bdd92cebf1ab21f45c6dd814
Author: nicm <nicm>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M cmd-list-keys.c
M cmd-parse.y
M cmd.c
M layout-custom.c
M tty-term.c
Log Message:
-----------
Do not lazily use BUFSIZ for "I don't care what size" when building
strings because it is only guaranteed to be 256 bytes and even the
default 1024 is not always enough. Reported by Gregory Pakosz.
Commit: c942f11ba89cfb8dc74908609669fd78f1276ba7
https://github.com/tmux/tmux/commit/c942f11ba89cfb8dc74908609669fd78f1276ba7
Author: Nicholas Marriott <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M cmd-list-keys.c
Log Message:
-----------
Use a malloc'd buffer for lsk since commands can be very long, from Gregory
Pakosz.
Commit: 0134574a67051b862ea25123bb24d6b557dbdad9
https://github.com/tmux/tmux/commit/0134574a67051b862ea25123bb24d6b557dbdad9
Author: Nicholas Marriott <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M CHANGES
M configure.ac
Log Message:
-----------
3.0a.
Commit: 7a30e6b9414eb74d784b1d025573862df973883b
https://github.com/tmux/tmux/commit/7a30e6b9414eb74d784b1d025573862df973883b
Author: Nicholas Marriott <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M CHANGES
M configure.ac
Log Message:
-----------
Merge branch '3.0-rc' into 3.0a-rc
Commit: 640149337f54cc298cc7ff2e296545af04aed3bf
https://github.com/tmux/tmux/commit/640149337f54cc298cc7ff2e296545af04aed3bf
Author: nicm <nicm>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M options-table.c
Log Message:
-----------
Missing after-kill-pane option.
Commit: ad98fad9a3130b60ee2eba5312506ef531500117
https://github.com/tmux/tmux/commit/ad98fad9a3130b60ee2eba5312506ef531500117
Author: nicm <nicm>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M format.c
Log Message:
-----------
Do not crash when a format doesn't exist, reported by Thomas Sattler.
Commit: 48897fbc44ebd19362ec51bc88490790618daa81
https://github.com/tmux/tmux/commit/48897fbc44ebd19362ec51bc88490790618daa81
Author: nicm <nicm>
Date: 2019-11-29 (Fri, 29 Nov 2019)
Changed paths:
M spawn.c
Log Message:
-----------
Fix respawn-pane/window if default-command is set, reported by Janos Barbero.
Commit: a52fe9cf7facfe201ad12dc171a6c51d15ca317c
https://github.com/tmux/tmux/commit/a52fe9cf7facfe201ad12dc171a6c51d15ca317c
Author: Nicholas Marriott <[email protected]>
Date: 2019-12-01 (Sun, 01 Dec 2019)
Changed paths:
M CHANGES
Log Message:
-----------
Add to CHANGES.
Commit: 1b0cc4503e14932e5f14167102cb2504b7af69da
https://github.com/tmux/tmux/commit/1b0cc4503e14932e5f14167102cb2504b7af69da
Author: nicm <nicm>
Date: 2019-12-01 (Sun, 01 Dec 2019)
Changed paths:
M regsub.c
Log Message:
-----------
REG_STARTEND is not portable, but it turns out we don't actually need
it. From Evan Green, GitHub issue 1982.
Commit: 25ae02869544b84b639b25b0aa69baa6ea2d3a6a
https://github.com/tmux/tmux/commit/25ae02869544b84b639b25b0aa69baa6ea2d3a6a
Author: Nicholas Marriott <[email protected]>
Date: 2019-12-01 (Sun, 01 Dec 2019)
Changed paths:
M CHANGES
Log Message:
-----------
Add to CHANGES.
Commit: 7836779e2118b2d5a59ce602ffa598a936a8524e
https://github.com/tmux/tmux/commit/7836779e2118b2d5a59ce602ffa598a936a8524e
Author: Nicholas Marriott <[email protected]>
Date: 2019-12-01 (Sun, 01 Dec 2019)
Changed paths:
M CHANGES
Log Message:
-----------
Merge branch '3.0a-rc'
Compare: https://github.com/tmux/tmux/compare/866b053f2522...7836779e2118
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/866b05-783677%40github.com.