[cairo-commit] pycairo ChangeLog,1.71,1.72
Steve Chaplin
commit at pdx.freedesktop.org
Thu Apr 7 20:24:51 PDT 2005
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv20056
Modified Files:
ChangeLog
Log Message:
SC 2005/04/08
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ChangeLog 7 Apr 2005 02:09:57 -0000 1.71
+++ ChangeLog 8 Apr 2005 03:24:48 -0000 1.72
@@ -1,3 +1,28 @@
+2005-04-08 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * examples/warpedtext.py : change select_font to select_font_face,
+ change scale_font to set_font_size
+
+ * cairo/pycairo-private.h:
+ * cairo/pycairo.h: change cairo_font_t to cairo_font_face_t
+
+ * cairo/pycairo-context.c (pycairo_set_font): rename to
+ pycairo_set_font_face
+ (pycairo_get_font): rename to pycairo_get_font_face
+ (pycairo_get_font_extents): rename to pycairo_font_extents,
+ remove matrix arg
+ (pycairo_select_font): rename to pycairo_select_font_face
+ (pycairo_scale_font): rename to pycairo_set_font_size
+ (pycairo_transform_font): rename to pycairo_set_font_matrix
+ (pycairo_get_matrix): removed
+
+ * cairo/pycairo-font.c (pycairo_font_wrap): change arg from
+ cairo_font_t to cairo_font_face_t
+
+ * cairo/pycairo-matrix.c : add comments to note deprecated functions
+ (pycairo_matrix_init): replace cairo_matrix_set_affine() with
+ cairo_matrix_init()
+
2005-04-07 Steve Chaplin <steve1097 at yahoo.com.au>
* examples/warpedtext.py : call select_font() to fix problem where
More information about the cairo-commit
mailing list