Branch: refs/heads/3.0a-rc
  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.


Compare: https://github.com/tmux/tmux/compare/c739772436ae%5E...c942f11ba89c

-- 
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/3.0a-rc/000000-c942f1%40github.com.

Reply via email to