summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-06 15:44:37 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-06 15:44:37 +0000
commit75235308b9d8d30e72428627f345bcbf09641e5b (patch)
treea081a50f43a21493f43afaa03f9a7a4a2af9798c /ChangeLog
parent522ce4d5b39e325471edf77cea9ad15ed98505af (diff)
downloadpango-0a2720d386d6b4bc9f22ad1fb53f9ac2292b7bff.tar.gz
As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API thatPANGO_1_11_4
2006-02-06 Behdad Esfahbod <behdad@gnome.org> As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API that we use conditional, to make a release. * configure.in: Depend on cairo 1.0.0 again. Check for cairo_scaled_font_get_*() and cairo_scaled_font_text_extents() availability. * pango/pangocairo-font.c: Work around if the above functions are not available.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d17f2d70..19574492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2006-02-06 Behdad Esfahbod <behdad@gnome.org>
+ As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD
+ API that we use conditional, to make a release.
+
+ * configure.in: Depend on cairo 1.0.0 again. Check for
+ cairo_scaled_font_get_*() and cairo_scaled_font_text_extents()
+ availability.
+
+ * pango/pangocairo-font.c: Work around if the above functions are not
+ available.
+
+2006-02-06 Behdad Esfahbod <behdad@gnome.org>
+
* pango/pango-utils.c (pango_matrix_copy, pango_matrix_free): If
NULL is passed to _copy, return NULL with no warning. If NULL is
passed to _free, do nothing with no warning. Docs updated.