[cairo-commit] pycairo ChangeLog,1.282,1.283
Steve Chaplin
commit at pdx.freedesktop.org
Wed Dec 10 00:19:00 PST 2008
- Previous message: [cairo-commit] pycairo/doc/reference context.rst, NONE, 1.1 exceptions.rst, NONE, 1.1 index.rst, NONE, 1.1 matrix.rst, NONE, 1.1 mattributes.rst, NONE, 1.1 paths.rst, NONE, 1.1 patterns.rst, NONE, 1.1 surfaces.rst, NONE, 1.1 text.rst, NONE, 1.1
- Next message: [cairo-commit] pycairo/cairo pycairo-private.h, 1.45, 1.46 pycairo.h, 1.47, 1.48 pycairo-pattern.c, 1.40, 1.41 pycairo-context.c, 1.88, 1.89 pycairo-surface.c, 1.92, 1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [cairo-commit] pycairo/doc/reference context.rst, NONE, 1.1 exceptions.rst, NONE, 1.1 index.rst, NONE, 1.1 matrix.rst, NONE, 1.1 mattributes.rst, NONE, 1.1 paths.rst, NONE, 1.1 patterns.rst, NONE, 1.1 surfaces.rst, NONE, 1.1 text.rst, NONE, 1.1
- Next message: [cairo-commit] pycairo/cairo pycairo-private.h, 1.45, 1.46 pycairo.h, 1.47, 1.48 pycairo-pattern.c, 1.40, 1.41 pycairo-context.c, 1.88, 1.89 pycairo-surface.c, 1.92, 1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list