[cairo-commit] pycairo ChangeLog, 1.111, 1.112 autogen.sh, 1.3, 1.4 configure.ac, 1.21, 1.22

Steve Chaplin commit at pdx.freedesktop.org
Sun May 15 18:04:39 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv26253

Modified Files:
	ChangeLog autogen.sh configure.ac 
Log Message:
SC

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- ChangeLog	14 May 2005 01:26:31 -0000	1.111
+++ ChangeLog	16 May 2005 01:04:34 -0000	1.112
@@ -1,3 +1,45 @@
+2005-05-15  Steve Chaplin  <steve1097 at yahoo.com.au>
+	* cairo/Makefile.am (_cairo_la_SOURCES): 
+	add pycairosvg.h and pycairosvg-private.h
+
+	* configure.ac : use [...] for AC_CONFIG_FILES
+
+	* autogen.sh : change PyCairo to Pycairo
+	
+	* cairo/cairogtkmodule.c: update to use new cairo-xlib functions
+
+	* examples/gtk/cairo-demo.py (expose): 
+	* examples/gtk/cairo-knockout.py (expose): 
+	* examples/gtk/hangman.py (expose_event): 
+	* examples/gtk/lsystem.py (lindenmayer.expose): 
+	* examples/gtk/png_view.py (expose_event): 
+	* examples/gtk/text.py (expose_event): 
+	update to use cairo.gtk.gdk_cairo_create()
+
+	* examples/cairo_snippets/snippets/curve_rectangle.py: 
+	* examples/cairo_snippets/snippets/fill_and_stroke.py: 
+	* examples/cairo_snippets/snippets/fill_and_stroke2.py: 
+	* examples/cairo_snippets/snippets/text.py: 
+	update to use fill_preserve()
+
+	* examples/cairo_snippets/snippets/clip_image.py: 
+	* examples/cairo_snippets/snippets/image.py: 
+	* examples/cairo_snippets/snippets/imagepattern.py: 
+	new snippets
+
+	* examples/cairo_snippets/snippets/clip.py: remove new_path()
+	since clip() no longer consumes the path
+
+	* examples/cairo_snippets/snippets_gtk.py (Window.put_in_frame): 
+	set focus to snippet list
+
+	* examples/cairo_snippets/snippets_pdf.py: 
+	* cairo/pycairo-surface.c (pdf_surface_init): 
+	update for new cairo_pdf_surface_create definition
+
+	* cairo/cairosvgmodule.c (_status_error): 
+	rename to Pycairosvg_check_status
+
 2005-05-14  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* cairo/cairomodule.c: 

Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/pycairo/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- autogen.sh	16 Feb 2005 23:16:33 -0000	1.3
+++ autogen.sh	16 May 2005 01:04:34 -0000	1.4
@@ -6,7 +6,7 @@
 
 ORIGDIR=`pwd`
 cd $srcdir
-PROJECT=PyCairo
+PROJECT=Pycairo
 TEST_TYPE=-d
 FILE=cairo
 

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- configure.ac	10 May 2005 00:55:39 -0000	1.21
+++ configure.ac	16 May 2005 01:04:34 -0000	1.22
@@ -123,12 +123,14 @@
     fi
 esac
 
-AC_CONFIG_FILES(
-  Makefile
-  pycairo.pc
-  cairo/__init__.py
-  cairo/Makefile
-  examples/Makefile)
+AC_CONFIG_FILES([
+Makefile
+pycairo.pc
+cairo/__init__.py
+cairo/Makefile
+examples/Makefile
+])
+
 AC_OUTPUT
 
 echo "




More information about the cairo-commit mailing list