[cairo-commit] pycairo ChangeLog,1.22,1.23
Steve Chaplin
commit at pdx.freedesktop.org
Tue Nov 23 18:15:36 PST 2004
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv21874
Modified Files:
ChangeLog
Log Message:
SC 24/11/2004
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ChangeLog 15 Nov 2004 13:14:10 -0000 1.22
+++ ChangeLog 24 Nov 2004 02:15:34 -0000 1.23
@@ -1,3 +1,17 @@
+2004-11-23 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * cairo/pycairo-context.c (pycairo_context_new): rename to
+ pycairo_context_wrap to avoid confusion with the Context.__new__
+ method
+ (pycairo_init): rename to pycairo_new, ignore any args/kwds, add to
+ tp_new slot - to prevent Context.__init__ being overridden and
+ cairo_create() not being called
+ * cairo/pycairo.h (pycairo_context_wrap): rename
+ pycairo_context_new to pycairo_context_wrap
+ * cairo/pycairo-private.h (pycairo_font_new): same
+ * cairo/cairomodule.c: same
+ * acinclude.m4: quote AM_CHECK_PYMOD to silence warning message
+
2004-11-15 Steve Chaplin <steve1097 at yahoo.com.au>
* cairo/pycairo-context.c: make Context subclassable
More information about the cairo-commit
mailing list