Update CHANGES for 2.9.

This commit is contained in:
Nicholas Marriott 2019-04-18 22:12:15 +01:00
parent cd4c94f76b
commit d24a44230a

View File

@ -1,5 +1,12 @@
CHANGES FROM 2.8 to 2.9
* Attempt to preserve horizontal cursor position as well as vertical with
reflow.
* Rewrite main-vertical and horizontal and change layouts to better handle the
case where all panes won't fit into the window size, reduce problems with
pane border status lines and fix other bugs mostly found by Thomas Sattler.
* Add format variables for the default formats in the various modes
(tree_mode_format and so on) and add a -a flag to display-message to list
variables with values.
@ -42,8 +49,6 @@ CHANGES FROM 2.8 to 2.9
and retrieved if the same mode is entered again. Exiting the active mode goes
back to the previous one.
* Add support for origin mode.
* When showing command output in copy mode, call it view mode instead (affects
pane_mode format).