[cairo-commit] rcairo ChangeLog,1.296,1.297

Kouhei Sutou commit at pdx.freedesktop.org
Sat Aug 16 20:00:43 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv14819

Modified Files:
	ChangeLog 
Log Message:
        * test/test_font_face.rb
        (FontFaceTest#test_toy_font_face_new_with_invalid_family_name):
        add a test for creating Cairo::ToyFontFace with invalid family
        name.
        (FontFaceTest#test_toy_font_face_new): add a test for creating
        Cairo::ToyFontFace with nil family name.

        * src/rb_cairo_font_face.c (cr_toy_font_face_initialize): accept nil.

        * src/rb_cairo_context.c (cr_select_font_face): make family optional.

        * test/test_context.rb
        (ContextTest#test_select_font_face),
        (ContextTest#test_select_font_face_with_invalid_family_name): add
        a test for Cairo::Context#select_font_face.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- ChangeLog	16 Aug 2008 12:57:51 -0000	1.296
+++ ChangeLog	17 Aug 2008 03:00:40 -0000	1.297
@@ -1,3 +1,21 @@
+2008-08-17  Kouhei Sutou  <kou at cozmixng.org>
+
+	* test/test_font_face.rb
+	(FontFaceTest#test_toy_font_face_new_with_invalid_family_name):
+	add a test for creating Cairo::ToyFontFace with invalid family
+	name.
+	(FontFaceTest#test_toy_font_face_new): add a test for creating
+	Cairo::ToyFontFace with nil family name.
+
+	* src/rb_cairo_font_face.c (cr_toy_font_face_initialize): accept nil.
+
+	* src/rb_cairo_context.c (cr_select_font_face): make family optional.
+
+	* test/test_context.rb
+	(ContextTest#test_select_font_face),
+	(ContextTest#test_select_font_face_with_invalid_family_name): add
+	a test for Cairo::Context#select_font_face.
+
 2008-08-16  Kouhei Sutou  <kou at cozmixng.org>
 
 	* test/test_pkg_config.rb (PkgConfigTest#test_requires_private):



More information about the cairo-commit mailing list