summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-04-18 22:12:15 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-04-18 22:12:15 +0100
commitd24a44230acf6447ae39347f3c5a27727c1ca4ab (patch)
treef28b063bce047f93454af7972ab111f66f943e9f
parentcd4c94f76bcad0f0c9e3dfc8310a56c982eb3844 (diff)
Update CHANGES for 2.9.
-rw-r--r--CHANGES11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 6489c913..e78921fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.
@@ -19,7 +26,7 @@ CHANGES FROM 2.8 to 2.9
Now that it is possible to configure their content, enable the existing code
that lets the status line be multiple lines in height. The status option can
- now take a value of 2, 3, 4 or 5 (as well as the previou s on or off) to
+ now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to
configure more than one line. The new status-format array option configures
the format of each line, the default just references the existing status-*
options, although some of the more obscure status options may be eliminated
@@ -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).