[cairo-commit] pycairo ChangeLog,1.12,1.13
Carl Worth
commit at pdx.freedesktop.org
Tue Nov 2 17:24:08 PST 2004
Committed by: cworth
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv11216
Modified Files:
ChangeLog
Log Message:
* examples/spiral.py:
* examples/hering.py: New examples from Steve Chaplin to
demonstrate PNG and PS output.
* cairo/pycairo-context.c (pycairo_set_target_ps)
(pycairo_set_target_png): Fixes from Steve Chaplin.
(pycairo_set_pattern): Disable set_pattern as this wrapper is
currently broken.
(pycairo_methods): Fix binding of copy_page.
* cairo/Makefile.am (gtk_la_LIBADD): Add CAIRO_LIBS which was
mistakenly dropped in a recent change.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog 1 Nov 2004 16:46:51 -0000 1.12
+++ ChangeLog 3 Nov 2004 01:24:05 -0000 1.13
@@ -1,3 +1,18 @@
+2004-11-02 Carl Worth <cworth at cworth.org>
+
+ * examples/spiral.py:
+ * examples/hering.py: New examples from Steve Chaplin to
+ demonstrate PNG and PS output.
+
+ * cairo/pycairo-context.c (pycairo_set_target_ps)
+ (pycairo_set_target_png): Fixes from Steve Chaplin.
+ (pycairo_set_pattern): Disable set_pattern as this wrapper is
+ currently broken.
+ (pycairo_methods): Fix binding of copy_page.
+
+ * cairo/Makefile.am (gtk_la_LIBADD): Add CAIRO_LIBS which was
+ mistakenly dropped in a recent change.
+
2004-11-01 Carl Worth <cworth at cworth.org>
* cairo/pycairo-context.c (pycairo_set_target_ps)
More information about the cairo-commit
mailing list