[cairo-commit] cairo ChangeLog,1.792,1.793
Carl Worth
commit at pdx.freedesktop.org
Thu Jul 28 11:46:03 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11397
Modified Files:
ChangeLog
Log Message:
* src/cairo-ft-font.c: (_move_to), (_line_to), (_conic_to),
(_cubic_to): Remove const qualifiers that only make things happy
with a from-cvs version of freetype. Now we should be back to
being happy with a released version.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.792
retrieving revision 1.793
diff -u -d -r1.792 -r1.793
--- ChangeLog 28 Jul 2005 18:41:37 -0000 1.792
+++ ChangeLog 28 Jul 2005 18:46:01 -0000 1.793
@@ -1,5 +1,16 @@
2005-07-28 Carl Worth <cworth at cworth.org>
+ * src/cairo-ft-font.c: (_move_to), (_line_to), (_conic_to),
+ (_cubic_to): Remove const qualifiers that only make things happy
+ with a from-cvs version of freetype. Now we should be back to
+ being happy with a released version.
+
+2005-07-28 Carl Worth <cworth at cworth.org>
+
+ * src/cairo-png.c (read_png): Add missing cast.
+
+2005-07-28 Carl Worth <cworth at cworth.org>
+
* test/Makefile.am (EXTRA_DIST): Remove
text-antialias-subpixel-ref.png from the list since it doesn't
exist yet.
More information about the cairo-commit
mailing list