diff options
author | Glenn Morris <rgm@gnu.org> | 2019-12-30 09:12:25 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-12-30 09:12:25 -0800 |
commit | 90083b7d78df1b8a054f3028cc9eb8c55a632b1e (patch) | |
tree | 458355c729fe23f2f3ca5788fc374e36c9935116 /etc/NEWS.27 | |
parent | 00c9308ae86dbc2ace7e0154586be84f17036a2b (diff) | |
parent | 59f71d20eade09e6c2ef99fc4d9b99a161bff040 (diff) | |
download | emacs-90083b7d78df1b8a054f3028cc9eb8c55a632b1e.tar.gz |
Merge from origin/emacs-27
59f71d20ea (origin/emacs-27) Fix tar-mode reading the oldgnu Tar format
e3ec84fd7d Ensure mini-window is resized to show active minibuffer co...
450633f85a Fix mini-window resizing under resize-mini-windows = t
219d47893a (emacs-27) Fixes for makeinfo 4.13
4bbfd2b42f ; fix previous NEWS entry
81b697d106 Fix crash under -nw on macOS properly this time
9ce4207969 Revert "Check for GUI frame in ns_color_index_to_rgba"
732dcfc850 Ignore all color fonts when using XFT
aa0c679f48 Avoid unbounded growth of cl-random-state components (bug#...
# Conflicts:
# etc/NEWS
# src/nsterm.m
Diffstat (limited to 'etc/NEWS.27')
-rw-r--r-- | etc/NEWS.27 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index e630bb71fec..0c055ca682b 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 @@ -296,6 +296,14 @@ To get the old, less-secure behavior, you can set the *** When run by root, emacsclient no longer connects to non-root sockets. (Instead you can use Tramp methods to run root commands in a non-root Emacs.) +--- +** 'xft-ignore-color-fonts' now ignores even more color fonts. +There are color fonts that managed to bypass the existing checks, +causing XFT crashes, they are now filtered out. Setting +'xft-ignore-color-fonts' to nil removes those checks, which might +require setting 'face-ignored-fonts' to filter out problematic fonts. +Known problematic fonts are "Noto Color Emoji" and "Emoji One". + +++ ** New user option 'what-cursor-show-names'. When non-nil, 'what-cursor-position' will show the name of the character |