]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Jan 2002 23:19:43 +0000 (23:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Jan 2002 23:19:43 +0000 (23:19 +0000)
etc/NEWS
src/ChangeLog

index 01e4a0c8d70a4915b5e5ab1e0ccbac201b457b69..96f86238b562d2229fdb9bdde68b4b254ec4cddc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -383,6 +383,15 @@ SQL buffer.
 This is like window-height but does not count the mode line
 or the header line.
 
++++
+** You can now make a window as short as one line.
+
+A window that is just one line tall does not display either a mode
+line or a header line, even if the variables `mode-line-format' and
+`header-line-format' call for them.  A window that is two lines tall
+cannot display both a mode line and a header line at once; if the
+variables call for both, only the mode line actually appears.
+
 +++
 ** 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 fde084caeb9a3cbfa86918b37e0f36b9443140e5..53b6bf3b73836c7980bb628204fd528fd80bbba7 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-20  Richard M. Stallman  <rms@gnu.org>
+
+       * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
+
 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * doprnt.c (doprnt1): Fix typos in error call.