[cairo-commit] cairo ChangeLog,1.815,1.816

Carl Worth commit at pdx.freedesktop.org
Fri Aug 5 10:05:31 PDT 2005


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:
 




More information about the cairo-commit mailing list