aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.3
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.314
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index ccc06b85f75..27537de4cfa 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -2,6 +2,20 @@
2 2
3 * Version 27.2 released. 3 * Version 27.2 released.
4 4
52021-03-18 Basil L. Contovounesios <contovob@tcd.ie>
6
7 Fix 'frame-inner-height' in non-GUI builds
8
9 Include tab bar in frame's inner height in non-GUI builds that
10 don't define 'tab-bar-height'. This is consistent with the
11 inclusion of the menu bar in the calculated height. It is also
12 consistent with TTY frames of GUI builds, for which
13 'tab-bar-height' is always zero anyway (bug#47234).
14 Fix suggested by Eli Zaretskii <eliz@gnu.org>.
15
16 * lisp/frame.el (frame-inner-height): Don't assume
17 'tab-bar-height' is defined in builds --without-x.
18
52021-03-18 Eli Zaretskii <eliz@gnu.org> 192021-03-18 Eli Zaretskii <eliz@gnu.org>
6 20
7 * etc/HISTORY: Update for Emacs 27.2. 21 * etc/HISTORY: Update for Emacs 27.2.