Branch: refs/heads/3.2-rc
  Home:   https://github.com/tmux/tmux
  Commit: 2964dde903f90a8160db00bf496582bff5256a98
      
https://github.com/tmux/tmux/commit/2964dde903f90a8160db00bf496582bff5256a98
  Author: nicm <nicm>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Use xvasprintf not vasprintf.


  Commit: 1f515663d1a226e05e61d40baa9a3fc2daf7c87d
      
https://github.com/tmux/tmux/commit/1f515663d1a226e05e61d40baa9a3fc2daf7c87d
  Author: Thomas Adam <[email protected]>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 5340bf556e460c52f02d4f23591eafd5131d95ed
      
https://github.com/tmux/tmux/commit/5340bf556e460c52f02d4f23591eafd5131d95ed
  Author: nicm <nicm>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Correctly redraw pane border bottom line when the status line is on and
at the bottom, reported by Kaushal Modi.


  Commit: 2a2ebf315ff2ca2533b22c26d407cc5cf90ba325
      
https://github.com/tmux/tmux/commit/2a2ebf315ff2ca2533b22c26d407cc5cf90ba325
  Author: Thomas Adam <[email protected]>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: f69bdda950fde2218ed3fc189ceaa587a5374ab9
      
https://github.com/tmux/tmux/commit/f69bdda950fde2218ed3fc189ceaa587a5374ab9
  Author: nicm <nicm>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M cmd-new-window.c

  Log Message:
  -----------
  Silently ignore -a or -b if the window index doesn't exist and create
using that index (this is how it used to work), reported by Romain
Francoise.


  Commit: 04a1a84bb8d3b34400b63ca9193faf405e5728d1
      
https://github.com/tmux/tmux/commit/04a1a84bb8d3b34400b63ca9193faf405e5728d1
  Author: Thomas Adam <[email protected]>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M cmd-new-window.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 74df7071adf5e721b15c15e9e07c86d1deb86def
      
https://github.com/tmux/tmux/commit/74df7071adf5e721b15c15e9e07c86d1deb86def
  Author: nicm <nicm>
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
    M key-string.c

  Log Message:
  -----------
  Fix 0x Unicode character parsing, GitHub issue 2286.


  Commit: b6aeb86c20abca3b88722da15747755f8a7690f7
      
https://github.com/tmux/tmux/commit/b6aeb86c20abca3b88722da15747755f8a7690f7
  Author: nicm <nicm>
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Check for no pane border status line separately from top/bottom.


  Commit: 332aca754b96ae5f5f5dd0bb32e3d008ac735684
      
https://github.com/tmux/tmux/commit/332aca754b96ae5f5f5dd0bb32e3d008ac735684
  Author: Thomas Adam <[email protected]>
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
    M key-string.c
    M screen-redraw.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 2a9bdb700d07a5d0885c22a9e73deaf675ba20c2
      
https://github.com/tmux/tmux/commit/2a9bdb700d07a5d0885c22a9e73deaf675ba20c2
  Author: bket <bket>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M cmd.c

  Log Message:
  -----------
  Replace TAILQ concatenation loop with TAILQ_CONCAT

As a result remove unneeded variables

OK @nicm


  Commit: a284664e718a6eb3cd5f0507331a183037c0d6dd
      
https://github.com/tmux/tmux/commit/a284664e718a6eb3cd5f0507331a183037c0d6dd
  Author: Thomas Adam <[email protected]>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M cmd.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 2b1e8d06e18e22e3196c4558f1d300f7088d2417
      
https://github.com/tmux/tmux/commit/2b1e8d06e18e22e3196c4558f1d300f7088d2417
  Author: nicm <nicm>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M cmd-select-pane.c

  Log Message:
  -----------
  Check if client is NULL before using it, GitHub issue 2295.


  Commit: 43e1577b5d6c40369eb353322f68a12b36d609b0
      
https://github.com/tmux/tmux/commit/43e1577b5d6c40369eb353322f68a12b36d609b0
  Author: nicm <nicm>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Missing word, from annihilannic at hotmail dot com, GitHub issue 2288.


  Commit: 0fa306d73c64c9cb8a67937b53047b0ee791451b
      
