summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-05-10 21:54:06 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-10 21:54:06 +0000
commit71c18db203ea541b7750c06384f4caacd36f8ca4 (patch)
treecc930d76a712eec19d910c1aad44cb9bed5328d9
parent04292a4826a9df65e2676939d4aa19663264375f (diff)
downloadpango-71c18db203ea541b7750c06384f4caacd36f8ca4.tar.gz
Don't set gravity in pango_fc_font_description_from_pattern() if it was
2007-05-10 Behdad Esfahbod <behdad@gnome.org> * pango/pangofc-fontmap.c (pango_fc_font_description_from_pattern), (pango_fc_face_describe): Don't set gravity in pango_fc_font_description_from_pattern() if it was not set on the pattern. This is a bit different from other properties, but that really is how gravity works (unlike say weight that not having it said means normal weight). svn path=/branches/pango-1-16/; revision=2280
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d91a49f..8ca63c3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-10 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pangofc-fontmap.c (pango_fc_font_description_from_pattern),
+ (pango_fc_face_describe): Don't set gravity in
+ pango_fc_font_description_from_pattern() if it was not set on the
+ pattern. This is a bit different from other properties, but that
+ really is how gravity works (unlike say weight that not having it said
+ means normal weight).
+
2007-05-08 Behdad Esfahbod <behdad@gnome.org>
Bug 416515 – Time is not aligned with date on vertical panel