summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-06-06 21:41:24 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-06-06 21:41:24 +0000
commit5bd529c89936d20f0218147ce66499c10d917a73 (patch)
tree803ef7f4a712410bbab8dee818d086687508c68b /ChangeLog
parent12e4fca6a4ff31febfd4c06ea76b48a0b895e578 (diff)
downloadpango-5bd529c89936d20f0218147ce66499c10d917a73.tar.gz
Followup on previous change.
2006-06-06 Behdad Esfahbod <behdad@gnome.org> Followup on previous change. * pango/pango-renderer.c: Note that pango_renderer_draw_rectangle and pango_renderer_draw_error_underline should be called with active renderer. * pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs), (_pango_cairo_do_glyph_string), (_pango_cairo_do_layout_line), (_pango_cairo_do_layout): Remove excess cairo_save/restore() calls. * pango/pangocairo-render.c (_pango_cairo_do_error_underline): Don't go through renderer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77aa918b..f3e8f6d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2006-06-06 Behdad Esfahbod <behdad@gnome.org>
+ Followup on previous change.
+
+ * pango/pango-renderer.c: Note that pango_renderer_draw_rectangle
+ and pango_renderer_draw_error_underline should be called with
+ active renderer.
+
+ * pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs),
+ (_pango_cairo_do_glyph_string), (_pango_cairo_do_layout_line),
+ (_pango_cairo_do_layout): Remove excess cairo_save/restore() calls.
+
+ * pango/pangocairo-render.c (_pango_cairo_do_error_underline): Don't
+ go through renderer.
+
+2006-06-06 Behdad Esfahbod <behdad@gnome.org>
+
Bug 343355 – Add pango_cairo_show_error_underline &
pango_cairo_error_underline_path
Based on patch by LingNing Zhang.