[cairo-commit] pycairo ChangeLog,1.102,1.103

Steve Chaplin commit at pdx.freedesktop.org
Fri May 6 06:46:15 PDT 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
SC

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- ChangeLog	6 May 2005 02:00:39 -0000	1.102
+++ ChangeLog	6 May 2005 13:46:13 -0000	1.103
@@ -1,5 +1,31 @@
 2005-05-06  Steve Chaplin  <steve1097 at yahoo.com.au>
 
+	* cairo/pycairosvg-context.c: 
+	* cairo/pycairo-surface.c: 
+	* cairo/pycairo-pattern.c: 
+	* cairo/pycairo-matrix.c: 
+	* cairo/pycairo-font.c: 
+	* cairo/pycairo-context.c: 
+	* cairo/cairogtkmodule.c: 
+	remove 'include "pycairo-misc.h"'
+
+	* cairo/pycairo-private.h: 
+	* cairo/pycairosvg-private.h: 
+	include "pycairo-misc.h"
+
+	* cairo/cairomodule.c (init_cairo): Py_INCREF each type
+
+	* cairo/cairogtkmodule.c: 
+	* cairo/cairosvgmodule.c: 
+	remove init_pycairo() and add PyCairo_IMPORT
+
+	* cairo/pycairo.h 
+	renamed _PyCairo_FunctionStruct function names to match the real names.
+	Use C API export method copied from the datetime module (new in Python
+	2.3)
+
+2005-05-06  Steve Chaplin  <steve1097 at yahoo.com.au>
+
 	* cairo/pycairo-context.c (pycairo_get_target_surface): 
 	* cairo/pycairo-surface.c (surface_create_similar): 
 	add comment about use of PyCairoSurface_FromSurface()




More information about the cairo-commit mailing list