[cairo-commit] pycairo ChangeLog,1.215,1.216

Steve Chaplin commit at pdx.freedesktop.org
Sat May 27 19:03:08 PDT 2006


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv13230

Modified Files:
	ChangeLog 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- ChangeLog	26 May 2006 15:32:14 -0000	1.215
+++ ChangeLog	28 May 2006 02:03:06 -0000	1.216
@@ -1,3 +1,20 @@
+2006-05-28  Steve Chaplin  <steve1097 # yahoo.com.au>
+
+	* examples/cairo_snippets/snippets_pdf.py (do_snippet):
+	* examples/cairo_snippets/snippets_ps.py (do_snippet):
+	* examples/cairo_snippets/snippets_svg.py (do_snippet):
+	add a call to surface.finish()
+
+	* cairo/cairomodule.c (Pycairo_Check_Status): check if a Python
+	exception has already occurred.
+
+	* cairo/pycairo-surface.c (image_surface_new, pdf_surface_new)
+	(ps_surface_new, svg_surface_new, win32_surface_new):
+	simplify by using PycairoSurface_FromSurface
+
+	* cairo/pycairo-surface.c (ps_surface_new, pdf_surface_new)
+	(svg_surface_new): update to support file and file-like objects.
+
 2006-05-26  Steve Chaplin  <steve1097 # yahoo.com.au>
 
 	* cairo/pycairo-surface.c (surface_write_to_png): For a filename
@@ -6,11 +23,6 @@
 	Combine the two sections of code which handle a file object and a
 	file-like object.
 
-2006-05-26  Steve Chaplin  <steve1097 # yahoo.com.au>
-
-	* cairo/pycairo-surface.c (surface_write_to_png): update to check that
-	the file object is not closed - to avoid a segmentation fault.
-
 2006-05-17  Steve Chaplin  <steve1097 # yahoo.com.au>
 
 	* cairo/pycairo-surface.c: add new binding for



More information about the cairo-commit mailing list