summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-15 00:56:26 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-15 00:56:26 -0600
commit0fc70d99be2e5377c14853cbe9a6ab7d39c4af63 (patch)
treeefe628e8e548b06ba051b08a960a92df456b3ace /ChangeLog
parent3a2c321730e583b6256e43cc91ee71c55b416ee4 (diff)
Add tests and fix a bug in UserFontFace
* cairomm/fontface.cc: fixed a bug in UserFont where I was incorrectly using a function static variable and so it was not returning negative numbers for num_glyphs when I expected it to * tests/Makefile.am: * tests/test-font-face.cc: * tests/test-user-font.cc: Added tests for UserFontFace
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dc8b71..fddad41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-12-14 Jonathon Jongsma <jonathon@quotidian.org>
+ * cairomm/fontface.cc: fixed a bug in UserFont where I was incorrectly using a
+ function static variable and so it was not returning negative numbers for
+ num_glyphs when I expected it to
+ * tests/Makefile.am:
+ * tests/test-font-face.cc:
+ * tests/test-user-font.cc: Added tests for UserFontFace
+
+2008-12-14 Jonathon Jongsma <jonathon@quotidian.org>
+
* cairomm/scaledfont.cc: actually fix a reference-counting issue with
ScaledFont::get_font_face() that I thought I had fixed in b1d01ff7
* tests/test-scaled-font.cc: add a test for the get_font_face() bug