]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Reflect changes in font backend loading.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Jun 2019 12:13:27 +0000 (15:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Jun 2019 12:13:27 +0000 (15:13 +0300)
etc/NEWS

index 82224739a29e57fba025d9fcbd4140149e7589ea..d61ded4176634c4fe6d2f6fb4f81f0e88465d793 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -35,7 +35,11 @@ HarfBuzz text shaping engine.  It is on by default; use './configure
 --without-harfbuzz' to build without it.  The HarfBuzz text shaping is
 available via new font backend drivers 'xfthb' and 'ftcrhb' for Xft
 and Cairo drawings, respectively, and via the 'harfbuzz' backend on
-MS-Windows.
+MS-Windows.  The Harfbuzz text shaping is preferred to the previously
+supported ones, so the font backends that use older shaping engines
+(FLT on GNU and Unix systems and Uniscribe on MS-Windows) are not
+enabled by default; they can be enabled via the 'font-backend' frame
+parameter or via X resources.
 
 ** The new configure option '--with-json' adds support for JSON using
 the Jansson library.  It is on by default; use './configure