[cairo-commit] cairo ChangeLog,1.447,1.448
Carl Worth
commit at pdx.freedesktop.org
Wed Mar 23 13:50:53 PST 2005
- Previous message: [cairo-commit] cairo/test .cvsignore,1.9,1.10
- Next message: [cairo-commit] cairo/src cairo.c, 1.62, 1.63 cairo_gstate.c, 1.95,
1.96 cairo_path.c, 1.21, 1.22 cairo_path_fill.c, 1.15,
1.16 cairo_path_stroke.c, 1.21, 1.22 cairo_pen.c, 1.21,
1.22 cairoint.h, 1.109, 1.110
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv12554
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: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.447
retrieving revision 1.448
diff -u -d -r1.447 -r1.448
--- ChangeLog 23 Mar 2005 21:49:32 -0000 1.447
+++ ChangeLog 23 Mar 2005 21:50:51 -0000 1.448
@@ -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),
- Previous message: [cairo-commit] cairo/test .cvsignore,1.9,1.10
- Next message: [cairo-commit] cairo/src cairo.c, 1.62, 1.63 cairo_gstate.c, 1.95,
1.96 cairo_path.c, 1.21, 1.22 cairo_path_fill.c, 1.15,
1.16 cairo_path_stroke.c, 1.21, 1.22 cairo_pen.c, 1.21,
1.22 cairoint.h, 1.109, 1.110
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list