[cairo-commit] pycairo ChangeLog,1.160,1.161 NEWS,1.12,1.13
Steve Chaplin
commit at pdx.freedesktop.org
Mon Aug 8 05:16:37 PDT 2005
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv10417
Modified Files:
ChangeLog NEWS
Log Message:
'SC'
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- ChangeLog 8 Aug 2005 10:55:24 -0000 1.160
+++ ChangeLog 8 Aug 2005 12:16:35 -0000 1.161
@@ -1,5 +1,13 @@
2005-08-08 Steve Chaplin <steve1097 at yahoo.com.au>
+ * NEWS : change titles to "Overview of changes from pycairo x.x.x to
+ pycairo y.y.y" and remove my email address.
+
+ * cairo/pycairo-context.c (pycairo_get_font_face): update since
+ cairo_get_font_face no longer returns NULL on error.
+
+2005-08-08 Steve Chaplin <steve1097 at yahoo.com.au>
+
* README : Add link to pycairo home page
2005-08-02 Steve Chaplin <steve1097 at yahoo.com.au>
Index: NEWS
===================================================================
RCS file: /cvs/cairo/pycairo/NEWS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- NEWS 2 Aug 2005 14:01:04 -0000 1.12
+++ NEWS 8 Aug 2005 12:16:35 -0000 1.13
@@ -1,13 +1,11 @@
-Snapshot 0.6.0 (2005-08-01 Steve Chaplin <steve1097 at yahoo.com.au>)
-==================================================================
-Changes since 0.5.1:
-
+Overview of changes from pycairo 0.5.1 to pycairo 0.6.0
+=======================================================
General changes:
Pycairo has been updated to work with cairo 0.6.0, including using cairo's new
error handling scheme.
New features:
- cairo.CONTENT_COLOR, cairo.ALPHA, cairo.COLOR_ALPHA have been added for
+ cairo.CONTENT_COLOR, cairo.ALPHA, cairo.COLOR_ALPHA have been added for
working with surfaces.
A new class cairo.FontOptions has been added.
@@ -15,13 +13,12 @@
cairo.ImageSurface.create_from_png() now accepts a filename string or a file
object
- New wrapper functions have been added for cairo_get_font_options,
+ New wrapper functions have been added for cairo_get_font_options,
cairo_set_font_options and cairo_surface_get_font_options.
-Snapshot 0.5.1 (2005-06-22 Steve Chaplin <steve1097 at yahoo.com.au>)
-==================================================================
-Changes since 0.5.0:
+Overview of changes from pycairo 0.5.0 to pycairo 0.5.1
+=======================================================
New features:
- new class cairo.Win32Surface (Niki Spahiev)
- cairo.HAS_WIN32_SURFACE, cairo.HAS_PS_SURFACE etc are defined to give access
@@ -33,13 +30,13 @@
- other small fixes, including fixes for gcc 4.0 warnings
-Snapshot 0.5.0 (2005-05-20 Steve Chaplin <steve1097 at yahoo.com.au>)
-==================================================================
-This version has many changes which update Pycairo to the new cairo API. The
-change list is not duplicated here, instead see the cairo/NEWS file for full
+Overview of changes from pycairo 0.5.1 to pycairo 0.6.0
+=======================================================
+This version has many changes which update Pycairo to the new cairo API. The
+change list is not duplicated here, instead see the cairo/NEWS file for full
details of all these API changes.
-Pycairo method names that were different from the underlying cairo function
+Pycairo method names that were different from the underlying cairo function
names have been changed to make Pycairo more closely follow cairo and so
enable the cairo documentation to be used for writing Pycairo programs.
NOTES has been updated to list the differences between the C API and the
@@ -51,7 +48,7 @@
Python 2.3 is now required.
New examples:
-examples/warpedtext.py
+examples/warpedtext.py
shows usage of the Path iterator
examples/cairo_snippets/
@@ -61,9 +58,8 @@
example using cairo.ImageSurface.create_from_png()
-Snapshot 0.4.0 (2005-03-10 Steve Chaplin <steve1097 at yahoo.com.au>)
-==================================================================
-
+Overview of changes from pycairo 0.1.4 to pycairo 0.4.0
+=======================================================
New cairo bindings:
cairo_font_extents
@@ -77,11 +73,11 @@
Other:
Changed version numbering to correspond directly with the Cairo
version Pycairo was developed to work with. So, for example,
- Pycairo version 0.4.0 represents the Pycairo version that has been
+ Pycairo version 0.4.0 represents the Pycairo version that has been
developed and tested with Cairo 0.4.0.
-Snapshot 0.1.4 (2005-01-12 Steve Chaplin <steve1097 at yahoo.com.au>)
-===================================================================
+Overview of changes from pycairo 0.1.3 to pycairo 0.1.4
+=======================================================
The Pycairo license has changed so that it is now dual-licensed under the LGPL
and the MPL, the same as Cairo itself. For details see the COPYING file as
well as COPYING-LGPL-2.1 and COPYING-MPL-1.1.
@@ -98,13 +94,13 @@
Other:
Added --without-pygtk configure option.
- Renamed the Pycairo API _new() functions to _wrap() to allow _new() to
+ Renamed the Pycairo API _new() functions to _wrap() to allow _new() to
be used for python __new__ functions.
New examples: svg2png.py and svgview.py.
-Snapshot 0.1.3 (2004-11-24 Carl Worth <cworth at cworth.org>)
-==========================================================
+Overview of changes for pycairo 0.1.3
+=====================================
After the recent server compromise we discarded all unsigned
snapshots. That left us without a pycairo snapshot.
More information about the cairo-commit
mailing list