summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-04 02:11:19 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-04 02:11:19 +0000
commit8c3b00eda317f2e28acf075edb98c6bd5ee44a1a (patch)
treed6ce5a26cd428bbd52aa0a1a80d40ed8626266fa /ChangeLog
parentfb5e6687ea81a1fb2628d927ab140d332522ca12 (diff)
downloadpango-8c3b00eda317f2e28acf075edb98c6bd5ee44a1a.tar.gz
Bug 168085 – numeric styles in pango_font_description_to_string()
2009-01-03 Behdad Esfahbod <behdad@gnome.org> Bug 168085 – numeric styles in pango_font_description_to_string() * pango/fonts.c (parse_int), (find_field), (find_field_any), (append_field), (pango_font_description_to_string): Print-out, and parse, numeric styles correctly. Things like "DejaVu Sans weight=100" parse correctly now. svn path=/trunk/; revision=2781
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdac78d9..a275b4f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-01-03 Behdad Esfahbod <behdad@gnome.org>
+ Bug 168085 – numeric styles in pango_font_description_to_string()
+
+ * pango/fonts.c (parse_int), (find_field), (find_field_any),
+ (append_field), (pango_font_description_to_string):
+ Print-out, and parse, numeric styles correctly. Things like
+ "DejaVu Sans weight=100" parse correctly now.
+
+2009-01-03 Behdad Esfahbod <behdad@gnome.org>
+
Bug 529591 – Code related to malayalam is misplaced.
Patch from Rahul Bhalerao