File tmux.changes of Package tmux
-------------------------------------------------------------------
Tue Dec 28 00:46:52 UTC 2010 - gber@opensuse.org
- update to version 1.4
- flags -n and -p added to switch-client
- use UTF-8 line drawing characters on UTF-8 terminals
- new server option exit-unattached added
- new session option destroy-unattached added
- new command last-pane added
- flag -a added to unbind-key
- add XAUTHORITY to update-environment
- if VISUAL or EDITOR contains "vi" configure mode-keys and
status-key to vi
- new window option monitor-silence and session option
visual-silence added
- command-line flag -V added
- instead of keeping a per-client prompt history make it global
- flag -l added to switch-client
- new window options other-pane-{height,width} added
- bugfixes
- dropped tmux-1.1-fix-cflags-ldflags.patch
-------------------------------------------------------------------
Mon Jul 19 10:28:49 UTC 2010 - guido+opensuse.org@berhoerster.name
- update to version 1.3
- new input parser
- new commands/flags/options were added/removed
- jump-forward/backward in copy move
- merged more mode into copy mode
- fixed double free when the window option remain-on-exit is
set
- custom/tiled layouts
- reworked signal handling
- allow dragging to make a selection in copy mode when the
mode-mouse option is set
- mouse scroll wheel support
- fixed problems with window sizing when starting tmux from
.xinitrc
- additional code reduction and bugfixes
-------------------------------------------------------------------
Thu Mar 11 18:10:42 UTC 2010 - guido+opensuse.org@berhoerster.name
- update to version 1.2
- the code has been switched to libevent
- new commands/options were added
- the commands set-window-option, and show-window-options have been changed
to be aliases to set -w, and show -w respectively
- panes can now be referred to as top, bottom, top-left, etc.
- server-wide options have been added which can be set with set-option -s,
and shown with show-options -s
- permit S- prefix on keys for shift when the terminal/terminfo supports
them
- window targets (-t flag) can now refer to the last window (!), next (+),
and previous (-) window by number
- lots of mode keys added in copy mode
- there are additional code reductions, bug fixes, and manpage enhancements
-------------------------------------------------------------------
Fri Feb 19 11:55:42 UTC 2010 - guido+opensuse.org@berhoerster.name
- cleaned up specfile
-------------------------------------------------------------------
Mon Feb 15 15:42:12 UTC 2010 - guido+opensuse.org@berhoerster.name
- dropped patch and changes for creating sockets under /var/run, tmux thus does
not need to be setgid any more
- fixed copyright header and use external changelog
-------------------------------------------------------------------
Mon Dec 21 00:00:00 UTC 2009 - guido+opensuse.org@berhoerster.name
- rebased and combined patches for putting sockets under /var/run and dropping
setgid privileges
-------------------------------------------------------------------
Mon Dec 21 00:00:00 UTC 2009 - guido+opensuse.org@berhoerster.name
- initial packaging of tmux