Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 78287e27c87ccdda1f8580382b336a0d02c26a03
      
https://github.com/tmux/tmux/commit/78287e27c87ccdda1f8580382b336a0d02c26a03
  Author: nicm <nicm>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M Makefile
    M cmd-attach-session.c
    M cmd-join-pane.c
    M cmd-kill-session.c
    M cmd-new-session.c
    M cmd-new-window.c
    M cmd-queue.c
    M cmd-respawn-pane.c
    M cmd-respawn-window.c
    M cmd-rotate-window.c
    M cmd-select-pane.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-switch-client.c
    M layout.c
    M server-fn.c
    M server.c
    M session.c
    A spawn.c
    M tmux.h
    M window-tree.c
    M window.c

  Log Message:
  -----------
  Break new window and pane creation common code from various commands and
window.c into a separate file spawn.c.


  Commit: 5943cd1907d20381c527d4b3b338df090cbbb1de
      
https://github.com/tmux/tmux/commit/5943cd1907d20381c527d4b3b338df090cbbb1de
  Author: nicm <nicm>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M cmd-switch-client.c
    M tmux.1

  Log Message:
  -----------
  Document that switch-client can change all of session,window,pane and
check for % in the target as well as ":.".


  Commit: e3b1358bbc616c1ba95414d6102c23bfcaa37687
      
https://github.com/tmux/tmux/commit/e3b1358bbc616c1ba95414d6102c23bfcaa37687
  Author: nicm <nicm>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Do not let the size of the pane status screen go negative.


  Commit: c660e46149d606bd5e52941081cbe155e493768b
      
https://github.com/tmux/tmux/commit/c660e46149d606bd5e52941081cbe155e493768b
  Author: nicm <nicm>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M cmd-select-layout.c
    M layout-set.c
    M layout.c
    M resize.c
    M tty.c

  Log Message:
  -----------
  Set the window size as well as the layout size when using the preset
layouts.


  Commit: da31eddadc0c70875cd261d8925e4346c3e26590
      
https://github.com/tmux/tmux/commit/da31eddadc0c70875cd261d8925e4346c3e26590
  Author: nicm <nicm>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M layout-set.c

  Log Message:
  -----------
  Rewrite main-vertical and horizontal to use the common spread out code
and to handle the case where the panes won't fit into the existing
window size.


  Commit: 1fd3b9ec1c61c96c6cd86f81a50470f4428eeafe
      
https://github.com/tmux/tmux/commit/1fd3b9ec1c61c96c6cd86f81a50470f4428eeafe
  Author: nicm <nicm>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M layout.c

  Log Message:
  -----------
  Fix minimum size check on split and size of first cell on spread out
with a pane status line.


  Commit: 2219f7cc73abc20407739e27ef191df393142795
      
https://github.com/tmux/tmux/commit/2219f7cc73abc20407739e27ef191df393142795
  Author: jmc <jmc>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  mark up punctuation-as-macro-args properly;


  Commit: f3ab05e7cd9287d1e4be9a122687f568a8ef1f05
      
https://github.com/tmux/tmux/commit/f3ab05e7cd9287d1e4be9a122687f568a8ef1f05
  Author: nicm <nicm>
  Date:   2019-04-18 (Thu, 18 Apr 2019)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Update session activity on focus event, from tafryn at gmail dot com.


  Commit: 3f189945d8838f98920a6d24a838bc8614ace636
      
https://github.com/tmux/tmux/commit/3f189945d8838f98920a6d24a838bc8614ace636
  Author: nicm <nicm>
  Date:   2019-04-18 (Thu, 18 Apr 2019)

  Changed paths:
    M cfg.c
    M screen-write.c

  Log Message:
  -----------
  Pass target client and session to load_cfg from source-file so formats
work. Reported by Thomas Sattler.


  Commit: 5b9211d827dec53c8a90f35846ff52d663d4c0d1
      
https://github.com/tmux/tmux/commit/5b9211d827dec53c8a90f35846ff52d663d4c0d1
  Author: nicm <nicm>
  Date:   2019-04-18 (Thu, 18 Apr 2019)

  Changed paths:
    M cmd-show-options.c
    M tmux.1

  Log Message:
  -----------
  Copy the code to infer the option type to show-options and document it.


  Commit: 3c1f0cfc34d7dd87336e4a9a2c66435c02ecb847
      
https://github.com/tmux/tmux/commit/3c1f0cfc34d7dd87336e4a9a2c66435c02ecb847
  Author: Thomas Adam <[email protected]>
  Date:   2019-04-18 (Thu, 18 Apr 2019)

  Changed paths:
    M Makefile.am
    M cfg.c
    M screen-write.c
    M server-client.c

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


  Commit: f980e868ddcafaa30cfa61c31b581edc592fa6d3
      
https://github.com/tmux/tmux/commit/f980e868ddcafaa30cfa61c31b581edc592fa6d3
  Author: Thomas Adam <[email protected]>
  Date:   2019-04-18 (Thu, 18 Apr 2019)

  Changed paths:
    M cmd-show-options.c
    M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/82bc2c87a98d...f980e868ddca

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to