[cairo-commit] cairo ChangeLog,1.629,1.630

Carl Worth commit at pdx.freedesktop.org
Fri Jun 3 16:08:30 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-glitz-surface.c:
        (_cairo_glitz_glyph_cache_create_entry),
        (_cairo_glitz_glyph_cache_destroy_entry),
        (_cairo_glitz_glyph_cache_destroy_cache),
        (_cairo_glitz_surface_show_glyphs): Rename functions to match the
        naming scheme used by cairo-cache.c and all other users of
        it. Though it's quite likely that glitz had this right and now
        everything could be changed to match it instead. I'll save that
        for some day when we're cleaning up the cache code.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.629
retrieving revision 1.630
diff -u -d -r1.629 -r1.630
--- ChangeLog	3 Jun 2005 22:56:52 -0000	1.629
+++ ChangeLog	3 Jun 2005 23:08:28 -0000	1.630
@@ -1,5 +1,17 @@
 2005-06-03  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-glitz-surface.c:
+	(_cairo_glitz_glyph_cache_create_entry),
+	(_cairo_glitz_glyph_cache_destroy_entry),
+	(_cairo_glitz_glyph_cache_destroy_cache),
+	(_cairo_glitz_surface_show_glyphs): Rename functions to match the
+	naming scheme used by cairo-cache.c and all other users of
+	it. Though it's quite likely that glitz had this right and now
+	everything could be changed to match it instead. I'll save that
+	for some day when we're cleaning up the cache code.
+
+2005-06-03  Carl Worth  <cworth at cworth.org>
+
 	* CODING_STYLE: Fix spelling errors.
 
 2005-06-03  Carl Worth  <cworth at cworth.org>




More information about the cairo-commit mailing list