From: Glenn Morris Date: Wed, 16 Jul 2008 02:23:30 +0000 (+0000) Subject: Apparently incorrect to say that font backend _requires_ freetype and X-Git-Tag: emacs-pretest-23.0.90~4170 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de9efca0a96e118b9be6039a8befe82405743156;p=emacs.git Apparently incorrect to say that font backend _requires_ freetype and fontconfig. --- diff --git a/etc/NEWS b/etc/NEWS index d1c6a41db90..fcaa7e28fdb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -32,7 +32,7 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. ** 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").