summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-05-29 19:32:41 +0000
committerKeith Packard <keithp@keithp.com>2004-05-29 19:32:41 +0000
commitec0c740e392e6e05ae0fa204ebe191cbe27073cf (patch)
treedfed3e33d1f1a0bbc6fe7ae8a8c538653810198f /ChangeLog
parent55a69bd0aeb4cde4e87c1c7cd04a9f10a1f4cb1a (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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4ebcb..756bffc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):