# HG changeset patch # User Glenn Morris # Date 1204747349 0 # Node ID 4439a2625c76157eabbe302e740a92b70c302721 # Parent d90bb6078374b28007bec5cdc29917b45feba2e3 Update font-backend section. diff -r d90bb6078374 -r 4439a2625c76 etc/NEWS --- a/etc/NEWS Wed Mar 05 17:12:17 2008 +0000 +++ b/etc/NEWS Wed Mar 05 20:02:29 2008 +0000 @@ -32,9 +32,11 @@ backends. This requires the freetype and fontconfig libraries, and supports local fonts (fonts installed on the machine where Emacs is running). Additionally, the Xft library can be used for antialiasing -support. Fontconfig-like font names (e.g. monospace-12) are also -accepted. The old font handling code can be used by passing the -configure option `--disable-font-backend'. +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). ** The new configuration option "--with-dbus" enables D-Bus language bindings for Emacs.