summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-06 10:36:05 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-06 10:36:05 +0000
commit12762f0b6df9c0324929feb99fc80406c7501418 (patch)
treebeb1bc9d9ff5a1f7f09d5419cfdec3d7348ef3db /ChangeLog
parent3f5dba1eb77f18c976888ecfc502bf56c617201f (diff)
downloadpango-12762f0b6df9c0324929feb99fc80406c7501418.tar.gz
Move the parse_*() functions in fonts.c and have them share tables with
2009-01-06 Behdad Esfahbod <behdad@gnome.org> * pango/fonts.c (find_field), (parse_field), (pango_parse_style), (pango_parse_variant), (pango_parse_weight), (pango_parse_stretch): Move the parse_*() functions in fonts.c and have them share tables with pango_font_description_to/from_string(). * pango/pango-utils.c (parse_int), (pango_parse_enum): Accept integers in pango_parse_enum(). svn path=/trunk/; revision=2785
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1518f2c..28707073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2009-01-06 Behdad Esfahbod <behdad@gnome.org>
+ * pango/fonts.c (find_field), (parse_field), (pango_parse_style),
+ (pango_parse_variant), (pango_parse_weight), (pango_parse_stretch):
+ Move the parse_*() functions in fonts.c and have them share tables
+ with pango_font_description_to/from_string().
+
+ * pango/pango-utils.c (parse_int), (pango_parse_enum):
+ Accept integers in pango_parse_enum().
+
+2009-01-06 Behdad Esfahbod <behdad@gnome.org>
+
Bug 166676 – pango_fc_font_map_finalize
* pango/pangofc-fontmap.c (pango_fc_font_map_finalize),