aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-18 05:45:17 +0000
committerRichard M. Stallman2002-01-18 05:45:17 +0000
commitd33c4505f99cbf7286b46e7b9f18dd30fdfbce50 (patch)
treedf5c537c9543a68a928f512e530689cbfa614e94
parent88f7b76a1ca77a315cfbfe7f49dc799618bbd30d (diff)
downloademacs-d33c4505f99cbf7286b46e7b9f18dd30fdfbce50.tar.gz
emacs-d33c4505f99cbf7286b46e7b9f18dd30fdfbce50.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 91549ef6ed2..bd875f782fb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
335This is like window-height but does not count the mode line
336or 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
334for color support on character terminal frames. Its value can be a 340for color support on character terminal frames. Its value can be a
335number of colors to support, or a symbol. See the Emacs Lisp 341number 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 @@
12002-01-18 Richard M. Stallman <rms@gnu.org>
2
3 * window.el (window-body-height): New function.
4
12002-01-17 Richard M. Stallman <rms@gnu.org> 52002-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.