mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +00:00
Update CHANGES.
This commit is contained in:
parent
c2048c5c65
commit
30cf20d615
12
CHANGES
12
CHANGES
@ -1,5 +1,17 @@
|
|||||||
CHANGES FROM 3.1c TO 3.2
|
CHANGES FROM 3.1c TO 3.2
|
||||||
|
|
||||||
|
* Add a flag to disable keys to close a message.
|
||||||
|
|
||||||
|
* Permit shortcut keys in buffer, client, tree modes to be configured with a
|
||||||
|
format (-K flag to choose-buffer, choose-client, choose-tree).
|
||||||
|
|
||||||
|
* Add a current_file format for the config file being parsed.
|
||||||
|
|
||||||
|
* When display-message used in config file, show the message after the config
|
||||||
|
file finishes.
|
||||||
|
|
||||||
|
* Add client-detached notification in control mode.
|
||||||
|
|
||||||
* Improve performance of format evaluation.
|
* Improve performance of format evaluation.
|
||||||
|
|
||||||
* Make jump command support UTF-8 in copy mode.
|
* Make jump command support UTF-8 in copy mode.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.ac
|
# configure.ac
|
||||||
|
|
||||||
AC_INIT([tmux], 3.2-rc5)
|
AC_INIT([tmux], 3.2)
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(etc)
|
AC_CONFIG_AUX_DIR(etc)
|
||||||
|
Loading…
Reference in New Issue
Block a user