summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-13 12:20:15 +0000
committerCarl Worth <cworth@cworth.org>2005-09-13 12:20:15 +0000
commit33820b04759582334fb725962aa3fff8bdd44584 (patch)
tree4c871492dca257eb020dc5593237d16cce5a7b95 /ChangeLog
parent95557db5cf8bad464e171d58148b2fcf3d579f2d (diff)
Add documentation for cairo_test functions.
Abstract log fie creation into cairo_test_init for use by tests that don't use cairo_test(). Add new test for bug #4299 as reported by Alexey Shabalin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0986d46d6..fb23c3594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-09-13 Carl Worth <cworth@cworth.org>
+
+ * test/cairo-test.h: Add documentation for cairo_test functions.
+
+ * test/cairo-test.c: (cairo_test_init), (cairo_test_expecting):
+ Abstract log fie creation into cairo_test_init for use by tests
+ that don't use cairo_test().
+
+ * test/.cvsignore:
+ * test/Makefile.am:
+ * test/pthread-show-text.c: (start), (main): Add new test for bug
+ #4299 as reported by Alexey Shabalin.
+
2005-09-12 Carl Worth <cworth@cworth.org>
Fix for bug #4401 as reported by Tim Mooney: