[cairo-commit] pycairo ChangeLog,1.268,1.269

Steve Chaplin commit at pdx.freedesktop.org
Mon Dec 10 18:56:50 PST 2007


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- ChangeLog	10 Dec 2007 15:16:15 -0000	1.268
+++ ChangeLog	11 Dec 2007 02:56:48 -0000	1.269
@@ -1,8 +1,18 @@
 2007-12-11  Steven Chaplin  <steve1097 # yahoo.com.au>
 
+	* cairo/pycairo-context.c (pycairo_dealloc):
+	* cairo/pycairo-pattern.c (pattern_dealloc):
+	* cairo/pycairo-surface.c (surface_dealloc):
+	* cairo/pycairo-font.c (font_face_dealloc, scaled_font_dealloc)
+	(font_options_dealloc):
+	Remove the DEBUG statements - they are no longer used.
+
 	* cairo/pycairo-context.c (pycairo_new): Pass 'type' as second arg to
 	PycairoContext_FromContext(). This fixes the problem where Python
 	subclasses of cairo.Context were not working properly.
+	(PycairoContext_FromContext): Remove the support for arg #2 to be NULL,
+	- its not a good 'default' since it caused the subclassing problem
+	fixed above.
 
 2007-12-02  Steven Chaplin  <steve1097 # yahoo.com.au>
 



More information about the cairo-commit mailing list