summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-28 15:14:47 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-28 15:14:47 +0000
commit73747bd0e4599b0777149215b6ae2a982e1166d9 (patch)
tree5371ab51d9ae9708c632eceacbbf180dc9e0d7db /ChangeLog
parent328a89098e50c5d007c57467d7b143ca8d28ca9f (diff)
downloadpango-73747bd0e4599b0777149215b6ae2a982e1166d9.tar.gz
Bug 339749 – pango_language_from_string issues Patch from Morten
2006-04-28 Behdad Esfahbod <behdad@gnome.org> Bug 339749 – pango_language_from_string issues Patch from Morten Welinder. * pango/pango-utils.c (lang_equal): Make the equal function symmetric.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1a13a94..8fb678d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
+ Bug 339749 – pango_language_from_string issues
+ Patch from Morten Welinder.
+
+ * pango/pango-utils.c (lang_equal): Make the equal function symmetric.
+
+2006-04-28 Behdad Esfahbod <behdad@gnome.org>
+
* pango/pangofc-font.c (get_face_metrics),
(pango_fc_font_get_raw_extents): Don't use is_hinted. Metrics are
always hinted now.