]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts (or
[fontconfig.git] / ChangeLog
index 3d98cab47f8c34153daa64afbbc945515d9c4e68..3f8df2be5fca87ac906185bf3b7886c710b60063 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2004-12-04  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       Change default set of fonts to include all of
+       /usr/X11R6/lib/X11/fonts (or wherever the X fonts are located).
+       * doc/fontconfig-user.sgml:
+       Document new <include>directory-name</include> semantics
+       * fonts.conf.in:
+       add <include ignore_missing="yes">conf.d</include>
+       * local.conf:
+       Add selectfont to ignore bitmap fonts, add comment for
+       selectfont which accepts bitmap fonts.
+       * src/fcdir.c:
+       * src/fcint.h:
+       * src/fcxml.c: (FcConfigParseAndLoadDir), (FcConfigParseAndLoad):
+       Allow <include> configuration elements to reference directories.
+       Parse and load all files of the form [0-9]* in sorted order.
+
+2004-12-04  Keith Packard  <keithp@keithp.com>
+
+       * autogen.sh:
+       Report command line for $srcdir/configure accurately.
+       Bug #212.
+
+2004-12-04  Keith Packard  <keithp@keithp.com>
+
+       * src/fcfreetype.c: (FcFreeTypeQuery):
+       Check for non-empty face->family_name and face->style_name
+       before using those for the font.  Empty names match everything.
+       Bug #210.
+
+2004-12-04  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       * src/fcfreetype.c: (FcFreeTypeQuery):
+       * src/fcname.c:
+       Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
+       available.  This provides font file format information (BDF, Type 1,
+       PCF, TrueType) for each font.  Closes #109.
+
+2004-12-04  Daniel Glassey <danglassey@ntlworld.com>
+
+       reviewed by: Keith Packard  <keithp@keithp.com>
+
+       * doc/fontconfig-user.sgml:
+       Fix typo.
+       
+       * fontconfig/fontconfig.h:
+       * src/fcfreetype.c: (FcFreeTypeQuery), (addtag), (compareulong),
+       (GetScriptTags), (FcFontCapabilities):
+       * src/fcname.c:
+       Add detection for font capabilities (bug #105)
+
 2004-12-04  Keith Packard  <keithp@keithp.com>
 
        * Makefile.am: