[cairo-commit] cairo ChangeLog,1.874,1.875

Carl Worth commit at pdx.freedesktop.org
Thu Aug 11 14:59:31 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv9853

Modified Files:
	ChangeLog 
Log Message:

2005-08-08  Carl Worth  <cworth at cworth.org>

        * src/cairoint.h: Add hash_entry field to cairo_font_face_t so
        that it can (optionally) be hashed.

        * src/cairo-font.c: (_cairo_toy_font_face_hash_table_lock),
        (_cairo_toy_font_face_hash_table_unlock),
        (_cairo_toy_font_face_init_key), (_cairo_toy_font_face_init),
        (_cairo_toy_font_face_fini), (_cairo_toy_font_face_keys_equal),
        (_cairo_toy_font_face_create), (_cairo_toy_font_face_destroy),
        (_cairo_toy_font_face_scaled_font_create),
        (_cairo_font_reset_static_data): Complete the remainder of the
        simple -> toy renaming. Convert the family/slant/weight ->
        cairo_toy_font_face_t mapping to use cairo-hash.c rather
        than cairo-cache.c.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.874
retrieving revision 1.875
diff -u -d -r1.874 -r1.875
--- ChangeLog	11 Aug 2005 21:49:07 -0000	1.874
+++ ChangeLog	11 Aug 2005 21:59:27 -0000	1.875
@@ -1,3 +1,19 @@
+2005-08-08  Carl Worth  <cworth at cworth.org>
+
+	* src/cairoint.h: Add hash_entry field to cairo_font_face_t so
+	that it can (optionally) be hashed.
+
+	* src/cairo-font.c: (_cairo_toy_font_face_hash_table_lock),
+	(_cairo_toy_font_face_hash_table_unlock),
+	(_cairo_toy_font_face_init_key), (_cairo_toy_font_face_init),
+	(_cairo_toy_font_face_fini), (_cairo_toy_font_face_keys_equal),
+	(_cairo_toy_font_face_create), (_cairo_toy_font_face_destroy),
+	(_cairo_toy_font_face_scaled_font_create),
+	(_cairo_font_reset_static_data): Complete the remainder of the
+	simple -> toy renaming. Convert the family/slant/weight ->
+	cairo_toy_font_face_t mapping to use cairo-hash.c rather
+	than cairo-cache.c.
+
 2005-08-11  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo-ft-font.c: (_cairo_ft_unscaled_font_init),




More information about the cairo-commit mailing list