# HG changeset patch # User Richard M. Stallman # Date 1011568783 0 # Node ID 68f16b55e041bfd9694c6c16a4b828652130a148 # Parent 03dd2df2b595ab9e7a0ae1cd88462a2968eb05cc *** empty log message *** diff -r 03dd2df2b595 -r 68f16b55e041 etc/NEWS --- a/etc/NEWS Sun Jan 20 23:17:16 2002 +0000 +++ b/etc/NEWS Sun Jan 20 23:19:43 2002 +0000 @@ -384,6 +384,15 @@ 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 number of colors to support, or a symbol. See the Emacs Lisp diff -r 03dd2df2b595 -r 68f16b55e041 src/ChangeLog --- a/src/ChangeLog Sun Jan 20 23:17:16 2002 +0000 +++ b/src/ChangeLog Sun Jan 20 23:19:43 2002 +0000 @@ -1,3 +1,7 @@ +2002-01-20 Richard M. Stallman + + * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. + 2002-01-20 Pavel Jan,Bm(Bk * doprnt.c (doprnt1): Fix typos in error call.