summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-10 20:23:41 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-10 20:23:41 +0000
commitbd0dcaf874333fa30660ea8d109a274eb45b0e7e (patch)
tree3fe0b23208366e218ab0a0d52f2cdce7726786d0 /ChangeLog
parenta3c061607593b0e89d83d1a299efec6544a3f9f9 (diff)
downloadpango-bd0dcaf874333fa30660ea8d109a274eb45b0e7e.tar.gz
Bug 315599 – PangoAttribute remains in wrong context.
2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 315599 – PangoAttribute remains in wrong context. * pango/pangocairo-render.c (_pango_cairo_do_glyph_string): Rever my commit that removed Owen's fix from last year!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d9ba35c..01df55e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+ Bug 315599 – PangoAttribute remains in wrong context.
+
+ * pango/pangocairo-render.c (_pango_cairo_do_glyph_string): Rever my
+ commit that removed Owen's fix from last year!
+
+2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+
Bug 163677 – pango_attr_list_splice: inconsistent docs
Patch from Morten Welinder