[cairo-commit] cairo ChangeLog,1.448,1.449

Carl Worth commit at pdx.freedesktop.org
Wed Mar 23 13:52:13 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-path-data-private.h: Remove CAIRO_BEGIN_DECLS and
        CAIRO_END_DECLS as they are not needed for private headers.

        * src/cairoint.h: Add ASSERT_NOT_REACHED macro.

        * src/cairo.c: (cairo_get_path), (cairo_get_path_flat): Rewrite in
        terms of cairo_copt_path and cairo_copy_path_flat in preparation
        for removing cairo_gstate_interpret_path.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -d -r1.448 -r1.449
--- ChangeLog	23 Mar 2005 21:50:51 -0000	1.448
+++ ChangeLog	23 Mar 2005 21:52:11 -0000	1.449
@@ -1,5 +1,16 @@
 2005-03-23  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-path-data-private.h: Remove CAIRO_BEGIN_DECLS and
+	CAIRO_END_DECLS as they are not needed for private headers.
+	
+	* src/cairoint.h: Add ASSERT_NOT_REACHED macro.
+
+	* src/cairo.c: (cairo_get_path), (cairo_get_path_flat): Rewrite in
+	terms of cairo_copt_path and cairo_copy_path_flat in preparation
+	for removing cairo_gstate_interpret_path.
+
+2005-03-23  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-gstate-private.h:
 	* src/cairo-path-fixed-private.h:
 	* src/cairo-private.h:




More information about the cairo-commit mailing list