emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Wed, 05 Mar 2008 03:54:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/05 03:54:31

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1685
retrieving revision 1.1686
diff -u -b -r1.1685 -r1.1686
--- NEWS        3 Mar 2008 09:03:58 -0000       1.1685
+++ NEWS        5 Mar 2008 03:54:31 -0000       1.1686
@@ -28,18 +28,19 @@
 
 ** The default X toolkit is now Gtk+, rather than Lucid.
 
-** The new configuration option "--enable-font-backend" enables new code
-for handling fonts by multiple backends (the old font handling codes
-still exist).  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.
+** Fonts are handled by new code capable of dealing with multiple font
+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'.
 
 ** The new configuration option "--with-dbus" enables D-Bus language
 bindings for Emacs.
 
 ** The Mac Carbon port is no longer supported.
-Instead, use... [what?]
+Instead, use... [FIXME what?]
 
 ** configure now checks for libgif before libungif when searching for
 a GIF library.
@@ -200,8 +201,8 @@
 following arguments.
 
 ** The new command-line option `--disable-font-backend' disables the
-new font backend code at runtime.  This option is only available if
-Emacs was compiled with font-backend support.
+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.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]