]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Check for non-empty face->family_name and face->style_name before using
[fontconfig.git] / ChangeLog
index b75341f78bd8a643097d3aaf5ca6655d0dd3d709..159a76a019aacd95cdbb4f72c460c4d4f263a853 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,217 @@
+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 #171.
+
+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:
+       Move existing fonts.conf to fonts.conf.bak
+       
+       * configure.in:
+       Add detection of iconv
+       
+       * doc/fcpattern.fncs:
+       * doc/fontconfig-devel.sgml:
+       * doc/fontconfig-user.sgml:
+       * fonts.dtd:
+       Document new selectfont elements
+       
+       * fc-lang/nb.orth:
+       Switch to UTF-8 in comment
+       
+       * fontconfig/fontconfig.h:
+       * src/fcname.c:
+       Add fullname, and family/style/fullname language entries
+       
+       * src/fccache.c: (FcCacheFontSetAdd):
+       * src/fcdir.c: (FcFileScanConfig):
+       Respect selectfont/*/glob
+       
+       * src/fcint.h:
+       * src/fccfg.c: (FcConfigCreate), (FcConfigDestroy),
+       (FcConfigCompareValue), (FcConfigPatternsAdd),
+       (FcConfigPatternsMatch), (FcConfigAcceptFont):
+       * src/fcxml.c: (FcElementMap), (FcVStackDestroy),
+       (FcVStackPushPattern), (FcPopExpr), (FcParseAcceptRejectFont),
+       (FcPopValue), (FcParsePatelt), (FcParsePattern), (FcEndElement):
+       Add support for selectfont
+       
+       * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
+       (FcStringInPatternElement), (FcFreeTypeQuery):
+       Add multi-lingual family/style/fullname support
+       
+       * src/fclist.c: (FcListPatternMatchAny):
+       Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
+       
+       * src/fcpat.c: (FcPatternRemove), (FcPatternAppend),
+       (FcObjectStaticName):
+       Add new FcPatternRemove/FcPatternAppend.
+       FcObjectStaticName stores computed pattern element names which
+       are required to be static.
+       
+2004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp>
+
+       reviewed by: keithp
+
+       * Makefile.am:
+       Remove spurious / after $(DESTDIR)
+
+2004-06-30  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update for 2.2.96
+
+2004-06-30  Keith Packard  <keithp@keithp.com>
+
+       Provided by: Lubos Lunak <l.lunak@suse.cz>
+
+       * src/fccfg.c: (FcConfigUptoDate):
+       However FcConfigUptoDate() doesn't seem to work. See the attached
+       patch.  First there's an obvious misplaced parenthesis making it
+       return always false, and second, even this call fails to detect font
+       changes (e.g.  adding a new font to 
+       /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
+       well. The problem seems to be triggered by my fonts.conf specifying
+       only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
+       doesn't include subdirs, unlike config->fontDirs.
+
+2004-06-03  Keith Packard  <keithp@keithp.com>
+
+       * fontconfig/fontconfig.h:
+       Remove comma at end of FcResult enum definition.
+
+2004-05-29  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       Add steps to md5sum release
+
+2004-05-29  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update for 2.2.95
+
+2004-05-29  Keith Packard  <keithp@keithp.com>
+
+       * fontconfig/fontconfig.h:
+       * src/fcmatch.c: (FcFontSetMatch):
+       Add FcResultOutOfMemory to provide an accurate error when
+       FcFontSetMatch fails in this way
+       
+       * src/fcfreetype.c:
+       Make #warning about lacking various FreeType features indicate
+       which version those features appeared so users know how to
+       fix the problem (Thanks to Anton Tropashko)
+
+2004-05-05  Keith Packard  <keithp@keithp.com>
+
+       * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
+       Replace MIN/MAX/ABS macros which happen to have come
+       from FreeType with fontconfig-specific ones (FC_*)
+
+2004-04-23  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       Extend release preparation instructions to include
+       notification and distribution steps
+
+2004-04-23  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
+
+2004-04-23  Keith Packard  <keithp@keithp.com>
+
+       * .cvsignore:
+       Ignore a few more autotool files
+
+2004-04-14  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       Add instructions for doing a release
+       
+       * fontconfig.spec.in:
+       clean up .spec file; perhaps this will be useful to somebody...
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update to 2.2.93
+       
+       * fc-lang/fc-lang.c:
+       Make 'scanopen' static so GCC doesn't whine about lacking prototype
+       
+       * fc-glyphname/Makefile.am:
+       * fc-lang/Makefile.am:
+       * fc-list/Makefile.am:
+       * fc-match/Makefile.am:
+       * src/Makefile.am:
+       Add WARN_CFLAGS to pass -W flags for GCC systems
+       
+       * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
+       (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
+       Change various char types around to match across
+       function calls.
+       Fixed bug in using available_sizes[i].height which 
+       is in pixels, not 64ths of a pixel.
+
+2004-03-06  Keith Packard  <keithp@keithp.com>
+
+       * src/fcfreetype.c: (FcFreeTypeQuery):
+       Force FC_FOUNDRY and FC_WIDTH to always be set so that
+       matches looking for explicit values prefer exact matches
+
+2004-03-02  Keith Packard  <keithp@keithp.com>
+
+       Supplied by: mfabian@suse.de (Mike FABIAN)
+
+       * src/fcfreetype.c: (FcFreeTypeQuery):
+       Bug #260 fc-cache generates wrong spacing values for bitmap fonts
+       Was using (strcmp (a,b)) instead of (!strcmp(a,b)).
+
+2004-02-21  Manish Singh  <yosh@gimp.org>
+
+       * fc-glyphname/fc-glyphname.c: (main):
+       Cast strlen to int for printf, so we're 64-bit clean.
+
+2004-02-11  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       * src/fcfreetype.c: (FcGetPixelSize):
+       Ok, so I messed up the test for y_ppem.  Let's see if I
+       got it right this time.
+
 2004-02-10  Keith Packard  <keithp@keithp.com>
 
        * configure.in: