aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4e1094a9d2d..1b612cebbb9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,18 +28,19 @@ so we will look at it and add it to the manual.
28 28
29** The default X toolkit is now Gtk+, rather than Lucid. 29** The default X toolkit is now Gtk+, rather than Lucid.
30 30
31** The new configuration option "--enable-font-backend" enables new code 31** Fonts are handled by new code capable of dealing with multiple font
32for handling fonts by multiple backends (the old font handling codes 32backends. This requires the freetype and fontconfig libraries, and
33still exist). This requires the freetype and fontconfig libraries, and 33supports local fonts (fonts installed on the machine where Emacs is
34supports local fonts (fonts installed on the machine where Emacs is running). 34running). Additionally, the Xft library can be used for antialiasing
35Additionally, the Xft library can be used for antialiasing support. 35support. Fontconfig-like font names (e.g. monospace-12) are also
36Fontconfig-like font names (e.g. monospace-12) are also accepted. 36accepted. The old font handling code can be used by passing the
37configure option `--disable-font-backend'.
37 38
38** The new configuration option "--with-dbus" enables D-Bus language 39** The new configuration option "--with-dbus" enables D-Bus language
39bindings for Emacs. 40bindings for Emacs.
40 41
41** The Mac Carbon port is no longer supported. 42** The Mac Carbon port is no longer supported.
42Instead, use... [what?] 43Instead, use... [FIXME what?]
43 44
44** configure now checks for libgif before libungif when searching for 45** configure now checks for libgif before libungif when searching for
45a GIF library. 46a GIF library.
@@ -200,8 +201,8 @@ inside of --eval command line arguments in order to access
200following arguments. 201following arguments.
201 202
202** The new command-line option `--disable-font-backend' disables the 203** The new command-line option `--disable-font-backend' disables the
203new font backend code at runtime. This option is only available if 204new font backend code at runtime. This option is not available if
204Emacs was compiled with font-backend support. 205Emacs was compiled without font-backend support.
205 206
206** The abbrev file is no longer read at startup in batch mode. 207** The abbrev file is no longer read at startup in batch mode.
207 208