From d33c4505f99cbf7286b46e7b9f18dd30fdfbce50 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 18 Jan 2002 05:45:17 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 6 ++++++ lisp/ChangeLog | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 91549ef6ed2..bd875f782fb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -329,6 +329,12 @@ SQL buffer. * 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 145838a2e92..c968610fa12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. -- 2.39.5