[cairo-commit] cairo ChangeLog,1.446,1.447

Carl Worth commit at pdx.freedesktop.org
Wed Mar 23 10:27:06 PST 2005


Committed by: cworth

Update of /home/cworth/cairo-local-commits/cairo
In directory raht:/home/cworth/cr/200-privatize

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-gstate-private.h:
        * src/cairo-path-fixed-private.h:
        * src/cairo-private.h:
        * src/cairoint.h: Begin the process of breaking up cairoint.h,
        moving structure definitions of cairo_t, cairo_gstate_t, and
        cairo_path_real_t into their own header files.

        * src/cairo.c:
        * src/cairo_gstate.c:
        * src/cairo_path.c:
        * src/cairo_path_fill.c:
        * src/cairo_path_stroke.c:
        * src/cairo_pen.c: Track changes to header files, reaching into
        the new private headers where necessary.


Index: ChangeLog
===================================================================
RCS file: /home/cworth/cairo-local-commits/cairo/ChangeLog,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -d -r1.446 -r1.447
--- ChangeLog	23 Mar 2005 17:53:27 -0000	1.446
+++ ChangeLog	23 Mar 2005 18:26:23 -0000	1.447
@@ -1,5 +1,22 @@
 2005-03-23  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-gstate-private.h:
+	* src/cairo-path-fixed-private.h:
+	* src/cairo-private.h:
+	* src/cairoint.h: Begin the process of breaking up cairoint.h,
+	moving structure definitions of cairo_t, cairo_gstate_t, and
+	cairo_path_real_t into their own header files.
+
+	* src/cairo.c:
+	* src/cairo_gstate.c:
+	* src/cairo_path.c:
+	* src/cairo_path_fill.c:
+	* src/cairo_path_stroke.c:
+	* src/cairo_pen.c: Track changes to header files, reaching into
+	the new private headers where necessary.
+
+2005-03-23  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo.c: (cairo_set_target_glitz), (cairo_set_target_pdf),
 	(cairo_set_target_pdf_as_file), (cairo_set_target_png),
 	(cairo_set_target_ps), (cairo_set_target_win32),




More information about the cairo-commit mailing list