[cairo-commit] cairo ChangeLog,1.816,1.817

Carl Worth commit at pdx.freedesktop.org
Fri Aug 5 10:30:33 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2005-08-05  Carl Worth  <cworth at cworth.org>

        * doc/public/cairo-sections.txt: Add some missing declarations to
        the appropriate sections.

        * doc/public/tmpl/cairo-font.sgml:
        * doc/public/tmpl/cairo-surface.sgml:
        * doc/public/tmpl/cairo-xlib.sgml:
        * doc/public/tmpl/cairo.sgml: churn

        * src/cairo-path-data-private.h: Rename cairo_path_nil to
        _cairo_path_nil since it may be exported, and tag it cairo_private
        to try to avoid exporting it. Qualify it as const well.

        * src/cairo-path-data.c: (_cairo_path_data_create_real):
        * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat):
        Track new name of _cairo_path_nil and cast away the const as
        required.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -d -r1.816 -r1.817
--- ChangeLog	5 Aug 2005 17:05:29 -0000	1.816
+++ ChangeLog	5 Aug 2005 17:30:31 -0000	1.817
@@ -1,5 +1,24 @@
 2005-08-05  Carl Worth  <cworth at cworth.org>
 
+	* doc/public/cairo-sections.txt: Add some missing declarations to
+	the appropriate sections.
+	
+	* doc/public/tmpl/cairo-font.sgml:
+	* doc/public/tmpl/cairo-surface.sgml:
+	* doc/public/tmpl/cairo-xlib.sgml:
+	* doc/public/tmpl/cairo.sgml: churn
+	
+	* src/cairo-path-data-private.h: Rename cairo_path_nil to
+	_cairo_path_nil since it may be exported, and tag it cairo_private
+	to try to avoid exporting it. Qualify it as const well.
+	
+	* src/cairo-path-data.c: (_cairo_path_data_create_real):
+	* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat):
+	Track new name of _cairo_path_nil and cast away the const as
+	required.
+
+2005-08-05  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-arc.c:
 	* src/cairo-matrix.c: Remove include of math.h since cairoint.h
 	does it more carefully, (for annoying platforms for which just




More information about the cairo-commit mailing list