[cairo-commit] pycairo ChangeLog, 1.243, 1.244 configure.ac, 1.56, 1.57

Steve Chaplin commit at pdx.freedesktop.org
Sun Nov 26 17:17:46 PST 2006


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv11288

Modified Files:
	ChangeLog configure.ac 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- ChangeLog	23 Nov 2006 03:26:11 -0000	1.243
+++ ChangeLog	27 Nov 2006 01:17:42 -0000	1.244
@@ -1,3 +1,10 @@
+2006-11-27  Steve Chaplin  <steve1097 # yahoo.com.au>
+
+	* configure.ac: replace AC_HELP_STRING with AS_HELP_STRING
+
+	* test/isurface_get_data.py : update to use numpy to write to the
+	surface.
+
 2006-11-20  Steve Chaplin  <steve1097 # yahoo.com.au>
 
 	* cairo/pycairo-surface.c (image_surface_get_data_as_rgba): Delete

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- configure.ac	21 Aug 2006 03:32:28 -0000	1.56
+++ configure.ac	27 Nov 2006 01:17:42 -0000	1.57
@@ -28,8 +28,8 @@
 AM_INIT_AUTOMAKE([1.9 -Wall])
 
 # Options ---
-AC_ARG_WITH(pygtk,
-            [AC_HELP_STRING([--with-pygtk], [support pygtk [default=yes]])],
+AC_ARG_WITH([pygtk],
+            AS_HELP_STRING([--with-pygtk], [support pygtk [default=yes]]),
 	    [],
 	    [with_pygtk="yes"])
 



More information about the cairo-commit mailing list