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