changeset 42820:6477316b4dd9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Jan 2002 05:45:17 +0000
parents 401375284bf0
children 449c8f0630dd
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <rms@gnu.org>
+
+	* window.el (window-body-height): New function.
+
 2002-01-17  Richard M. Stallman  <rms@gnu.org>
 
 	* ibuf-ext.el: Enable byte-compile-dynamic.