[cairo-commit] cairo ChangeLog,1.987,1.988

Carl Worth commit at pdx.freedesktop.org
Wed Aug 24 00:19:54 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv23026

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.987
retrieving revision 1.988
diff -u -d -r1.987 -r1.988
--- ChangeLog	24 Aug 2005 06:20:53 -0000	1.987
+++ ChangeLog	24 Aug 2005 07:19:52 -0000	1.988
@@ -1,3 +1,7 @@
+2005-08-24  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo.c:
+
 2005-08-23  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo.h: Minor doc edit.



More information about the cairo-commit mailing list