[cairo-commit] pycairo ChangeLog,1.197,1.198

Steve Chaplin commit at pdx.freedesktop.org
Sun Jan 22 19:59:20 PST 2006


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- ChangeLog	22 Jan 2006 07:31:41 -0000	1.197
+++ ChangeLog	23 Jan 2006 03:59:18 -0000	1.198
@@ -1,10 +1,25 @@
+2006-01-23  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* cairo/pycairo.h: add missing SVGSurface_Type to Pycairo_CAPI_t
+
+	* cairo/cairomodule.c (init_cairo): Add cairo.SUBPIXEL_ORDER_*,
+	cairo.HINT_STYLE_*, cairo.HINT_METRICS_* constants.
+
+	* cairo/pycairo-font.c (font_options_get_antialias)
+	(font_options_get_hint_metrics, font_options_get_hint_style)
+	(font_options_get_subpixel_order, font_options_set_antialias)
+	(font_options_set_hint_metrics, font_options_set_hint_style)
+	(font_options_set_subpixel_order):
+	new bindings, applied patch from raulir, with some changes,
+	fixes bug #5689.
+
 2006-01-22  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* cairo/pycairo-context.c (__PyBaseString_AsUTF8): new function.
 	(pycairo_select_font_face, pycairo_show_text, pycairo_text_extents)
 	(pycairo_text_path):
 	allow the string argument to be a unicode or string object, and convert
-	to UTF-8 encoding.
+	to UTF-8 encoding, fixes bug #5654.
 
 2006-01-20  Steve Chaplin  <steve1097 at yahoo.com.au>
 



More information about the cairo-commit mailing list