; NEWS copyedits

This commit is contained in:
Glenn Morris 2021-04-25 17:49:42 -07:00
parent b7c22fab7d
commit 890631bc6a

View file

@ -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