[cairo-commit] pycairo ChangeLog,1.110,1.111
Steve Chaplin
commit at pdx.freedesktop.org
Fri May 13 18:26:33 PDT 2005
- Previous message: [cairo-commit]
pycairo/examples/svg svgview.py, 1.4, 1.5 svg2png.py, 1.2, 1.3
- Next message: [cairo-commit] pycairo/cairo cairomodule.c, 1.33,
1.34 pycairo-font.c, 1.16, 1.17 pycairo-matrix.c, 1.17,
1.18 pycairo-pattern.c, 1.20, 1.21 pycairo-surface.c, 1.37,
1.38 cairogtkmodule.c, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv31072
Modified Files:
ChangeLog
Log Message:
SC
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- ChangeLog 12 May 2005 00:00:08 -0000 1.110
+++ ChangeLog 14 May 2005 01:26:31 -0000 1.111
@@ -1,3 +1,43 @@
+2005-05-14 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * cairo/cairomodule.c:
+ * cairo/pycairo-font.c:
+ * cairo/pycairo-matrix.c:
+ * cairo/pycairo-pattern.c:
+ * cairo/pycairo-surface.c:
+ #include Python.h, as first include
+
+ * cairo/cairogtkmodule.c: give error if cairo-xlib.h not found
+
+2005-05-14 Steve Chaplin <steve1097 at yahoo.com.au>
+ * cairo/pycairosvg-private.h:
+ * cairo/pycairo-private.h:
+ * cairo/pycairo-misc.h:
+ * cairo/pycairo.h:
+ ensure Python.h is always the first include
+
+ * examples/cairo_snippets/snippets/operator_atop_reverse.py:
+ * examples/cairo_snippets/snippets/operator_in_reverse.py:
+ * examples/cairo_snippets/snippets/operator_out_reverse.py:
+ * examples/cairo_snippets/snippets/operator_over_reverse.py:
+ change operator names to match recent cairo changes
+
+ * cairo/Makefile.am (svg_la_SOURCES): remove pycairosvg-context.c
+
+ * cairo/pycairosvg-context.c: move contents into cairosvgmodule.c
+ and delete file
+
+ * cairo/pycairosvg.h: new file
+
+ * cairo/cairosvgmodule.c:
+ * examples/svg/svgview.py:
+ * examples/svg/svg2png.py: update to new API
+
+ * cairo/pycairo-path.c: retabify type struct
+
+ * cairo/pycairo-context.c: add comments for cairo_status() and
+ cairo_status_string()
+
2005-05-12 Steve Chaplin <steve1097 at yahoo.com.au>
* cairo/pycairo-context.c:
* cairo/pycairo-surface.c:
- Previous message: [cairo-commit]
pycairo/examples/svg svgview.py, 1.4, 1.5 svg2png.py, 1.2, 1.3
- Next message: [cairo-commit] pycairo/cairo cairomodule.c, 1.33,
1.34 pycairo-font.c, 1.16, 1.17 pycairo-matrix.c, 1.17,
1.18 pycairo-pattern.c, 1.20, 1.21 pycairo-surface.c, 1.37,
1.38 cairogtkmodule.c, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list