[cairo-commit] pycairo ChangeLog,1.64,1.65
Steve Chaplin
commit at pdx.freedesktop.org
Mon Apr 4 06:51:44 PDT 2005
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv8109
Modified Files:
ChangeLog
Log Message:
SC 2005/04/04
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ChangeLog 30 Mar 2005 00:22:18 -0000 1.64
+++ ChangeLog 4 Apr 2005 13:51:42 -0000 1.65
@@ -1,3 +1,20 @@
+2005-04-04 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * configure.ac : require Python 2.3 so we can use METH_CLASS for
+ classmethods
+
+ * README : note Python 2.3 is required
+
+ * cairo/pycairo-pattern.c (pycairo_pattern_create_for_surface)
+ (pycairo_pattern_create_linear, pycairo_pattern_create_radial):
+ new alternative constructors
+ (pycairo_pattern_new, pycairo_pattern_init): delete old constructor
+
+ * examples/gradient.py
+ * examples/warpedtext.py
+ * examples/gtk/cairo-knockout.py : update to use new pattern
+ constructors
+
2005-03-30 Steve Chaplin <steve1097 at yahoo.com.au>
* cairo/pycairo-surface.c (pycairo_surface_write_png): new wrapper
More information about the cairo-commit
mailing list