]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Jan 2002 05:45:17 +0000 (05:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Jan 2002 05:45:17 +0000 (05:45 +0000)
etc/NEWS
lisp/ChangeLog

index 91549ef6ed2ce14bd9d033ebac5452643afd041b..bd875f782fb0e61d3c6b7cf440700504aac0533e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -329,6 +329,12 @@ SQL buffer.
 \f
 * 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
index 145838a2e920a4b2b267216ceeb9cd8e2dd20158..c968610fa12ab4f1a3448d46c3851c132d40a35b 100644 (file)
@@ -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.