comparison etc/NEWS @ 42867:68f16b55e041

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 20 Jan 2002 23:19:43 +0000
parents 20fac7788e1f
children 95d25103a45e
comparison
equal deleted inserted replaced
42866:03dd2df2b595 42867:68f16b55e041
380 +++ 380 +++
381 ** New function window-body-height. 381 ** New function window-body-height.
382 382
383 This is like window-height but does not count the mode line 383 This is like window-height but does not count the mode line
384 or the header line. 384 or the header line.
385
386 +++
387 ** You can now make a window as short as one line.
388
389 A window that is just one line tall does not display either a mode
390 line or a header line, even if the variables `mode-line-format' and
391 `header-line-format' call for them. A window that is two lines tall
392 cannot display both a mode line and a header line at once; if the
393 variables call for both, only the mode line actually appears.
385 394
386 +++ 395 +++
387 ** The new frame parameter `tty-color-mode' specifies the mode to use 396 ** The new frame parameter `tty-color-mode' specifies the mode to use
388 for color support on character terminal frames. Its value can be a 397 for color support on character terminal frames. Its value can be a
389 number of colors to support, or a symbol. See the Emacs Lisp 398 number of colors to support, or a symbol. See the Emacs Lisp