diff options
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
| @@ -330,6 +330,12 @@ SQL buffer. | |||
| 330 | * Lisp Changes in Emacs 21.3 | 330 | * Lisp Changes in Emacs 21.3 |
| 331 | 331 | ||
| 332 | +++ | 332 | +++ |
| 333 | ** New function window-body-height. | ||
| 334 | |||
| 335 | This is like window-height but does not count the mode line | ||
| 336 | or the header line. | ||
| 337 | |||
| 338 | +++ | ||
| 333 | ** The new frame parameter `tty-color-mode' specifies the mode to use | 339 | ** The new frame parameter `tty-color-mode' specifies the mode to use |
| 334 | for color support on character terminal frames. Its value can be a | 340 | for color support on character terminal frames. Its value can be a |
| 335 | number of colors to support, or a symbol. See the Emacs Lisp | 341 | number of colors to support, or a symbol. See the Emacs Lisp |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 145838a2e92..c968610fa12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-01-18 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.el (window-body-height): New function. | ||
| 4 | |||
| 1 | 2002-01-17 Richard M. Stallman <rms@gnu.org> | 5 | 2002-01-17 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * ibuf-ext.el: Enable byte-compile-dynamic. | 7 | * ibuf-ext.el: Enable byte-compile-dynamic. |