[cairo-commit] cairo ChangeLog,1.1134,1.1135

Carl Worth commit at pdx.freedesktop.org
Mon Nov 7 10:02:08 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

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

        * src/cairo-gstate.c: (_cairo_gstate_create),
        (_cairo_gstate_clone): Style fix: test-and-bail rather than making
        the working body conditional.

        * src/cairo-gstate.c: (_cairo_gstate_destroy): Allow destroy to
        work on a NULL object.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1134
retrieving revision 1.1135
diff -u -d -r1.1134 -r1.1135
--- ChangeLog	7 Nov 2005 17:49:51 -0000	1.1134
+++ ChangeLog	7 Nov 2005 18:02:06 -0000	1.1135
@@ -1,5 +1,14 @@
 2005-11-07  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-gstate.c: (_cairo_gstate_create),
+	(_cairo_gstate_clone): Style fix: test-and-bail rather than making
+	the working body conditional.
+
+	* src/cairo-gstate.c: (_cairo_gstate_destroy): Allow destroy to
+	work on a NULL object.
+
+2005-11-07  Carl Worth  <cworth at cworth.org>
+
 	* src/Makefile.am:
 	* src/cairoint.h:
 	* src/cairo-stroke-style.c: (_cairo_stroke_style_init),



More information about the cairo-commit mailing list