[Commit] cairo ChangeLog,1.73,1.74

Carl Worth commit at keithp.com
Sat Oct 4 10:06:18 PDT 2003


Committed by: cworth

Update of /local/src/CVS/cairo
In directory home.keithp.com:/tmp/cvs-serv25690

Modified Files:
	ChangeLog 
Log Message:
Remove abbreviation of "point" as "pt".
Fix cairo_destrot, cairo_set_target_surface, and cairo_set_target_image to
act appropriately in the face of non-zero status.

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- ChangeLog	2 Oct 2003 00:34:19 -0000	1.73
+++ ChangeLog	4 Oct 2003 16:06:15 -0000	1.74
@@ -1,3 +1,15 @@
+2003-10-04  Carl Worth  <cworth at isi.edu>
+
+	* Replaced "pt" with "point" in about a zillion places.
+
+	* src/cairo.c (cairo_destroy): Fix to continue with destroy even
+	in the face of non-zero status.
+	(cairo_set_target_surface):
+	(cairo_set_target_image): Don't do anything even if cr->status is
+	CAIRO_STATUS_NO_TARGET_SURFACE.
+	(cairo_status_string): Report "<unknown error status>" rather than
+	en empty string.
+
 2003-10-01  Carl Worth  <cworth at isi.edu>
 
 	* src/cairo_gstate.c (_cairo_gstate_init_copy): Don't choke if




More information about the Commit mailing list