diff options
author | Keith Packard <keithp@keithp.com> | 2004-05-29 19:32:41 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-05-29 19:32:41 +0000 |
commit | ec0c740e392e6e05ae0fa204ebe191cbe27073cf (patch) | |
tree | dfed3e33d1f1a0bbc6fe7ae8a8c538653810198f /ChangeLog | |
parent | 55a69bd0aeb4cde4e87c1c7cd04a9f10a1f4cb1a (diff) |
Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch
fails in this way
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +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): |