summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-07 08:48:17 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-07 08:48:17 +0000
commit203bd40db9e044ae0ace0f4a6dc7934c892358aa (patch)
treeb8a4428056315fcdc9804348803e492f78a5ee5c /ChangeLog
parent2ea732bb050bb59f3ecad782b7ff8b7d39034c03 (diff)
downloadpango-203bd40db9e044ae0ace0f4a6dc7934c892358aa.tar.gz
Incorrect text rendering when in x86 64-bit precision mode
2006-04-07 Behdad Esfahbod <behdad@gnome.org> Incorrect text rendering when in x86 64-bit precision mode https://bugs.freedesktop.org/show_bug.cgi?id=5200 * pango/pangocairo-fcfont.c:Round metrics when converting to Pango units.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f32c6926..2cf2830a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-07 Behdad Esfahbod <behdad@gnome.org>
+
+ Incorrect text rendering when in x86 64-bit precision mode
+ https://bugs.freedesktop.org/show_bug.cgi?id=5200
+
+ * pango/pangocairo-fcfont.c:Round metrics when converting
+ to Pango units.
+
2006-04-06 Behdad Esfahbod <behdad@gnome.org>
Bug 337502 – Win32 build fix