[cairo-commit] cairo ChangeLog,1.685,1.686
Carl Worth
commit at pdx.freedesktop.org
Fri Jun 24 15:09:44 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv8731
Modified Files:
ChangeLog
Log Message:
* src/cairo-xlib-surface.c: (_xlib_glyphset_cache_create_entry),
(_glyphset_cache_entry_reference),
(_xlib_glyphset_cache_destroy_entry), (_get_glyphset_cache),
(_cairo_xlib_surface_show_glyphs32),
(_cairo_xlib_surface_show_glyphs16),
(_cairo_xlib_surface_show_glyphs8),
(_cairo_xlib_surface_show_glyphs): Prefer descriptive variable
names over single-character names. Remove unneeded XGlpyhInfo
field from glyphset_cache_entry_t.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -d -r1.685 -r1.686
--- ChangeLog 24 Jun 2005 22:06:40 -0000 1.685
+++ ChangeLog 24 Jun 2005 22:09:41 -0000 1.686
@@ -1,3 +1,15 @@
+2005-06-24 Carl Worth <cworth at cworth.org>
+
+ * src/cairo-xlib-surface.c: (_xlib_glyphset_cache_create_entry),
+ (_glyphset_cache_entry_reference),
+ (_xlib_glyphset_cache_destroy_entry), (_get_glyphset_cache),
+ (_cairo_xlib_surface_show_glyphs32),
+ (_cairo_xlib_surface_show_glyphs16),
+ (_cairo_xlib_surface_show_glyphs8),
+ (_cairo_xlib_surface_show_glyphs): Prefer descriptive variable
+ names over single-character names. Remove unneeded XGlpyhInfo
+ field from glyphset_cache_entry_t.
+
2005-06-24 Owen Taylor <otaylor at redhat.com>
* src/cairo-ft-font.c (_render_glyph_bitmap): Handle rendering
More information about the cairo-commit
mailing list