From: Glenn Morris Date: Mon, 26 Apr 2021 00:49:42 +0000 (-0700) Subject: ; NEWS copyedits X-Git-Tag: emacs-28.0.90~2719 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=890631bc6ab2825e079db77eeb66297902d5460f;p=emacs.git ; NEWS copyedits --- diff --git a/etc/NEWS b/etc/NEWS index 7e30941e4bc..9bf232ac028 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -25,14 +25,13 @@ applies, and please also update docstrings as needed. * Installation Changes in Emacs 28.1 ** Emacs now optionally supports native compilation of Lisp files. -To enable, configure Emacs with the '--with-native-compilation' option -to the 'configure' script. This requires to have the libgccjit -library to be installed and functional. +To enable this, configure Emacs with the '--with-native-compilation' option. +This requires the libgccjit library to be installed and functional. --- ** Support for building with Motif has been removed. -** Cairo graphics library is now used by default if found. +** The Cairo graphics library is now used by default if present. '--with-cairo' is now the default, if the appropriate development files are found by 'configure'. Note that building with Cairo means using Pango instead of libXFT for font support. Since Pango 1.44 has