[cairo-commit] cairo ChangeLog,1.310,1.311

Carl Worth commit at pdx.freedesktop.org
Wed Jan 19 11:39:11 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo_ft_font.c (_utf8_to_ucs4): Fix int* vs. size_t*
        confusion, (currently in favor of int* but only because that's
        easier to implement). Thanks to John Ellson
        <ellson at research.att.com>. Closes bug #2328.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- ChangeLog	19 Jan 2005 16:03:53 -0000	1.310
+++ ChangeLog	19 Jan 2005 19:39:06 -0000	1.311
@@ -1,3 +1,10 @@
+2005-01-19  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo_ft_font.c (_utf8_to_ucs4): Fix int* vs. size_t*
+	confusion, (currently in favor of int* but only because that's
+	easier to implement). Thanks to John Ellson
+	<ellson at research.att.com>. Closes bug #2328.
+
 2005-01-19  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo_pdf_surface.c: Add byteswap macros missing for




More information about the cairo-commit mailing list