[cairo-commit] cairo ChangeLog,1.1026.2.16,1.1026.2.17
Carl Worth
commit at pdx.freedesktop.org
Mon Sep 26 15:48:08 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv4238
Modified Files:
Tag: BRANCH_1_0
ChangeLog
Log Message:
2005-09-26 Carl Worth <cworth at cworth.org>
Backported from HEAD:
2005-09-07 Carl Worth <cworth at cworth.org>
Portability improvements for win32 thanks to Hans Breuer
<hans at breuer.org>:
* pixman/src/pixman.h: Defined sized-integer types when under the
influence of _MSC_VER and without stdint.h.
* src/cairoint.h: Use #error which is more portable than #warning,
(and more indicative of where we want to be before the next
release).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1026.2.16
retrieving revision 1.1026.2.17
diff -u -d -r1.1026.2.16 -r1.1026.2.17
--- ChangeLog 26 Sep 2005 22:43:17 -0000 1.1026.2.16
+++ ChangeLog 26 Sep 2005 22:48:06 -0000 1.1026.2.17
@@ -1,6 +1,21 @@
2005-09-26 Carl Worth <cworth at cworth.org>
Backported from HEAD:
+ 2005-09-07 Carl Worth <cworth at cworth.org>
+
+ Portability improvements for win32 thanks to Hans Breuer
+ <hans at breuer.org>:
+
+ * pixman/src/pixman.h: Defined sized-integer types when under the
+ influence of _MSC_VER and without stdint.h.
+
+ * src/cairoint.h: Use #error which is more portable than #warning,
+ (and more indicative of where we want to be before the next
+ release).
+
+2005-09-26 Carl Worth <cworth at cworth.org>
+
+ Backported from HEAD:
2005-08-31 Owen Taylor <otaylor at redhat.com>
* test/cairo-test.c: Protect inclusion of fontconfig.h
More information about the cairo-commit
mailing list