summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-08-27 18:46:34 +0000
committerOwen Taylor <otaylor@redhat.com>2005-08-27 18:46:34 +0000
commita6acc962f76c1eba9dec3ee1646413f6c82ac6e0 (patch)
treea436ad07585c49f645928c565d38ff5ce539b2ac /ChangeLog
parent3c53414cf34d2027284bdbd4836d10a2c0d998c0 (diff)
Undef MIN/MAX before defining them in case some system header happens to define them. (#4196, Christian Biesinger)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 500d4ad4f..0b9154ee8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
2005-08-27 Owen Taylor <otaylor@redhat.com>
+ * src/cairoint.h: Undef MIN/MAX before defining them in case
+ some system header happens to define them. (#4196, Christian
+ Biesinger)
+
+2005-08-27 Owen Taylor <otaylor@redhat.com>
+
* src/cairo-image-surface.c (cairo_image_surface_create)
(cairo_image_surface_create_for_data): Fix docs not to talk about
- %NULL returns. #4271, Duncan Coutts.
+ %NULL returns. (#4271, Duncan Coutts.)
2005-08-25 Tor Lillqvist <tml@novell.com>