https://github.com/tmux/tmux/commit/0fa306d73c64c9cb8a67937b53047b0ee791451b
  Author: Thomas Adam <[email protected]>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M cmd-select-pane.c
    M tmux.1

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 6b01eac774640a70ec70cd596960ffc19ec909fd
      
https://github.com/tmux/tmux/commit/6b01eac774640a70ec70cd596960ffc19ec909fd
  Author: Nicholas Marriott <[email protected]>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Merge branch '3.2-rc'


  Commit: a109e839d1275f9e3b593c87f4b84f1d277a84e5
      
https://github.com/tmux/tmux/commit/a109e839d1275f9e3b593c87f4b84f1d277a84e5
  Author: Nicholas Marriott <[email protected]>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Fix version.


  Commit: 1e426896611f81dd6306263cb337e7ea7d80238e
      
https://github.com/tmux/tmux/commit/1e426896611f81dd6306263cb337e7ea7d80238e
  Author: nicm <nicm>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M cmd-join-pane.c
    M cmd-kill-window.c
    M server-fn.c
    M tmux.h
    M window-tree.c

  Log Message:
  -----------
  kill-window -a cannot just walk the list of windows because if
renumber-windows is on, the window it wants to keep could be moved.
Change to renumber afterwards and also behave better if the window is
linked into the session twice. GitHub issue 2287.


  Commit: c0d9eaff9bd8c2a87dd95a860ed659f472a9ddf4
      
https://github.com/tmux/tmux/commit/c0d9eaff9bd8c2a87dd95a860ed659f472a9ddf4
  Author: Thomas Adam <[email protected]>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M cmd-join-pane.c
    M cmd-kill-window.c
    M server-fn.c
    M tmux.h
    M window-tree.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 2bf612a8066ab75725eeb09adf1ebc0f4fe851ab
      
https://github.com/tmux/tmux/commit/2bf612a8066ab75725eeb09adf1ebc0f4fe851ab
  Author: nicm <nicm>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M cmd-list-keys.c
    M key-string.c
    M tty-keys.c

  Log Message:
  -----------
  Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.


  Commit: af820944391c3ee72984ee72e95ae2aaaa3f82db
      
https://github.com/tmux/tmux/commit/af820944391c3ee72984ee72e95ae2aaaa3f82db
  Author: Thomas Adam <[email protected]>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M cmd-list-keys.c
    M key-string.c
    M tty-keys.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 66d5e5de7ac6a81f638d1a2b2f5262368a68fee2
      
https://github.com/tmux/tmux/commit/66d5e5de7ac6a81f638d1a2b2f5262368a68fee2
  Author: nicm <nicm>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M cmd-refresh-client.c
    M control.c
    M server-client.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add a way for control mode clients to subscribe to a format and be
notified of changes rather than having to poll. GitHub issue 2242.


  Commit: 2aa177d102b573e5802f69885e738e554d350e7e
      
https://github.com/tmux/tmux/commit/2aa177d102b573e5802f69885e738e554d350e7e
  Author: nicm <nicm>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Do not eliminate redundant clears, the code is wrong and doing it
correctly wouldn't be worth it. GitHub issue 2298.


  Commit: aa4f3a9b3d7f10f7f96bf8be1c2c8706a5990fe5
      
https://github.com/tmux/tmux/commit/aa4f3a9b3d7f10f7f96bf8be1c2c8706a5990fe5
  Author: Thomas Adam <[email protected]>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M cmd-refresh-client.c
    M control.c
    M screen-write.c
    M server-client.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: b30989a9649699ba08908a1a9aa08b0ecc7b24d1
      
https://github.com/tmux/tmux/commit/b30989a9649699ba08908a1a9aa08b0ecc7b24d1
  Author: Nicholas Marriott <[email protected]>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M CHANGES
    M configure.ac

  Log Message:
  -----------
  Pull 3.2-rc up to master.


Compare: https://github.com/tmux/tmux/compare/5661346c41fc...b30989a96496

-- 
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.2-rc/566134-b30989%40github.com.

Reply via email to