aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-25 02:37:41 +0000
committerRichard M. Stallman2002-01-25 02:37:41 +0000
commit9ade4a7d038fa400170a7d75e427b7f9cc3d674e (patch)
tree2408c716dfb0ac43fc78ebfe3e32d7a88d172d04
parent470927374c511a90c9164917181912e3e67adea1 (diff)
downloademacs-9ade4a7d038fa400170a7d75e427b7f9cc3d674e.tar.gz
emacs-9ade4a7d038fa400170a7d75e427b7f9cc3d674e.zip
*** empty log message ***
-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