[cairo-commit] cairo ChangeLog,1.1136,1.1137

Carl Worth commit at pdx.freedesktop.org
Mon Nov 7 10:26:21 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2005-11-07  Carl Worth  <cworth at cworth.org>

        * src/cairo-gstate.c: (_cairo_gstate_init_copy): Perform copy and
        reference in a single step.

        * src/cairo-gstate-.c: (_cairo_gstate_fini): Remove unnecessary
        checks for NULL before _destroy() functions. Reset pointers to
        NULL after _destroy().


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1136
retrieving revision 1.1137
diff -u -d -r1.1136 -r1.1137
--- ChangeLog	7 Nov 2005 18:17:37 -0000	1.1136
+++ ChangeLog	7 Nov 2005 18:26:18 -0000	1.1137
@@ -1,5 +1,14 @@
 2005-11-07  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-gstate.c: (_cairo_gstate_init_copy): Perform copy and
+	reference in a single step.
+
+	* src/cairo-gstate-.c: (_cairo_gstate_fini): Remove unnecessary
+	checks for NULL before _destroy() functions. Reset pointers to
+	NULL after _destroy().
+
+2005-11-07  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-gstate.c: (_cairo_gstate_init_copy),
 	(_cairo_gstate_fini): Reorder function bodies to match to match
 	the order of the fields in the structure definition.



More information about the cairo-commit mailing list