summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-31 09:00:01 +0000
committerCarl Worth <cworth@cworth.org>2005-08-31 09:00:01 +0000
commit464c6dffcf251d4b0089e50b716979da5e3b9a5a (patch)
treee5d5b9b0ea07a60176adf6453c06de30b91e5825 /ChangeLog
parent44d6afc8a82c2ede19ccc1e27a123b241be6dc67 (diff)
Add Radek Doulík.
Add test exposing a BadValue (0-size pixmap) bug in cairo-xlib-surface when everything is clipped away (thanks to Radek Doulík <rodo@novell.com>).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ca943ca4..133425d9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-08-31 Carl Worth <cworth@cworth.org>
+
+ * AUTHORS: Add Radek Doulík.
+
+ * test/.cvsignore:
+ * test/Makefile.am:
+ * test/clip-all.c: (draw), (main): Add test exposing a BadValue
+ (0-size pixmap) bug in cairo-xlib-surface when everything is
+ clipped away (thanks to Radek Doulík <rodo@novell.com>).
+
2005-08-30 Owen Taylor <otaylor@redhat.com>
* src/cairo-xlib-surface.c (_cairo_xlib_surface_create_internal):