Logoj0ke.net Open Build Service > Projects > home:netmax:tools > tmux > tmux.changes
Sign Up | Log In

File tmux.changes of Package tmux

 
1
-------------------------------------------------------------------
2
Sat Mar 30 09:06:06 UTC 2013 - cs@linux-administrator.com
3
4
- Update to release 1.8
5
6
Incompatible Changes
7
====================
8
9
* layout redo/undo has been removed.
10
11
Normal Changes
12
==============
13
14
* Add halfpage up/down bindings to copy mode.
15
* Session choosing fixed to work with unattached sessions.
16
* New window options window-status-last-{attr,bg,fg} to denote the last
17
  window which was active.
18
* Scrolling in copy-mode now scrolls the region without moving the mouse
19
  cursor.
20
* run-shell learnt '-t' to specify the pane to use when displaying output.
21
* Support for middle-click pasting.
22
* choose-tree learns '-u' to start uncollapsed.
23
* select-window learnt '-T' to toggle to the last window if it's already
24
  current.
25
* New session option 'assume-paste-time' for pasting text versus key-binding
26
  actions.
27
* choose-* commands now work outside of an attached client.
28
* Aliases are now shown for list-commands command.
29
* Status learns about formats.
30
* Free-form options can be set with set-option if prepended with an '@'
31
  sign.
32
* capture-pane learnt '-p' to send to stdout, and '-e' for capturing escape
33
  sequences, and '-a' to capture the alternate screen, and '-P' to dump
34
  pending output.
35
* Many new formats added (client_session, client_last_session, etc.)
36
* Control mode, which is a way for a client to send tmux commands.
37
  Currently more useful to users of iterm2.
38
* resize-pane learnt '-x' and '-y' for absolute pane sizing.
39
* Config file loading now reports errors from all files which are loaded via
40
  the 'source-file' command.
41
* 'copy-pipe' mode command to copy selection and pipe the selection to a
42
  command.
43
* Panes can now emit focus notifications for certain applications
44
  which use those.
45
* run-shell and if-shell now accept formats.
46
* resize-pane learnt '-Z' for zooming a pane temporarily.
47
* new-session learnt '-A' to make it behave like attach-session.
48
* set-option learnt '-o' to prevent setting an option which is already set.
49
* capture-pane and show-options learns '-q' to silence errors.
50
* New command 'wait-for' which blocks a client until woken up again.
51
* Resizing panes will now reflow the text inside them.
52
* Lots and lots of bug fixes, fixing memory-leaks, etc.
53
* Various manpage improvements.
54
55
56