[cairo-commit] python-cairo ChangeLog,1.7,1.8
Carl Worth
commit at pdx.freedesktop.org
Fri Nov 14 07:32:12 PST 2003
- Previous message: [cairo-commit] cairo ChangeLog,1.107,1.108 TODO,1.11,1.12 configure.in,1.29,1.30
- Next message: [cairo-commit] python-cairo/cairo cairomodule.c,1.3,1.4 pycairo-surface.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/python-cairo
In directory pdx:/tmp/cvs-serv23899
Modified Files:
ChangeLog
Log Message:
* examples/cairo-demo.py: Add #! magic.
* examples/cairo-knockout.py: Add #! magic.
* examples/text.py: Fixed to not call cairo.text_extents since
cairo_text_extents is not currently working.
* cairo/pycairo-surface.c: Removed calls to
cairo_surface_create_similar_solid which no longer exists in
cairo.
* cairo/cairomodule.c (init_cairo): Removed DISJOINT/CONJOINT
operators that are no longer in cairo.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/python-cairo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ChangeLog 28 Oct 2003 15:53:13 -0000 1.7
--- ChangeLog 14 Nov 2003 15:32:10 -0000 1.8
***************
*** 1,2 ****
--- 1,18 ----
+ 2003-11-14 Carl Worth <cworth at east.isi.edu>
+
+ * examples/cairo-demo.py: Add #! magic.
+
+ * examples/cairo-knockout.py: Add #! magic.
+
+ * examples/text.py: Fixed to not call cairo.text_extents since
+ cairo_text_extents is not currently working.
+
+ * cairo/pycairo-surface.c: Removed calls to
+ cairo_surface_create_similar_solid which no longer exists in
+ cairo.
+
+ * cairo/cairomodule.c (init_cairo): Removed DISJOINT/CONJOINT
+ operators that are no longer in cairo.
+
2003-10-28 James Henstridge <james at daa.com.au>
- Previous message: [cairo-commit] cairo ChangeLog,1.107,1.108 TODO,1.11,1.12 configure.in,1.29,1.30
- Next message: [cairo-commit] python-cairo/cairo cairomodule.c,1.3,1.4 pycairo-surface.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list