[cairo-commit] pycairo ChangeLog,1.165,1.166 NOTES,1.10,1.11

Steve Chaplin commit at pdx.freedesktop.org
Wed Aug 10 23:14:13 PDT 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog NOTES 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- ChangeLog	10 Aug 2005 16:08:45 -0000	1.165
+++ ChangeLog	11 Aug 2005 06:14:11 -0000	1.166
@@ -1,3 +1,7 @@
+2005-08-11  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* NOTES: update the cairo.gtk note
+
 === Pycairo 0.9.0 ===
 2005-08-10  Steve Chaplin  <steve1097 at yahoo.com.au>
 

Index: NOTES
===================================================================
RCS file: /cvs/cairo/pycairo/NOTES,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- NOTES	9 Aug 2005 10:54:44 -0000	1.10
+++ NOTES	11 Aug 2005 06:14:11 -0000	1.11
@@ -14,9 +14,10 @@
 * Pycairo_Check_Status() is called to check the status of cairo operations,
 and raise exceptions as appropriate.
 
-* Includes the cairo.gtk module - a simple extension with functions for
-creating cairo objects from GdkDrawables or GdkPixbufs.  This makes it
-possible to use the Pycairo with PyGTK.
+* Includes the cairo.gtk module - a extension module with a single function
+for creating a cairo context from a GdkDrawable.  This makes it possible to
+use the Pycairo with PyGTK. However, this module is not needed when using PyGTK
+2.8 and above.
 
 * Provides a C API that can be used by other Python extensions.
 




More information about the cairo-commit mailing list