[cairo-commit] pycairo ChangeLog,1.282,1.283

Steve Chaplin commit at pdx.freedesktop.org
Wed Dec 10 00:19:00 PST 2008


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- ChangeLog	24 Nov 2008 15:39:37 -0000	1.282
+++ ChangeLog	10 Dec 2008 08:18:58 -0000	1.283
@@ -1,3 +1,69 @@
+2008-12-10  Steven Chaplin  <steve1097 # yahoo.com.au>
+
+	* cairo/pycairo-private.h:
+	* cairo/pycairo.h (struct): add 'base' field for PycairoPattern
+
+	* cairo/pycairo-pattern.c (PycairoPattern_FromPattern): add a new 'base'
+	argument - this is a C API change to fix #18947.
+
+	* cairo/pycairo-context.c:
+	* cairo/pycairo-pattern.c:
+	Update all calls to PycairoPattern_FromPattern to new API.
+
+	* cairo/pycairo-surface.c: update PycairoSurface_FromSurface comment.
+
+2008-12-10  Steven Chaplin  <steve1097 # yahoo.com.au>
+	* RELEASING: add doc generating notes
+
+	* configure.ac: add 'doc/Makefile' to AC_CONFIG_FILES.
+	Require automake 1.9.6
+	* Makefile.am: add 'doc' to SUBDIRS
+
+	* configure.ac:
+	* README :
+	* setup.py :
+	Require cairo 1.8.0
+
+	* cairo/cairomodule.c:
+	add cairo.EXTEND_PAD
+
+	* cairo/pycairo-font.c: update comments in the method section
+
+	* cairo/pycairo-matrix.c: add comment in method list
+
+	* cairo/pycairo-surface.c
+	(surface_mark_dirty): API change, it no longer accepts keyword
+	arguments with default values - the default values used are not
+	documented in the cairo manual so were effectively magic numbers.
+	(surface_mark_dirty_rectangle):
+	(surface_set_fallback_resolution):
+	add new bindings
+
+	* doc/FAQ:
+	* doc/NOTES:
+        remove files - the info has been merged into the other docs.
+
+	* doc/c-api.rst:
+	* doc/conf.py:
+	* doc/faq.rst:
+	* doc/index.rst:
+	* doc/Makefile.am:
+	* doc/overview.rst:
+	* doc/README:
+	* doc/reference/context.rst:
+	* doc/reference/exceptions.rst:
+	* doc/reference/index.rst:
+	* doc/reference/matrix.rst:
+	* doc/reference/mattributes.rst:
+	* doc/reference/paths.rst:
+	* doc/reference/patterns.rst:
+	* doc/reference/surfaces.rst:
+	* doc/reference/text.rst:
+	Create Sphinx documentation files
+
+	* examples/cairo_snippets/snippets_gtk.py:
+	update so it can be run from outside its directory
+
 2008-11-25  Steven Chaplin  <steve1097 # yahoo.com.au>
 
 	* cairo/pycairo-context.c:



More information about the cairo-commit mailing list