summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-29 23:09:12 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-29 23:09:12 +0000
commit29b48d2171562fb43b3c9ffc86e1904aff462d86 (patch)
tree5bd5fe3035cb7b77d39f9e6bddc3ca09989cc313 /ChangeLog
parentd52296311614adf06c07389e34fa2bd69dbc343a (diff)
downloadpango-29b48d2171562fb43b3c9ffc86e1904aff462d86.tar.gz
Require cairo >= 1.1.2. Also pass -no-undefined on all systems.
2006-04-29 Behdad Esfahbod <behdad@gnome.org> * configure.in: Require cairo >= 1.1.2. Also pass -no-undefined on * all systems. * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): Fix hexbox info to respect absolute sizes and no metrics hinting settings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49a710de..3bb66718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+ * configure.in: Require cairo >= 1.1.2. Also pass -no-undefined on all
+ systems.
+
+ * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): Fix
+ hexbox info to respect absolute sizes and no metrics hinting settings.
+
+2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+
Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont to
PangoFcFont
Patch from LingNing Zhang.