aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2019-05-31 16:23:51 +0300
committerEli Zaretskii2019-05-31 16:23:51 +0300
commitb7730c259bc91f030069e408aaddb43f02da3a3a (patch)
treed3b51dd90d190027275b5ebb923c34fcac6e951a /etc
parentb55cc0976c7052e042de1f5013167d6816d12b21 (diff)
downloademacs-b7730c259bc91f030069e408aaddb43f02da3a3a.tar.gz
emacs-b7730c259bc91f030069e408aaddb43f02da3a3a.zip
; * etc/NEWS: Mention support for HarfBuzz on MS-Windows.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ebffd9b8794..82224739a29 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,7 +34,8 @@ suitable libgmp is available.
34HarfBuzz text shaping engine. It is on by default; use './configure 34HarfBuzz text shaping engine. It is on by default; use './configure
35--without-harfbuzz' to build without it. The HarfBuzz text shaping is 35--without-harfbuzz' to build without it. The HarfBuzz text shaping is
36available via new font backend drivers 'xfthb' and 'ftcrhb' for Xft 36available via new font backend drivers 'xfthb' and 'ftcrhb' for Xft
37and Cairo drawings, respectively. 37and Cairo drawings, respectively, and via the 'harfbuzz' backend on
38MS-Windows.
38 39
39** The new configure option '--with-json' adds support for JSON using 40** The new configure option '--with-json' adds support for JSON using
40the Jansson library. It is on by default; use './configure 41the Jansson library. It is on by default; use './configure