From: Eli Zaretskii Date: Mon, 28 Jan 2002 18:44:47 +0000 (+0000) Subject: Document changes in scroll-...-aggressively and addition of support for X-Git-Tag: emacs-21.2~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f653624ec46b1652bd07ff0404c421227f3510ef;p=emacs.git Document changes in scroll-...-aggressively and addition of support for BSD/OS 5.0. --- diff --git a/etc/NEWS b/etc/NEWS index 8a931db8160..806db950a65 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -5,6 +5,11 @@ See the end for copying conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. For older news, see the file ONEWS + +* Installation changes in Emacs 21.2 + +** Support for BSD/OS 5.0 has been added. + * Changes in Emacs 21.2 @@ -32,6 +37,10 @@ NEWS. * Lisp Changes in Emacs 21.2 +** The meanings of scroll-up-aggressively and scroll-down-aggressively +have been interchanged, so that the former now controls scrolling up, +and the latter now controls scrolling down. + ** The variable `compilation-parse-errors-filename-function' can be used to transform filenames found in compilation output.