summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-13 18:56:21 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-13 18:56:21 +0000
commitd7619fd81586585e1938b56d97a4f4c4505fc306 (patch)
tree2616782a2f44d99e8c64b2ac2b416212dde52f3b /ChangeLog
parent7bf3c35e7b3070d8c9fc37dcca9097c0b9e597d6 (diff)
downloadpango-d7619fd81586585e1938b56d97a4f4c4505fc306.tar.gz
Remove unnecessary 'static' in type definition that causes a relocation.
2006-09-13 Behdad Esfahbod <behdad@gnome.org> * pango/pango-engine.h: Remove unnecessary 'static' in type definition that causes a relocation. * pango/shape.c (pango_shape): Make sure last_cluster is invalid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c48d1cd9..31b33f44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-09-13 Behdad Esfahbod <behdad@gnome.org>
+ * pango/pango-engine.h: Remove unnecessary 'static' in type definition
+ that causes a relocation.
+
+ * pango/shape.c (pango_shape): Make sure last_cluster is invalid.
+
+2006-09-13 Behdad Esfahbod <behdad@gnome.org>
+
Part of Bug 355782 – Misaligned extents in pango
* pango/pango-layout.c (cluster_width): Rewrite based on