[cairo-commit] cairo ChangeLog,1.524,1.525

Carl Worth commit at pdx.freedesktop.org
Tue Apr 26 09:43:41 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/cairo-test.h:
        * test/pdf-surface.c: (main): Add very simple test to generate PDF
        output, (no automated verification yet).

        * test/cairo-test.c: (cairo_test):
        * test/create-for-png.c: (draw):
        * test/pixman-rotate.c: Track PNG interface changes, (no more
        include of cairo-png.h, cairo_surface_write_png renamed to
        cairo_surface_write_to_png).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.524
retrieving revision 1.525
diff -u -d -r1.524 -r1.525
--- ChangeLog	26 Apr 2005 04:52:13 -0000	1.524
+++ ChangeLog	26 Apr 2005 16:43:39 -0000	1.525
@@ -1,3 +1,17 @@
+2005-04-26  Carl Worth  <cworth at cworth.org>
+
+	* test/.cvsignore:
+	* test/Makefile.am:
+	* test/cairo-test.h:
+	* test/pdf-surface.c: (main): Add very simple test to generate PDF
+	output, (no automated verification yet).
+
+	* test/cairo-test.c: (cairo_test):
+	* test/create-for-png.c: (draw):
+	* test/pixman-rotate.c: Track PNG interface changes, (no more
+	include of cairo-png.h, cairo_surface_write_png renamed to
+	cairo_surface_write_to_png).
+
 2005-04-26  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo-png.h: Prototypes moved to cairo.h, this file removed.




More information about the cairo-commit mailing list