[cairo-commit] pycairo ChangeLog,1.154,1.155

Dave Beckett commit at pdx.freedesktop.org
Fri Jul 29 15:03:35 PDT 2005


Committed by: dajobe

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv19109

Modified Files:
	ChangeLog 
Log Message:
2005-07-29  Dave Beckett  <Dave.Beckett at bristol.ac.uk>

	* cairo/pycairo-surface.c (surface_finish): Do not use the
	cairo_surface_finish() return value to check for error status,
	instead use cairo_surface_status().

	* cairo/pycairo-font.c (scaled_font_extents): Do not use the
	cairo_scaled_font_extents() return value to check for error
	status, instead use cairo_scaled_font_status().


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- ChangeLog	29 Jul 2005 21:46:49 -0000	1.154
+++ ChangeLog	29 Jul 2005 22:03:33 -0000	1.155
@@ -1,5 +1,13 @@
 2005-07-29  Dave Beckett  <Dave.Beckett at bristol.ac.uk>
 
+	* cairo/pycairo-surface.c (surface_finish): Do not use the
+	cairo_surface_finish() return value to check for error status,
+	instead use cairo_surface_status().
+
+	* cairo/pycairo-font.c (scaled_font_extents): Do not use the
+	cairo_scaled_font_extents() return value to check for error
+	status, instead use cairo_scaled_font_status().
+
 	* configure.ac: Really add test/Makefile to AC_CONFIG_FILES>
 
 2005-07-25  Steve Chaplin  <steve1097 at yahoo.com.au>




More information about the cairo-commit mailing list