summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-09-15 13:40:51 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-09-15 13:40:51 +0100
commit7186ab25c9159ce54b2011240b2e3a476e685921 (patch)
tree0e40f530436857fd9c7e322c5a139c3b22a35cde /CHANGES
parenta049ebd6f77c0e6d2140edea94fdd08b33c5368f (diff)
Those were already there...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 2 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index 6a7b87c5..4e1d167e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,5 @@
CHANGES FROM 3.2a TO 3.3
-* The configure script now sets the default for default-terminal to the best
- available terminfo(5) entry on the compiling platform. A new --with-TERM
- argument can be used to override this.
-
-* Configuring on macOS will fail unless either --enable-utf8proc or
- --disable-utf8proc is given.
-
* Change so that {} is converted to tmux commands immediately when parsed. This
means it must contain valid tmux commands. For commands which expand %% and
%%%, this now only happens within string arguments. Use of aliases inside {}
@@ -29,7 +22,8 @@ CHANGES FROM 3.2a TO 3.3
telling the user they aren't doing anything ("not ready").
* When building, pick default-terminal from the first of tmux-256color, tmux,
- screen-256color, screen that is available on the build system.
+ screen-256color, screen that is available on the build system (--with-TERM
+ can override).
* Do not close popups on resize, instead adjust them to fit.