|
| 1 | +CHANGES FROM 1.5 TO 1.6, 23 January 2012 |
| 2 | + |
| 3 | +* Extend the mode-mouse option to add a third choice which means the mouse |
| 4 | + does not enter copy mode. |
| 5 | +* Add a -r flag to switch-client to toggle the client read-only flag. |
| 6 | +* Add pane-base-index option. |
| 7 | +* Support \ for line continuation in the configuration file. |
| 8 | +* Framework for more powerful formatting of command output and use it for |
| 9 | + list-{panes,windows,sessions}. This allows more descriptive replacements |
| 10 | + (such as #{session_name}) and conditionals. |
| 11 | +* Mark dead panes with some text saying they are dead. |
| 12 | +* Reject $SHELL if it is not a full path. |
| 13 | +* Add -S option to refresh-client to redraw status line. |
| 14 | +* Add an else clause for if-shell. |
| 15 | +* Try to resolve relative paths for loadb and saveb (first, using client |
| 16 | + working directory, if any, then default-path or session working directory). |
| 17 | +* Support for \e[3J to clear the history and send the corresponding |
| 18 | + terminfo code (E3) before locking. |
| 19 | +* When in copy mode, make repeat count indicate buffer to replace, if used. |
| 20 | +* Add screen*:XT to terminal-overrides for tmux-in-tmux. |
| 21 | +* Status-line message attributes added. |
| 22 | +* Move word-separators to be a session rather than window option. |
| 23 | +* Change the way the working directory for new processes is discovered. If |
| 24 | + default-path isn't empty, it is used. Otherwise, if a new window is created |
| 25 | + from the command-line, the working directory of the client is used. If not, |
| 26 | + platform specific code is used to retrieve the current working directory |
| 27 | + of the process in the active pane. If that fails, the directory where the |
| 28 | + session was created is used, instead. |
| 29 | +* Do not change the current pane if both mouse-select-{pane,window} are |
| 30 | + enabled. |
| 31 | +* Add \033[s and \033[u to save and restore cursor position. |
| 32 | +* Allow $HOME to be used as default-path. |
| 33 | +* Add CNL and CPL escape sequences. |
| 34 | +* Calculate last position correctly for UTF-8 wide characters. |
| 35 | +* Add an option allow-rename to disable the window rename escape sequence. |
| 36 | +* Attributes for each type of status-line alert (ie bell, content and |
| 37 | + activity) added. Therefore, remove the superfluous options |
| 38 | + window-status-alert-{attr,bg,fg}. |
| 39 | +* Add a -R flag to send-keys to reset the terminal. |
| 40 | +* Add strings to allow the aixterm bright colours to be used when |
| 41 | + configuring colours. |
| 42 | +* Drop the ability to have a list of keys in the prefix in favour of two |
| 43 | + separate options, prefix and prefix2. |
| 44 | +* Flag -2 added to send-prefix to send the secondary prefix key. |
| 45 | +* Show pane size in top right of display panes mode. |
| 46 | +* Some memory leaks plugged. |
| 47 | +* More command-prompt editing improvements. |
| 48 | +* Various manpage improvements. |
| 49 | +* More Vi mode improvements. |
| 50 | + |
1 | 51 | CHANGES FROM 1.4 TO 1.5, 09 July 2011
|
2 | 52 |
|
3 | 53 | * Support xterm mouse modes 1002 and 1003.
|
@@ -1639,7 +1689,7 @@ The list of older changes is below.
|
1639 | 1689 | (including mutt, emacs). No status bar yet and no key remapping or other
|
1640 | 1690 | customisation.
|
1641 | 1691 |
|
1642 |
| -$Id: CHANGES 2559 2011-07-09 16:01:55Z tcunha $ |
| 1692 | +$Id: CHANGES 2678 2012-01-23 12:41:36Z tcunha $ |
1643 | 1693 |
|
1644 | 1694 | LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr
|
1645 | 1695 | LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB ms
|
|
0 commit comments