<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in install-sh</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/tmux/dist/etc/install-sh</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1</description>
    <pubDate>Sun Apr 23 00:21:39 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>CHANGES FROM 2.7 to 2.8<br/><br/>* Make display-panes block the client until a pane is chosen or it<br/>  times out.<br/><br/>* Clear history on RIS like most other terminals do.<br/><br/>* Add an "Any" key to run a command if a key is pressed that is not<br/>  bound in the current key table.<br/><br/>* Expand formats in load-buffer and save-buffer.<br/><br/>* Add a rectangle_toggle format.<br/><br/>* Add set-hook -R to run a hook immediately.<br/><br/>* Add README.ja.<br/><br/>* Add pane focus hooks.<br/><br/>* Allow any punctuation as separator for s/x/y not only /.<br/><br/>* Improve resizing with the mouse (fix resizing the wrong pane in some<br/>  layouts, and allow resizing multiple panes at the same time).<br/><br/>* Allow , and } to be escaped in formats as #, and #}.<br/><br/>* Add KRB5CCNAME to update-environment.<br/><br/>* Change meaning of -c to display-message so the client is used if it<br/>  matches the session given to -t.<br/><br/>* Fixes to : form of SGR.<br/><br/>* Add x and X to choose-tree to kill sessions, windows or panes.<br/><br/>CHANGES FROM 2.6 TO 2.7<br/><br/>* Remove EVENT_* variables from environment on platforms where tmux uses them<br/>  so they do not pass on to panes.<br/><br/>* Fixes for hooks at server exit.<br/><br/>* Remove SGR 10 (was equivalent to SGR 0 but no other terminal seems to do<br/>  this).<br/><br/>* Expand formats in window and session names.<br/><br/>* Add -Z flag to choose-tree, choose-client, choose-buffer to automatically<br/>  zoom the pane when the mode is entered and unzoom when it exits, assuming the<br/>  pane is not already zoomed. This is now part of the default key bindings.<br/><br/>* Add C-g to exit modes with emacs keys.<br/><br/>* Add exit-empty option to exit server if no sessions (defaults to on).<br/><br/>* Show if a filter is present in choose modes.<br/><br/>* Add pipe-pane -I to to connect stdin of the child process.<br/><br/>* Performance improvements for reflow.<br/><br/>* Use RGB terminfo(5) capability to detect RGB colour terminals (the existing<br/>  Tc extension remains unchanged).<br/><br/>* Support for ISO colon-separated SGR sequences.<br/><br/>* Add select-layout -E to spread panes out evenly (bound to E key).<br/><br/>* Support wide characters properly when reflowing.<br/><br/>* Pass PWD to new panes as a hint to shells, as well as calling chdir().<br/><br/>* Performance improvements for the various choose modes.<br/><br/>* Only show first member of session groups in tree mode (-G flag to choose-tree<br/>  to show all).<br/><br/>* Support %else in config files to match %if; from Brad Town in GitHub issue<br/>  1071.<br/><br/>* Fix "kind" terminfo(5) capability to be S-Down not S-Up.<br/><br/>* Add a box around the preview label in tree mode.<br/><br/>* Show exit status and time in the remain-on-exit pane text; from Timo<br/>  Boettcher in GitHub issue 1103.<br/><br/>* Correctly use pane-base-index in tree mode.<br/><br/>* Change the allow-rename option default to off.<br/><br/>* Support for xterm(1) title stack escape sequences (GitHub issue 1075 from<br/>  Brad Town).<br/><br/>* Correctly remove padding cells to fix a UTF-8 display problem (GitHub issue<br/>  1090).</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.3</description>
    <pubDate>Sat Jan 05 21:32:49 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.2.2;  1.1.1.2.4;<br/>CHANGES FROM 2.5 TO 2.6, 05 October 2017<br/><br/>* Add select-pane -T to set pane title.<br/><br/>* Fix memory leak when lines with BCE are removed from history.<br/><br/>* Fix (again) the "prefer unattached" behaviour of attach-session.<br/><br/>* Reorder how keys are checked to allow keys to be specified that have a<br/>  leading escape. GitHub issue 1048.<br/><br/>* Support REP escape sequence (\033[b).<br/><br/>* Run alert hooks based on options rather than always, and allow further bells<br/>  even if there is an existing bell.<br/><br/>* Add -d flag to display-panes to override display-panes-time.<br/><br/>* Add selection_present format when in copy mode (allows key bindings that do<br/>  something different if there is a selection).<br/><br/>* Add pane_at_left, pane_at_right, pane_at_top and pane_at_bottom formats.<br/><br/>* Make bell, activity and silence alerting more consistent by: removing the<br/>  bell-on-alert option; adding activity-action and silence-action options with<br/>  the same possible values as the existing bell-action; adding a "both" value<br/>  for the visual-bell, visual-activity and visual-silence options to trigger<br/>  both a bell and a message.<br/><br/>* Add a pane_pipe format to show if pipe-pane is active.<br/><br/>* Block signals between forking and resetting signal handlers so that the<br/>  libevent signal handler doesn't get called in the child and incorrectly write<br/>  into the signal pipe that it still shares with the parent. GitHub issue 1001.<br/><br/>* Allow punctuation in pane_current_command.<br/><br/>* Add -c for respawn-pane and respawn-window.<br/><br/>* Wait for any remaining data to flush when a pane is closed while pipe-pane is<br/>  in use.<br/><br/>* Fix working out current client with no target. GitHub issue 995.<br/><br/>* Try to fallback to C.UTF-8 as well as en_US.UTF-8 when looking for a UTF-8<br/>  locale.<br/><br/>* Add user-keys option for user-defined key escape sequences (mapped to User0<br/>  to User999 keys).<br/><br/>* Add pane-set-clipboard hook.<br/><br/>* FAQ file has moved out of repository to online.<br/><br/>* Fix problem with high CPU usage when a client dies unexpectedly. GitHub issue<br/>  941.<br/><br/>* Do a dance on OS X 10.10 and above to return tmux to the user namespace,<br/>  allowing access to the clipboard.<br/><br/>* Do not allow escape sequences which expect a specific terminator (APC, DSC,<br/>  OSC) to wait for forever - use a small timeout. This reduces the chance of<br/>  the pane locking up completely when sent garbage (cat /dev/random or<br/>  similar).<br/><br/>* Support SIGUSR2 to toggle logging on a running server, also generate the<br/>  "out" log file with -vv not -vvvv.<br/><br/>* Make set-clipboard a three state option: on (tmux both sends to outside<br/>  terminal and accepts from applications inside); external (tmux sends outside<br/>  but does not accept inside); and off.<br/><br/>* Fix OSC 4 palette setting for bright foreground colours. GitHub issue 954.<br/><br/>* Use setrgbf and setrgbb terminfo(5) capabilities to set RGB colours, if they<br/>  are available. (Tc is still supported as well.)<br/><br/>* Fix redrawing panes when they are resized several times but end up with the<br/>  size unchanged (for example, splitw/resizep -Z/breakp).<br/><br/>* Major rewrite of choose mode. Now includes preview, sorting, searching and<br/>  tagging; commands that can be executed directly from the mode (for example,<br/>  to delete one or more buffers); and filtering in tree mode.<br/><br/>* choose-window and choose-session are now aliases of choose-tree (in the<br/>  command-alias option).<br/><br/>* Support OSC 10 and OSC 11 to set foreground and background colours.<br/><br/>* Check the U8 capability to determine whether to use UTF-8 line drawing<br/>  characters for ACS.<br/><br/>* Some missing notifications for layout changes.<br/><br/>* Control mode clients now do not affect session sizes until they issue<br/>  refresh-client -C. new-session -x and -y works with control clients even if<br/>  the session is not detached.<br/><br/>* All new sessions that are unattached (whether with -d or started with no<br/>  terminal) are now created with size 80 x 24. Whether the status line is on or<br/>  off does not affect the size of new sessions until they are attached.<br/><br/>* Expand formats in option names and add -F flag to expand them in option values.<br/><br/>* Remember the search string for a pane even if copy mode is exited and entered<br/>  again.<br/><br/>* Some further BCE fixes (scroll up, reverse index).<br/><br/>* Improvements to how terminals are cleared (entirely or partially).<br/><br/>CHANGES FROM 2.4 TO 2.5, 09 May 2017<br/><br/>* Reset updated flag when restarting #() command so that new output is properly<br/>  recognised. GitHub issue 922.<br/><br/>* Fix ECH with a background colour.<br/><br/>* Do not rely on the terminal not moving the cursor after DL or EL.<br/><br/>* Fix send-keys and send-prefix in copy-mode (so C-b C-b works). GitHub issue<br/>  905.<br/><br/>* Set the current pane for rotate-window so it works in command sequences.<br/><br/>* Add pane_mode format.<br/><br/>* Differentiate M-Up from Escape+Up when possible (that is, in terminals with<br/>  xterm(1) style function keys). GitHub issue 907.<br/><br/>* Add session_stack and window_stack_index formats.<br/><br/>* Some new control mode notifications and corresponding hooks:<br/>  pane-mode-changed, window-pane-changed, client-session-changed,<br/>  session-window-changed.<br/><br/>* Format pane_search_string for last search term while in copy mode (useful<br/>  with command-prompt -I).<br/><br/>* Fix a problem with high CPU usage and multiple clients with #(). GitHub issue<br/>  889.<br/><br/>* Fix UTF-8 combining characters in column 0.<br/><br/>* Fix reference counting so that panes are properly destroyed and their<br/>  processes killed.<br/><br/>* Clamp SU (CSI S) parameter to work around a bug in Konsole.<br/><br/>* Tweak line wrapping in full width panes to play more nicely with terminal<br/>  copy and paste.<br/><br/>* Fix when we emit SGR 0 in capture-pane -e.<br/><br/>* Do not change TERM until after config file parsing has finished, so that<br/>  commands run inside the config file can use it to make decisions (typically<br/>  about default-terminal).<br/><br/>* Make the initial client wait until config file parsing has finished to avoid<br/>  racing with commands.<br/><br/>* Fix core when if-shell fails.<br/><br/>* Only use ED to clear screen if the pane is at the bottom.<br/><br/>* Fix multibyte UTF-8 output.<br/><br/>* Code improvements around target (-t) resolution.<br/><br/>* Change how the default target (for commands without -t) is managed across<br/>  command sequences: now it is set up at the start and commands are required<br/>  to update it if needed. Fixes binding command sequences to mouse keys.<br/><br/>* Make if-shell from the config file work correctly.<br/><br/>* Change to always check the root key table if no binding is found in the<br/>  current table (prefix table or copy-mode table or whatever). This means that<br/>  root key bindings will take effect even in copy mode, if not overridden by a<br/>  copy mode key binding.<br/><br/>* Fix so that the history file works again.<br/><br/>* Run config file without a client rather than using the first client, restores<br/>  previous behaviour.<br/><br/>* If a #() command doesn't exit, continue to read from it and use its last full<br/>  line of output.<br/><br/>* Handle slow terminals and fast output better: when the amount of data<br/>  outstanding gets too large, discard output until it is drained and we are<br/>  able to do a full redraw. Prevents tmux sitting on a huge buffer that the<br/>  terminal will take forever to consume.<br/><br/>* Do not redraw a client unless we realistically think it can accept the data -<br/>  defer redraws until the client has nothing else waiting to write.</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.2</description>
    <pubDate>Thu Oct 12 21:59:49 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.2;  1.1.1.1.6;<br/>CHANGES FROM 2.3 to 2.4 20 April 2017<br/><br/>Incompatible Changes</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.1</description>
    <pubDate>Sun Apr 23 00:21:39 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.2.4.1</description>
    <pubDate>Mon Jun 10 21:51:38 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Synch with HEAD</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.2.2.1</description>
    <pubDate>Fri Jan 18 08:48:37 UTC 2019</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Pull up the following, requested by christos in ticket #1619:<br/><br/>	external/bsd/tmux/dist/compat/daemon-darwin.c   up to 1.1.1.1<br/>	external/bsd/tmux/dist/compat/fdforkpty.c       up to 1.1.1.1<br/>	external/bsd/tmux/dist/compat/memmem.c          up to 1.1.1.1<br/>	external/bsd/tmux/dist/menu.c                   up to 1.2<br/>	external/bsd/tmux/dist/window-tree.c            up to 1.7<br/>	external/bsd/tmux/dist/mode-tree.c              up to 1.6<br/>	external/bsd/tmux/dist/etc/ylwrap               up to 1.1.1.1<br/>	external/bsd/tmux/dist/cmd-resize-window.c      up to 1.2<br/>	external/bsd/tmux/dist/regsub.c                 up to 1.3<br/>	external/bsd/tmux/dist/cmd-parse.y              up to 1.3<br/>	external/bsd/tmux/dist/window-buffer.c          up to 1.6<br/>	external/bsd/tmux/dist/spawn.c                  up to 1.3<br/>	external/bsd/tmux/dist/README.ja                up to 1.1.1.1<br/>	external/bsd/tmux/dist/window-client.c          up to 1.6<br/>	external/bsd/tmux/dist/file.c                   up to 1.1.1.1<br/>	external/bsd/tmux/dist/format-draw.c            up to 1.1.1.3<br/>	external/bsd/tmux/dist/cmd-display-menu.c       up to 1.1.1.1<br/>	external/bsd/tmux/dist/compat/fparseln.c        delete<br/>	external/bsd/tmux/dist/FAQ                      delete<br/>	external/bsd/tmux/dist/TODO                     delete<br/>	external/bsd/tmux/dist/cmd-choose-buffer.c      delete<br/>	external/bsd/tmux/dist/cmd-choose-client.c      delete<br/>	external/bsd/tmux/dist/cmd-list.c               delete<br/>	external/bsd/tmux/dist/cmd-set-hook.c           delete<br/>	external/bsd/tmux/dist/cmd-string.c             delete<br/>	external/bsd/tmux/dist/hooks.c                  delete<br/>	external/bsd/tmux/dist/pty.c                    delete<br/>	external/bsd/tmux/dist/signal.c                 delete<br/>	external/bsd/tmux/dist/window-choose.c          delete<br/>	external/bsd/tmux/dist/CHANGES                  up to 1.1.1.6<br/>	external/bsd/tmux/dist/COPYING                  up to 1.1.1.2<br/>	external/bsd/tmux/dist/Makefile.am              up to 1.1.1.6<br/>	external/bsd/tmux/dist/Makefile.in              up to 1.1.1.6<br/>	external/bsd/tmux/dist/README                   up to 1.1.1.4<br/>	external/bsd/tmux/dist/aclocal.m4               up to 1.1.1.4<br/>	external/bsd/tmux/dist/alerts.c                 up to 1.1.1.5<br/>	external/bsd/tmux/dist/arguments.c              up to 1.1.1.9<br/>	external/bsd/tmux/dist/attributes.c             up to 1.1.1.9<br/>	external/bsd/tmux/dist/cfg.c                    up to 1.1.1.12<br/>	external/bsd/tmux/dist/client.c                 up to 1.10<br/>	external/bsd/tmux/dist/cmd-attach-session.c     up to 1.8<br/>	external/bsd/tmux/dist/cmd-bind-key.c           up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-break-pane.c         up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-capture-pane.c       up to 1.8<br/>	external/bsd/tmux/dist/cmd-choose-tree.c        up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-command-prompt.c     up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-confirm-before.c     up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-copy-mode.c          up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-detach-client.c      up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-display-message.c    up to 1.10<br/>	external/bsd/tmux/dist/cmd-display-panes.c      up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-find-window.c        up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-find.c               up to 1.1.1.7<br/>	external/bsd/tmux/dist/cmd-if-shell.c           up to 1.10<br/>	external/bsd/tmux/dist/cmd-join-pane.c          up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-kill-pane.c          up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-kill-session.c       up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-kill-window.c        up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-list-buffers.c       up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-list-clients.c       up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-list-keys.c          up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-list-panes.c         up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-list-sessions.c      up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-list-windows.c       up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-load-buffer.c        up to 1.9<br/>	external/bsd/tmux/dist/cmd-lock-server.c        up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-move-window.c        up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-new-session.c        up to 1.8<br/>	external/bsd/tmux/dist/cmd-new-window.c         up to 1.8<br/>	external/bsd/tmux/dist/cmd-paste-buffer.c       up to 1.8<br/>	external/bsd/tmux/dist/cmd-pipe-pane.c          up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-queue.c              up to 1.6<br/>	external/bsd/tmux/dist/cmd-refresh-client.c     up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-rename-session.c     up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-rename-window.c      up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-resize-pane.c        up to 1.1.1.12<br/>	external/bsd/tmux/dist/cmd-respawn-pane.c       up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-respawn-window.c     up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-rotate-window.c      up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-run-shell.c          up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-save-buffer.c        up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-select-layout.c      up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-select-pane.c        up to 1.1.1.12<br/>	external/bsd/tmux/dist/cmd-select-window.c      up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-send-keys.c          up to 1.10<br/>	external/bsd/tmux/dist/cmd-set-environment.c    up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-set-option.c         up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-show-environment.c   up to 1.1.1.8<br/>	external/bsd/tmux/dist/cmd-show-messages.c      up to 1.7<br/>	external/bsd/tmux/dist/cmd-show-options.c       up to 1.3<br/>	external/bsd/tmux/dist/cmd-source-file.c        up to 1.1.1.10<br/>	external/bsd/tmux/dist/cmd-split-window.c       up to 1.9<br/>	external/bsd/tmux/dist/cmd-swap-pane.c          up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-swap-window.c        up to 1.1.1.9<br/>	external/bsd/tmux/dist/cmd-switch-client.c      up to 1.1.1.11<br/>	external/bsd/tmux/dist/cmd-wait-for.c           up to 1.7<br/>	external/bsd/tmux/dist/cmd.c                    up to 1.1.1.12<br/>	external/bsd/tmux/dist/colour.c                 up to 1.9<br/>	external/bsd/tmux/dist/compat.h                 up to 1.2<br/>	external/bsd/tmux/dist/configure                up to 1.1.1.6<br/>	external/bsd/tmux/dist/configure.ac             up to 1.1.1.6<br/>	external/bsd/tmux/dist/control-notify.c         up to 1.1.1.8<br/>	external/bsd/tmux/dist/control.c                up to 1.1.1.7<br/>	external/bsd/tmux/dist/environ.c                up to 1.10<br/>	external/bsd/tmux/dist/example_tmux.conf        up to 1.1.1.4<br/>	external/bsd/tmux/dist/format.c                 up to 1.11<br/>	external/bsd/tmux/dist/grid-view.c              up to 1.1.1.9<br/>	external/bsd/tmux/dist/grid.c                   up to 1.10<br/>	external/bsd/tmux/dist/input-keys.c             up to 1.10<br/>	external/bsd/tmux/dist/input.c                  up to 1.14<br/>	external/bsd/tmux/dist/job.c                    up to 1.11<br/>	external/bsd/tmux/dist/key-bindings.c           up to 1.9<br/>	external/bsd/tmux/dist/key-string.c             up to 1.1.1.12<br/>	external/bsd/tmux/dist/layout-custom.c          up to 1.1.1.10<br/>	external/bsd/tmux/dist/layout-set.c             up to 1.1.1.12<br/>	external/bsd/tmux/dist/layout.c                 up to 1.1.1.10<br/>	external/bsd/tmux/dist/log.c                    up to 1.14<br/>	external/bsd/tmux/dist/mdoc2man.awk             up to 1.1.1.3<br/>	external/bsd/tmux/dist/names.c                  up to 1.1.1.8<br/>	external/bsd/tmux/dist/notify.c                 up to 1.6<br/>	external/bsd/tmux/dist/options-table.c          up to 1.1.1.11<br/>	external/bsd/tmux/dist/options.c                up to 1.11<br/>	external/bsd/tmux/dist/osdep-darwin.c           up to 1.1.1.9<br/>	external/bsd/tmux/dist/osdep-freebsd.c          up to 1.1.1.8<br/>	external/bsd/tmux/dist/osdep-linux.c            up to 1.1.1.7<br/>	external/bsd/tmux/dist/osdep-netbsd.c           up to 1.1.1.9<br/>	external/bsd/tmux/dist/paste.c                  up to 1.5<br/>	external/bsd/tmux/dist/proc.c                   up to 1.5<br/>	external/bsd/tmux/dist/resize.c                 up to 1.2<br/>	external/bsd/tmux/dist/screen-redraw.c          up to 1.1.1.11<br/>	external/bsd/tmux/dist/screen-write.c           up to 1.12<br/>	external/bsd/tmux/dist/screen.c                 up to 1.11<br/>	external/bsd/tmux/dist/server-client.c          up to 1.8<br/>	external/bsd/tmux/dist/server-fn.c              up to 1.12<br/>	external/bsd/tmux/dist/server.c                 up to 1.1.1.11<br/>	external/bsd/tmux/dist/session.c                up to 1.12<br/>	external/bsd/tmux/dist/status.c                 up to 1.10<br/>	external/bsd/tmux/dist/style.c                  up to 1.4<br/>	external/bsd/tmux/dist/tmux.1                   up to 1.13<br/>	external/bsd/tmux/dist/tmux.c                   up to 1.11<br/>	external/bsd/tmux/dist/tmux.h                   up to 1.16<br/>	external/bsd/tmux/dist/tty-acs.c                up to 1.9<br/>	external/bsd/tmux/dist/tty-keys.c               up to 1.14<br/>	external/bsd/tmux/dist/tty-term.c               up to 1.13<br/>	external/bsd/tmux/dist/tty.c                    up to 1.7<br/>	external/bsd/tmux/dist/utf8.c                   up to 1.7<br/>	external/bsd/tmux/dist/window-clock.c           up to 1.1.1.9<br/>	external/bsd/tmux/dist/window-copy.c            up to 1.12<br/>	external/bsd/tmux/dist/window.c                 up to 1.13<br/>	external/bsd/tmux/dist/xmalloc.c                up to 1.1.1.9<br/>	external/bsd/tmux/dist/xmalloc.h                up to 1.5<br/>	external/bsd/tmux/dist/xterm-keys.c             up to 1.1.1.8<br/>	external/bsd/tmux/dist/compat/getdtablecount.c  up to 1.1.1.2<br/>	external/bsd/tmux/dist/compat/imsg-buffer.c     up to 1.9<br/>	external/bsd/tmux/dist/compat/imsg.c            up to 1.9<br/>	external/bsd/tmux/dist/etc/compile              up to 1.1.1.2<br/>	external/bsd/tmux/dist/etc/config.guess         up to 1.1.1.3<br/>	external/bsd/tmux/dist/etc/config.sub           up to 1.1.1.3<br/>	external/bsd/tmux/dist/etc/depcomp              up to 1.1.1.2<br/>	external/bsd/tmux/dist/etc/install-sh           up to 1.1.1.3<br/>	external/bsd/tmux/dist/etc/missing              up to 1.1.1.2<br/>	external/bsd/tmux/usr.bin/tmux/Makefile         up to 1.25<br/>	doc/3RDPARTY					(manually modified)<br/><br/>Update tmux to 3.1c</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.1.6.1</description>
    <pubDate>Sun Nov 01 18:08:00 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.1.2.2</description>
    <pubDate>Wed Apr 26 02:52:52 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>file install-sh was added on branch pgoyette-localcount on 2017-04-26 02:52:52 +0000</title>
    <description>/src/external/bsd/tmux/dist/etc/install-sh - 1.1.1.1.2.1</description>
    <pubDate>Sun Apr 23 00:21:39 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

