From: Glenn Morris <rgm@gnu.org>
Date: Wed, 14 May 2008 07:40:46 +0000 (+0000)
Subject: Update for font-backend changes.
X-Git-Tag: emacs-pretest-23.0.90~5539
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fc5063f5788720684b1a8e1098ede7241820fb1;p=emacs.git

Update for font-backend changes.
---

diff --git a/etc/NEWS b/etc/NEWS
index cc788d746d3..a042bcf9c94 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,9 +34,7 @@ supports local fonts (fonts installed on the machine where Emacs is
 running).  Additionally, the Xft library can be used for antialiasing
 support, the otf library for complex text layout by OpenType fonts,
 and the m17n library for text shaping.  Fontconfig-like font names
-(e.g. monospace-12) are accepted.  The old font handling code can
-be used by passing the configure option `--disable-font-backend'
-(also available as a run-time option).
+(e.g. monospace-12) are accepted.
 
 ** The new configuration option "--with-dbus" enables D-Bus language
 bindings for Emacs.
@@ -217,10 +215,6 @@ This is a convenience alias, so that one can write `(pop argv)'
 inside of --eval command line arguments in order to access
 following arguments.
 
-** The new command-line option `--disable-font-backend' disables the
-new font backend code at runtime.  This option is not available if
-Emacs was compiled without font-backend support.
-
 ** The abbrev file is no longer read at startup in batch mode.
 
 * Incompatible Editing Changes in Emacs 23.1