[cairo-commit] cairo ChangeLog,1.566,1.567

Carl Worth commit at pdx.freedesktop.org
Tue May 10 20:25:40 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * test/cairo-test.c:
        * test/cairo-test.h: Removing mucking around with stderr and add a
        cairo_test_log function instead.

        * test/buffer-diff.c:
        * test/create-for-png.c:
        * test/pdf-surface.c:
        * test/read-png.c:
        * test/trap-clip.c:
        * test/xmalloc.c: Switch all error messages from
        fprintf(stderr,...) to cairo_test_log(...).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -d -r1.566 -r1.567
--- ChangeLog	10 May 2005 21:54:48 -0000	1.566
+++ ChangeLog	11 May 2005 03:25:38 -0000	1.567
@@ -1,5 +1,19 @@
 2005-05-10  Carl Worth  <cworth at cworth.org>
 
+	* test/cairo-test.c:
+	* test/cairo-test.h: Removing mucking around with stderr and add a
+	cairo_test_log function instead.
+	
+	* test/buffer-diff.c:
+	* test/create-for-png.c:
+	* test/pdf-surface.c:
+	* test/read-png.c:
+	* test/trap-clip.c:
+	* test/xmalloc.c: Switch all error messages from
+	fprintf(stderr,...) to cairo_test_log(...).
+
+2005-05-10  Carl Worth  <cworth at cworth.org>
+
 	* configure.in: Fix URLs for glitz and xlibs, (thanks to Jason
 	Dorje Short <jdorje at users.sf.net>).
 




More information about the cairo-commit mailing list