summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-05-08 18:17:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-08 18:17:20 +0000
commit9e23e47ee7d5b98eee83ba81a322528d5d21744e (patch)
tree4090e66354ab59716c4afa7446bd3881f0af5e86 /ChangeLog
parent9c24a7a23e09dcd9e4625ad9b42a0de80a43e37a (diff)
downloadpango-9e23e47ee7d5b98eee83ba81a322528d5d21744e.tar.gz
Bug 416515 – Time is not aligned with date on vertical panel
2007-05-08 Behdad Esfahbod <behdad@gnome.org> Bug 416515 – Time is not aligned with date on vertical panel * pango/pango-context.c (itemize_state_init), (itemize_state_update_for_new_run): centered_baseline should only be set from context->resolved_gravity and never changed through markup. This means that pango_context_set_base_gravity has no equivalent markup. Doesn't sound limiting to me: you need to rotate the layout to get real vertical, so it's not just a matter of markup anyway. At least not at this point. svn path=/trunk/; revision=2266
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c24ffc3..148839a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-05-08 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 416515 – Time is not aligned with date on vertical panel
+
+ * pango/pango-context.c (itemize_state_init),
+ (itemize_state_update_for_new_run): centered_baseline should only
+ be set from context->resolved_gravity and never changed through
+ markup. This means that pango_context_set_base_gravity has no
+ equivalent markup. Doesn't sound limiting to me: you need to rotate
+ the layout to get real vertical, so it's not just a matter of markup
+ anyway. At least not at this point.
+
2007-05-07 Behdad Esfahbod <behdad@gnome.org>
Bug 436154 – Error building the pango.modules file while cross