[cairo-commit] libsvg ChangeLog,1.67,1.68

Carl Worth commit at pdx.freedesktop.org
Fri Jun 3 09:23:34 PDT 2005


Committed by: cworth

Update of /cvs/cairo/libsvg
In directory gabe:/tmp/cvs-serv12246

Modified Files:
	ChangeLog 
Log Message:

        * src/svgint.h:
        * src/svg_transform.c: (_svg_transform_multiply_into_left),
        (_svg_transform_multiply_into_right), (_svg_transform_multiply):
        Rework the argument order of _svg_transform_multiply to match what
        I came up with for cairo_matrix_multiply, (which I trust to have
        had more review). Also avoid use of new as a parameter name in
        header files.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- ChangeLog	13 May 2005 05:30:31 -0000	1.67
+++ ChangeLog	3 Jun 2005 16:23:31 -0000	1.68
@@ -1,6 +1,14 @@
-2005-05-12  Keith Packard  <keithp at keithp.com>
+2005-06-03  Carl Worth  <cworth at cworth.org>
 
-	reviewed by: <delete if not using a buddy>
+	* src/svgint.h:
+	* src/svg_transform.c: (_svg_transform_multiply_into_left),
+	(_svg_transform_multiply_into_right), (_svg_transform_multiply):
+	Rework the argument order of _svg_transform_multiply to match what
+	I came up with for cairo_matrix_multiply, (which I trust to have
+	had more review). Also avoid use of new as a parameter name in
+	header files.
+
+2005-05-12  Keith Packard  <keithp at keithp.com>
 
 	* src/svg_pattern.c: (_svg_pattern_init_copy),
 	(_svg_pattern_deinit):




More information about the cairo-commit mailing list