emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100511: * admin/notes/font-backend:


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100511: * admin/notes/font-backend: Remove obsolete information.
Date: Wed, 02 Jun 2010 22:45:20 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100511
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-06-02 22:45:20 -0700
message:
  * admin/notes/font-backend: Remove obsolete information.
modified:
  admin/notes/font-backend
=== modified file 'admin/notes/font-backend'
--- a/admin/notes/font-backend  2010-01-13 08:35:10 +0000
+++ b/admin/notes/font-backend  2010-06-03 05:45:20 +0000
@@ -6,11 +6,6 @@
 New font handling mechanism with font backend method
 ----------------------------------------------------
 
-The configure script, if invoked with "--enable-font-backend", checks
-if libraries freetype and fontconfig exist.  If they are both
-available, macro "USE_FONT_BACKEND" is defined in src/config.h.  In
-that case, the existence of Xft library is checked too.
-
 The new files are:
        font.h -- header providing font-backend related structures
                (most important ones are "struct font" and "struct
@@ -44,10 +39,6 @@
        ftw32font.c -- font-driver on w32 directly using FreeType fonts
                utilizing methods provided by ftfont.c.
 
-And, for those to work, macterm.c and macfns.c must be changed by the
-similar way as xterm.c and xfns.c (the parts "#ifdef USE_FONT_BACKEND"
-... "#endif" should be checked).
-
 It may be interesting if Emacs supports a frame buffer directly and
 has these font driver.
        ftfbfont.c -- font-driver on FB for FreeType fonts.


reply via email to

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