]> git.eshelyaron.com Git - emacs.git/commitdiff
; * ChangeLog.3: Update with the log of the last change. emacs-27.2 emacs-27.2-rc2
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Mar 2021 07:16:54 +0000 (03:16 -0400)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Mar 2021 07:16:54 +0000 (03:16 -0400)
ChangeLog.3

index ccc06b85f75d82df67976816c53b2035e8c02134..27537de4cfa2d40b2961a94e92d8003b47d65a02 100644 (file)
@@ -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.