summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-06 11:33:51 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-06 11:33:51 +0000
commit07992d0e2c7cca25032aeac650c847a905079b23 (patch)
treef5701f0c675eb3ebb22315365beb7a40ae79c31a /ChangeLog
parentb072c3353cc2d10d6b26fb86cb13694a967a59cd (diff)
downloadpango-07992d0e2c7cca25032aeac650c847a905079b23.tar.gz
Bug 166709 – Handle font variants more consistently
2009-01-06 Behdad Esfahbod <behdad@gnome.org> Bug 166709 – Handle font variants more consistently * configure.in: Require fontconfig >= 2.5.0 * pango/fonts.c: Parse "Roman" as style=normal instead of weight=normal. Doesn't make much difference in reality. * pango/pangofc-fontmap.c (pango_fc_convert_weight_to_fc), (pango_fc_convert_weight_to_pango): Update to reflect newly added weights. svn path=/trunk/; revision=2788
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 978ab4a9..bb8b2a65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,19 @@
Bug 166709 – Handle font variants more consistently
+ * configure.in: Require fontconfig >= 2.5.0
+
+ * pango/fonts.c: Parse "Roman" as style=normal instead of
+ weight=normal. Doesn't make much difference in reality.
+
+ * pango/pangofc-fontmap.c (pango_fc_convert_weight_to_fc),
+ (pango_fc_convert_weight_to_pango): Update to reflect newly
+ added weights.
+
+2009-01-06 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 166709 – Handle font variants more consistently
+
* pango/pango-font.h:
Add enum values PANGO_WEIGHT_BOOK and PANGO_WEIGHT_ULTRAHEAVY.