directories searched for byte-compiler error messages (this used to
be controlled by compilation-search-path).
+** Multicolor fonts such as "Noto Color Emoji" can be displayed on
+Emacs configured with Cairo drawing and linked with cairo >= 1.16.0.
+
\f
* Editing Changes in Emacs 27.1
drop behaviour more consistent, as previously the sending application
was able to 'set' modifiers without the knowledge of the user.
+** On NS multicolor font display is enabled again since it is also
+implemented in Emacs on free operating systems via Cairo drawing.
+
\f
----------------------------------------------------------------------
This file is part of GNU Emacs.
!= (spacing >= FONT_SPACING_MONO)))
continue;
- /* Don't use a color bitmap font until it is supported on
- free platforms. */
- if (sym_traits & kCTFontTraitColorGlyphs)
+ /* Don't use a color bitmap font unless its family is
+ explicitly specified. */
+ if ((sym_traits & kCTFontTraitColorGlyphs) && NILP (family))
continue;
if (j > 0