[cairo-commit] pycairo NEWS,1.16,1.17

Steve Chaplin commit at pdx.freedesktop.org
Sun May 28 22:39:15 PDT 2006


Committed by: stevech1097

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

Modified Files:
	NEWS 
Log Message:
'SC'

Index: NEWS
===================================================================
RCS file: /cvs/cairo/pycairo/NEWS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- NEWS	11 Oct 2005 06:49:18 -0000	1.16
+++ NEWS	29 May 2006 05:39:13 -0000	1.17
@@ -1,3 +1,56 @@
+Overview of changes from pycairo 1.0.2 to pycairo 1.1.6
+=======================================================
+General changes:
+Pycairo has been updated to work with cairo 1.1.6.
+
+New objects:
+    SVGSurface
+
+New methods:
+    Context.get_group_target
+    Context.new_sub_path
+    Context.pop_group
+    Context.pop_group_to_source
+    Context.push_group
+    Context.push_group_with_content
+    FontOptions.get_antialias
+    FontOptions.get_hint_metrics
+    FontOptions.get_hint_style
+    FontOptions.get_subpixel_order
+    FontOptions.set_antialias
+    FontOptions.set_hint_metrics
+    FontOptions.set_hint_style
+    FontOptions.set_subpixel_order
+    PDFSurface.set_size
+    PSSurface.dsc_begin_page_setup
+    PSSurface.dsc_begin_setup
+    PSSurface.dsc_comment
+    PSSurface.set_size
+    ScaledFont.get_font_face
+    ScaledFont.text_extents
+    Surface.get_device_offset
+    XlibSurface.get_depth
+
+Updated methods:
+    PDFSurface()/PSSurface() - can now write to file-like objects (like
+    StringIO).
+
+    surface.write_to_png() and ImageSurface.create_from_png() can now write to
+    file-like objects (like StringIO).
+
+    select_font_face, show_text, text_extents and text_path now accept unicode
+    objects.
+
+Other changes:
+    misc bug fixes.
+
+New examples:
+    examples/cairo_snippets/snippets_svg.py
+    examples/cairo_snippets/snippets/ellipse.py
+    examples/cairo_snippets/snippets/group.py
+    examples/svg/svgconvert.py
+
+
 Overview of changes from pycairo 1.0.0 to pycairo 1.0.2
 =======================================================
 General changes:



More information about the cairo-commit mailing list