[cairo-commit] cairo ChangeLog,1.992,1.993
Carl Worth
commit at pdx.freedesktop.org
Wed Aug 24 02:25:41 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv12142
Modified Files:
ChangeLog
Log Message:
2005-08-24 Carl Worth <cworth at cworth.org>
* src/cairo.c (cairo_new_path, cairo_move_to, cairo_line_to,
cairo_curve_to, cairo_arc, cairo_rel_move_to, cairo_rel_line_to,
cairo_rel_curve_to, cairo_rectangle, cairo_close_path): Update
documentation for most path construction functions. Add discussion
of the effects on the current point to all functions. Rephrase the
wording of the relative functions. Big rewrite of cairo_arc
description. Add discussion of join not caps to cairo_close_path.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -d -r1.992 -r1.993
--- ChangeLog 24 Aug 2005 08:47:13 -0000 1.992
+++ ChangeLog 24 Aug 2005 09:25:39 -0000 1.993
@@ -78,7 +78,13 @@
2005-08-24 Carl Worth <cworth at cworth.org>
- * src/cairo.c:
+ * src/cairo.c (cairo_new_path, cairo_move_to, cairo_line_to,
+ cairo_curve_to, cairo_arc, cairo_rel_move_to, cairo_rel_line_to,
+ cairo_rel_curve_to, cairo_rectangle, cairo_close_path): Update
+ documentation for most path construction functions. Add discussion
+ of the effects on the current point to all functions. Rephrase the
+ wording of the relative functions. Big rewrite of cairo_arc
+ description. Add discussion of join not caps to cairo_close_path.
2005-08-23 Carl Worth <cworth at cworth.org>
More information about the cairo-commit
mailing list