[cairo-commit] pycairo ChangeLog,1.107,1.108

Steve Chaplin commit at pdx.freedesktop.org
Tue May 10 08:34:05 PDT 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
SC

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- ChangeLog	10 May 2005 00:55:39 -0000	1.107
+++ ChangeLog	10 May 2005 15:34:03 -0000	1.108
@@ -1,5 +1,23 @@
 2005-05-10  Steve Chaplin  <steve1097 at yahoo.com.au>
 
+	* cairo/cairomodule.c: 
+	* cairo/pycairo.h: 
+	* cairo/pycairo-font.c: 
+	* cairo/pycairo-private.h: 
+	add new type PycairoScaledFont
+
+	* cairo/pycairo-path.c: delete PyPath_Check macro and use
+	PyObject_TypeCheck instead
+
+	* cairo/pycairo-context.c (pycairo_set_font_face): 
+	allow None as set_font_face arg
+
+	* cairo/pycairo-matrix.c: add comment describing matrix constructors
+	which are not needed in a Python binding
+	(matrix_init_rotate): new wrapper
+	
+2005-05-10  Steve Chaplin  <steve1097 at yahoo.com.au>
+
 	* cairo/pycairo-surface.c: 
 	* cairo/pycairo-private.h: 
 	* cairo/pycairo-pattern.c: 




More information about the cairo-commit mailing list