[cairo-commit] cairo ChangeLog,1.384,1.385

Carl Worth commit at pdx.freedesktop.org
Thu Feb 24 12:28:53 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        Fixes from David Reveman with minor cleanups by Carl Worth:

        * src/cairo_gstate.c (_cairo_gstate_create): Handle new failure
        possibility of _cairo_gstate_init.
        (_cairo_gstate_init): Handle possible failure of
        _cairo_pattern_create_solid.
        (_cairo_gstate_set_pattern): Reference new pattern before
        destroying existing pattern to handle the case where they are the
        same.
        (_cairo_gstate_set_rgb_color): Handle possible failure of
        _cairo_pattern_create_solid.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -d -r1.384 -r1.385
--- ChangeLog	24 Feb 2005 18:09:44 -0000	1.384
+++ ChangeLog	24 Feb 2005 20:28:51 -0000	1.385
@@ -1,5 +1,19 @@
 2005-02-24  Carl Worth  <cworth at cworth.org>
 
+	Fixes from David Reveman with minor cleanups by Carl Worth:
+
+	* src/cairo_gstate.c (_cairo_gstate_create): Handle new failure
+	possibility of _cairo_gstate_init.
+	(_cairo_gstate_init): Handle possible failure of
+	_cairo_pattern_create_solid.
+	(_cairo_gstate_set_pattern): Reference new pattern before
+	destroying existing pattern to handle the case where they are the
+	same.
+	(_cairo_gstate_set_rgb_color): Handle possible failure of
+	_cairo_pattern_create_solid.
+
+2005-02-24  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo.h: Fix typo (pointed out by Kristian Høgsberg).
 
 2005-02-24  Owen Taylor  <otaylor at redhat.com>




More information about the cairo-commit mailing list