aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2019-12-29 22:21:48 +0100
committerRobert Pluim2019-12-29 22:21:48 +0100
commit4bbfd2b42f73f35da6c5b338239308428809c5f7 (patch)
tree209c896a23306599d746ac23ad055560c5bdb934
parent81b697d1062efa039b542082b89fc0170b3db42c (diff)
downloademacs-4bbfd2b42f73f35da6c5b338239308428809c5f7.tar.gz
emacs-4bbfd2b42f73f35da6c5b338239308428809c5f7.zip
; fix previous NEWS entry
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c6051c97f5b..0c055ca682b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -297,10 +297,10 @@ To get the old, less-secure behavior, you can set the
297(Instead you can use Tramp methods to run root commands in a non-root Emacs.) 297(Instead you can use Tramp methods to run root commands in a non-root Emacs.)
298 298
299--- 299---
300*** 'xft-ignore-color-fonts' now ignores even more color fonts. 300** 'xft-ignore-color-fonts' now ignores even more color fonts.
301There are color fonts that managed to bypass the existing checks, 301There are color fonts that managed to bypass the existing checks,
302causing XFT crashes, they are now filtered out. Setting 302causing XFT crashes, they are now filtered out. Setting
303'xft-ignore-color-conts' to nil removes those checks, which might 303'xft-ignore-color-fonts' to nil removes those checks, which might
304require setting 'face-ignored-fonts' to filter out problematic fonts. 304require setting 'face-ignored-fonts' to filter out problematic fonts.
305Known problematic fonts are "Noto Color Emoji" and "Emoji One". 305Known problematic fonts are "Noto Color Emoji" and "Emoji One".
306 306