From 112094a350c4ed3a936a748f55bcbae7eac4e5c1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 24 Aug 2005 02:25:39 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2dc1be78b..af953b6c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -78,7 +78,13 @@ 2005-08-24 Carl Worth - * 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