diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-03-19 03:16:54 -0400 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-03-19 03:16:54 -0400 |
commit | deef5efafb70f4b171265b896505b92b6eef24e6 (patch) | |
tree | bdebd569d04b46db5a3e3ec1ee6b2323e884abd5 | |
parent | bd991e3c9bc9c26e641036f52adf82e052d4319c (diff) | |
download | emacs-deef5efafb70f4b171265b896505b92b6eef24e6.tar.gz |
; * ChangeLog.3: Update with the log of the last change.emacs-27.2-rc2emacs-27.2
-rw-r--r-- | ChangeLog.3 | 14 |
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 @@ * Version 27.2 released. +2021-03-18 Basil L. Contovounesios <contovob@tcd.ie> + + Fix 'frame-inner-height' in non-GUI builds + + Include tab bar in frame's inner height in non-GUI builds that + don't define 'tab-bar-height'. This is consistent with the + inclusion of the menu bar in the calculated height. It is also + consistent with TTY frames of GUI builds, for which + 'tab-bar-height' is always zero anyway (bug#47234). + Fix suggested by Eli Zaretskii <eliz@gnu.org>. + + * lisp/frame.el (frame-inner-height): Don't assume + 'tab-bar-height' is defined in builds --without-x. + 2021-03-18 Eli Zaretskii <eliz@gnu.org> * etc/HISTORY: Update for Emacs 27.2. |