summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-06 11:07:02 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-06 11:07:02 +0000
commitb072c3353cc2d10d6b26fb86cb13694a967a59cd (patch)
tree2844ce99d8207140eb53a69f24395ffaa0925d89 /ChangeLog
parent24fb6a2be0c492b023b32ab98556961a8317e13e (diff)
downloadpango-b072c3353cc2d10d6b26fb86cb13694a967a59cd.tar.gz
Bug 166709 – Handle font variants more consistently
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. * pango/fonts.c: * docs/tmpl/fonts.sgml: Add new weights with their aliases, as well as aliasing "Roman" to the normal weight. svn path=/trunk/; revision=2787
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c66b02d8..978ab4a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
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.
+
+ * pango/fonts.c:
+ * docs/tmpl/fonts.sgml:
+ Add new weights with their aliases, as well as aliasing "Roman" to the
+ normal weight.
+
+2009-01-06 Behdad Esfahbod <behdad@gnome.org>
+
* pango/fonts.c (pango_font_description_to_filename):
Make it Unicode safe.