# HG changeset patch # User Richard M. Stallman # Date 1011332717 0 # Node ID 6477316b4dd9a5d43a4f3715464e4b7742279b00 # Parent 401375284bf0031689ff6a63c5b42026ef91941e *** empty log message *** diff -r 401375284bf0 -r 6477316b4dd9 etc/NEWS --- a/etc/NEWS Fri Jan 18 05:44:13 2002 +0000 +++ b/etc/NEWS Fri Jan 18 05:45:17 2002 +0000 @@ -330,6 +330,12 @@ * Lisp Changes in Emacs 21.3 +++ +** New function window-body-height. + +This is like window-height but does not count the mode line +or the header line. + ++++ ** The new frame parameter `tty-color-mode' specifies the mode to use for color support on character terminal frames. Its value can be a number of colors to support, or a symbol. See the Emacs Lisp diff -r 401375284bf0 -r 6477316b4dd9 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 18 05:44:13 2002 +0000 +++ b/lisp/ChangeLog Fri Jan 18 05:45:17 2002 +0000 @@ -1,3 +1,7 @@ +2002-01-18 Richard M. Stallman + + * window.el (window-body-height): New function. + 2002-01-17 Richard M. Stallman * ibuf-ext.el: Enable byte-compile-dynamic.