[cairo-commit] cairo ChangeLog,1.503,1.504

Carl Worth commit at pdx.freedesktop.org
Wed Apr 13 14:45:07 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv21491

Modified Files:
	ChangeLog 
Log Message:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/select-font-no-show-text.c: (draw), (main): Add new
        set-surface-no-show-text test.

        * test/cairo-test.c: (cairo_test): Be sure to call cairo_destroy
        even if the image size is 0,0 so that we can test bugs triggered
        during cleanup.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -d -r1.503 -r1.504
--- ChangeLog	13 Apr 2005 21:24:20 -0000	1.503
+++ ChangeLog	13 Apr 2005 21:45:05 -0000	1.504
@@ -1,5 +1,16 @@
 2005-04-13  Carl Worth  <cworth at cworth.org>
 
+	* test/.cvsignore:
+	* test/Makefile.am:
+	* test/select-font-no-show-text.c: (draw), (main): Add new
+	set-surface-no-show-text test.
+
+	* test/cairo-test.c: (cairo_test): Be sure to call cairo_destroy
+	even if the image size is 0,0 so that we can test bugs triggered
+	during cleanup.
+
+2005-04-13  Carl Worth  <cworth at cworth.org>
+
 	* test/coverage-ref.png:
 	* test/coverage.c: (draw_funcs), (draw): Temporarily remove all
 	text from this test case until we come up with an approach for




More information about the cairo-commit mailing list