aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-05 20:02:29 +0000
committerGlenn Morris2008-03-05 20:02:29 +0000
commite4434eccdb57237e755cc8f9aa8bf34213ce1bd2 (patch)
tree2eab03095c2dc1a30d0831cba15fe34ff8491e34
parent8b74f389a81fdd6de3cbe06e8f55ffb719c183d6 (diff)
downloademacs-e4434eccdb57237e755cc8f9aa8bf34213ce1bd2.tar.gz
emacs-e4434eccdb57237e755cc8f9aa8bf34213ce1bd2.zip
Update font-backend section.
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1b612cebbb9..84a416ebef7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,9 +32,11 @@ so we will look at it and add it to the manual.
32backends. This requires the freetype and fontconfig libraries, and 32backends. This requires the freetype and fontconfig libraries, and
33supports local fonts (fonts installed on the machine where Emacs is 33supports local fonts (fonts installed on the machine where Emacs is
34running). Additionally, the Xft library can be used for antialiasing 34running). Additionally, the Xft library can be used for antialiasing
35support. Fontconfig-like font names (e.g. monospace-12) are also 35support, the otf library for complex text layout by OpenType fonts,
36accepted. The old font handling code can be used by passing the 36and the m17n library for text shaping. Fontconfig-like font names
37configure option `--disable-font-backend'. 37(e.g. monospace-12) are accepted. The old font handling code can
38be used by passing the configure option `--disable-font-backend'
39(also available as a run-time option).
38 40
39** The new configuration option "--with-dbus" enables D-Bus language 41** The new configuration option "--with-dbus" enables D-Bus language
40bindings for Emacs. 42bindings for Emacs.