[cairo-commit] cairo ChangeLog,1.663,1.664
Carl Worth
commit at pdx.freedesktop.org
Fri Jun 17 11:24:26 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv28566
Modified Files:
ChangeLog
Log Message:
* src/cairo.c: (cairo_reference), (cairo_destroy): cairo_reference
and cairo_destroy shouldn't behave differently when cr->status
indicates an error. Fix this bug that just slipped back in.
* src/cairo.c: (cairo_restore): Remove useless conditional return
at the end of a void function.
* src/cairo.c: (cairo_get_source), (cairo_get_font_face),
(cairo_text_extents), (cairo_show_text), (cairo_text_path):
Fix so that after calling _cairo_error the most that any cairo
entry function ever does is return a previously computed value.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.663
retrieving revision 1.664
diff -u -d -r1.663 -r1.664
--- ChangeLog 17 Jun 2005 17:48:47 -0000 1.663
+++ ChangeLog 17 Jun 2005 18:24:24 -0000 1.664
@@ -1,3 +1,17 @@
+2005-06-17 Carl Worth <cworth at cworth.org>
+
+ * src/cairo.c: (cairo_reference), (cairo_destroy): cairo_reference
+ and cairo_destroy shouldn't behave differently when cr->status
+ indicates an error. Fix this bug that just slipped back in.
+
+ * src/cairo.c: (cairo_restore): Remove useless conditional return
+ at the end of a void function.
+
+ * src/cairo.c: (cairo_get_source), (cairo_get_font_face),
+ (cairo_text_extents), (cairo_show_text), (cairo_text_path):
+ Fix so that after calling _cairo_error the most that any cairo
+ entry function ever does is return a previously computed value.
+
2005-06-17 Kristian Høgsberg <krh at redhat.com>
* TODO: Remove the path clipping entry from the list.
More information about the cairo-commit
mailing list