From: Richard M. Stallman Date: Fri, 25 Jan 2002 02:37:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16991 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ade4a7d038fa400170a7d75e427b7f9cc3d674e;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index dc30f8e6c02..a7df0492868 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -377,6 +377,8 @@ SQL buffer. * Lisp Changes in Emacs 21.3 +** New function substring-no-properties. + +++ ** New function window-body-height. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70bc1948f44..8f24807ce7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 2002-01-24 Richard M. Stallman + * progmodes/compile.el (compilation-handle-exit): + Add a compilation-handle-exit property to the "finished" message. + (compilation-parse-errors): Stop parsing when that property is seen. + + * subr.el (substring-no-properties): New function. + (copy-without-properties): Function deleted. + * term/x-win.el (x-handle-geometry): Put sizes on both initial-frame-alist and default-frame-alist.