[cairo-commit] python-cairo ChangeLog,1.7,1.8

Carl Worth commit at pdx.freedesktop.org
Fri Nov 14 07:32:12 PST 2003


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>
  





More information about the cairo-commit mailing list