[cairo-commit] cairo ChangeLog,1.815,1.816
Carl Worth
commit at pdx.freedesktop.org
Fri Aug 5 10:05:31 PDT 2005
- Previous message: [cairo-commit] cairo/doc/public/tmpl cairo-font.sgml, 1.8,
1.9 cairo-pattern.sgml, 1.10, 1.11 cairo-surface.sgml, 1.14,
1.15 cairo.sgml, 1.26, 1.27
- Next message: [cairo-commit]
cairo/src cairo-arc.c, 1.3, 1.4 cairo-matrix.c, 1.29,
1.30 cairo.c, 1.118, 1.119
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv4300
Modified Files:
ChangeLog
Log Message:
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
including math.h without extra defines is not enough).
* src/cairo.c: Replace Cairo with cairo.
* test/buffer-diff.c: Include config.h so HAVE_UNISTD_H gets
picked up as necessary.
* test/cairo-test.c: Fix non-UTF-8 copyright symbol.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.815
retrieving revision 1.816
diff -u -d -r1.815 -r1.816
--- ChangeLog 5 Aug 2005 14:48:18 -0000 1.815
+++ ChangeLog 5 Aug 2005 17:05:29 -0000 1.816
@@ -1,5 +1,19 @@
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
+ including math.h without extra defines is not enough).
+
+ * src/cairo.c: Replace Cairo with cairo.
+
+ * test/buffer-diff.c: Include config.h so HAVE_UNISTD_H gets
+ picked up as necessary.
+
+ * test/cairo-test.c: Fix non-UTF-8 copyright symbol.
+
+2005-08-05 Carl Worth <cworth at cworth.org>
+
Patch from John Ehresman <jpe at wingide.com> to aid win32
compilation:
- Previous message: [cairo-commit] cairo/doc/public/tmpl cairo-font.sgml, 1.8,
1.9 cairo-pattern.sgml, 1.10, 1.11 cairo-surface.sgml, 1.14,
1.15 cairo.sgml, 1.26, 1.27
- Next message: [cairo-commit]
cairo/src cairo-arc.c, 1.3, 1.4 cairo-matrix.c, 1.29,
1.30 cairo.c, 1.118, 1.119
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list