# HG changeset patch # User Glenn Morris # Date 1216175010 0 # Node ID 41a704dfdf7b5f2a5e643d43b2405be579aeb01d # Parent bc160ed84781ec8b58062fdb30f20fa040cc4c2c Apparently incorrect to say that font backend _requires_ freetype and fontconfig. diff -r bc160ed84781 -r 41a704dfdf7b etc/NEWS --- a/etc/NEWS Wed Jul 16 02:22:51 2008 +0000 +++ b/etc/NEWS Wed Jul 16 02:23:30 2008 +0000 @@ -32,7 +32,7 @@ ** New font code. Fonts are handled by new code capable of dealing with multiple font -backends. This requires the freetype and fontconfig libraries +backends. This uses the freetype and fontconfig libraries. *** Emacs now accepts font names supplied in the fontconfig format (e.g. "monospace-12:bold") and GTK format (e.g. "Monospace Bold 12").