[cairo-commit] cairo ChangeLog,1.429,1.430

Carl Worth commit at pdx.freedesktop.org
Fri Mar 11 14:29:17 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * doc/public/cairo-sections.txt:
        * doc/public/tmpl/cairo-surface.sgml:
        * doc/public/tmpl/cairo.sgml: Added some documentation, so we get
        some churn here.

        * src/cairo.c:
        * src/cairo.h: New functions: cairo_copy_path_data,
        cairo_copy_path_data_flat, and cairo_append_path_data.

        * src/Makefile.am:
        * src/cairo-path-data-private.h:
        * src/cairo_path_data.c: Add new implementation for
        cairo_copy_path_data and cairo_append_path_data.

        * test/Makefile.am:
        * test/path_data.c: New test for new path_data functions.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -d -r1.429 -r1.430
--- ChangeLog	10 Mar 2005 17:28:50 -0000	1.429
+++ ChangeLog	11 Mar 2005 22:29:15 -0000	1.430
@@ -1,3 +1,22 @@
+2005-03-11  Carl Worth  <cworth at cworth.org>
+
+	* doc/public/cairo-sections.txt:
+	* doc/public/tmpl/cairo-surface.sgml:
+	* doc/public/tmpl/cairo.sgml: Added some documentation, so we get
+	some churn here.
+	
+	* src/cairo.c:
+	* src/cairo.h: New functions: cairo_copy_path_data,
+	cairo_copy_path_data_flat, and cairo_append_path_data.
+
+	* src/Makefile.am:
+	* src/cairo-path-data-private.h:
+	* src/cairo_path_data.c: Add new implementation for
+	cairo_copy_path_data and cairo_append_path_data.
+
+	* test/Makefile.am:
+	* test/path_data.c: New test for new path_data functions.
+
 2005-03-10  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo_surface.c (_destroy_user_data): Add this function and




More information about the cairo-commit mailing list