summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-12 17:09:29 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-12 17:09:29 -0600
commit285031f74e399529a563af04749caae96f613c18 (patch)
tree1cac6d76e1f579d818d5b824cc6f54a0a2e1606e /ChangeLog
parent37b036b318089754a432abc37be124cb5226d17a (diff)
Add clear warning about lifetime of UserFontFace objects
Also include examples in doxygen documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fab6cd..c4e70ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-12-12 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * cairomm/fontface.h: add more documentation about UserFontFace, including a
+ warning about needing to keep the UserFontFace wrapper around as long as we're
+ rendering text with that face.
+ Include the user-font.cc and toy-text.cc examples in the doxygen reference
+ documentation
+ * docs/reference/Doxyfile.in: set EXAMPLE_PATH
+
2008-12-11 Jonathon Jongsma <jonathon@quotidian.org>
* examples/text/user-font.cc: enhanced the UserFontFace example quite a bit so