aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog7
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dc30f8e6c02..a7df0492868 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -377,6 +377,8 @@ SQL buffer.
377 377
378* Lisp Changes in Emacs 21.3 378* Lisp Changes in Emacs 21.3
379 379
380** New function substring-no-properties.
381
380+++ 382+++
381** New function window-body-height. 383** New function window-body-height.
382 384
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70bc1948f44..8f24807ce7a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12002-01-24 Richard M. Stallman <rms@gnu.org> 12002-01-24 Richard M. Stallman <rms@gnu.org>
2 2
3 * progmodes/compile.el (compilation-handle-exit):
4 Add a compilation-handle-exit property to the "finished" message.
5 (compilation-parse-errors): Stop parsing when that property is seen.
6
7 * subr.el (substring-no-properties): New function.
8 (copy-without-properties): Function deleted.
9
3 * term/x-win.el (x-handle-geometry): Put sizes on both 10 * term/x-win.el (x-handle-geometry): Put sizes on both
4 initial-frame-alist and default-frame-alist. 11 initial-frame-alist and default-frame-alist.
5 12