[cairo-commit] cairo ChangeLog,1.485,1.486

Carl Worth commit at pdx.freedesktop.org
Fri Apr 8 10:03:19 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-gstate.c:
        (_cairo_gstate_transform), (_cairo_gstate_set_matrix),
        (_cairo_gstate_interpret_path): Eliminate internal use of
        deprecated cairo_matrix_copy.

        * src/cairo-gstate.c: (_cairo_gstate_get_matrix),
        * src/cairo-matrix.c: (cairo_matrix_copy):
        * src/cairo.c: (cairo_get_matrix):
        * src/cairo.h:
        * src/cairoint.h: Change cairo_get_matrix to accept a pointer to
        the return value cairo_matrix_t rather than returning the value
        directly.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -d -r1.485 -r1.486
--- ChangeLog	8 Apr 2005 11:43:06 -0000	1.485
+++ ChangeLog	8 Apr 2005 17:03:17 -0000	1.486
@@ -1,5 +1,20 @@
 2005-04-08  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-gstate.c:
+	(_cairo_gstate_transform), (_cairo_gstate_set_matrix),
+	(_cairo_gstate_interpret_path): Eliminate internal use of
+	deprecated cairo_matrix_copy.
+
+	* src/cairo-gstate.c: (_cairo_gstate_get_matrix),
+	* src/cairo-matrix.c: (cairo_matrix_copy):
+	* src/cairo.c: (cairo_get_matrix):
+	* src/cairo.h:
+	* src/cairoint.h: Change cairo_get_matrix to accept a pointer to
+	the return value cairo_matrix_t rather than returning the value
+	directly.
+
+2005-04-08  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-matrix.c (cairo_matrix_init_identity): Don't try to
 	return a value (even a void value) from a void function. Closes
 	bug #2931.




More information about the cairo-commit mailing list