summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-16 10:14:32 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-16 10:14:32 +0000
commit375cb212021277fd31142080a4ebb3fcf9b27a43 (patch)
tree1f77ee0c7a143c46186809c2944c7db7528c0779 /ChangeLog
parent7d3e758bf530501257f86ba73384c4e98ac48389 (diff)
downloadpango-375cb212021277fd31142080a4ebb3fcf9b27a43.tar.gz
Fix background rendering being off in presence of rise attributes.
2007-01-16 Behdad Esfahbod <behdad@gnome.org> * pango/pango-renderer.c (pango_renderer_draw_layout_line): Fix background rendering being off in presence of rise attributes. svn path=/trunk/; revision=2148
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6b477ed..e6a1a212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
+ * pango/pango-renderer.c (pango_renderer_draw_layout_line): Fix
+ background rendering being off in presence of rise attributes.
+
+2007-01-16 Behdad Esfahbod <behdad@gnome.org>
+
* pango/pango-context.c (itemize_state_init),
(itemize_state_update_for_new_run): Update centered_baseline in
presence of gravity attributes.