summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-10-09 20:10:36 +0000
committerCarl Worth <cworth@cworth.org>2003-10-09 20:10:36 +0000
commitcdc84283e321a3fd14c430b8f991f60ac624204c (patch)
tree43803ac3796f3e49dfe21742cf4f18c5cf4167aa /ChangeLog
parent61726a88f24efcbabdff980abdfe1ff8301315b2 (diff)
Stub out NULL_POINTER error so drawing to off-screen memory still works even though text does not yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ec251b7..c41768e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-09 Carl Worth <cworth@isi.edu>
+
+ * src/cairo_font.c: Stub out NULL_POINTER errors as
+ CAIRO_STATUS_SUCCESS so that drawing to off-screen images still
+ works even though text does not yet.
+
2003-10-04 Carl Worth <cworth@isi.edu>
* src/cairo_hull.c (_cairo_hull_compute): Add cairo_hull.c to