Fix typo.
[platform/upstream/fontconfig.git] / src / fcname.c
2004-12-04 Keith PackardFix typo.
2004-12-04 Keith PackardMove existing fonts.conf to fonts.conf.bak
2003-09-23 Owen TaylorAdd a FC_HINT_STYLE key for patterns, with possible...
2003-09-06 Noah LevittAdd new spacing value FC_DUAL (dual-width, as some...
2003-05-02 Keith PackardAdd book constant for book weight
2003-03-12 Keith Packardadd font widths and extend weight from OS/2 table
2003-03-05 Keith Packarduse FcToLower instead of tolower
2002-10-02 Keith PackardAdd FC_RGBA_UNKNOWN
2002-09-26 Keith PackardAdd fontversion field
2002-08-31 Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-22 Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-08-19 Keith PackardVarious config changes plus a couple of optimizations...
2002-08-11 Keith PackardFix weird first/not-first lameness in font matches... fcpackage_rc2 rc2
2002-06-29 Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-06-26 Keith PackardPermit empty charsets in fonts.cache files
2002-06-19 Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-03 Keith PackardAdd FcPatternEqualSubset for Pango, clean up some inter...
2002-06-02 Keith PackardEliminate some compiler warnings, avoid seg fault when...
2002-06-02 Keith PackardAdd aspect ratio support to Xft and fontconfig
2002-05-29 Keith PackardOptimize after profiling. Fix FcStrCmp to return correc...
2002-02-18 Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-15 Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14 Keith PackardInitial revision