summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-08 00:00:37 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-08 00:00:37 +0000
commit647c72eb9e9e6ad8684c3f06fb1ab9a517496f10 (patch)
treef0175a64dd2cd8c7644ac4eb5a129230df70b325 /ChangeLog
parent3f7461a4f046f2c9a99bb586dae4753faa14ab1f (diff)
downloadpango-647c72eb9e9e6ad8684c3f06fb1ab9a517496f10.tar.gz
Bug 464270 – ellipsize doesn't work consistent
2007-08-07 Behdad Esfahbod <behdad@gnome.org> Bug 464270 – ellipsize doesn't work consistent * pango/pango-glyph-item.c (_pango_glyph_item_iter_prev_cluster): Fix. Was jumping two clusters at a time. Oops! * pango/ellipsize.c (init_state): Minor cleanup. svn path=/trunk/; revision=2392
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91b3b706..ea52f569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-08-07 Behdad Esfahbod <behdad@gnome.org>
+ Bug 464270 – ellipsize doesn't work consistent
+
+ * pango/pango-glyph-item.c (_pango_glyph_item_iter_prev_cluster):
+ Fix. Was jumping two clusters at a time. Oops!
+
+ * pango/ellipsize.c (init_state): Minor cleanup.
+
+2007-08-07 Behdad Esfahbod <behdad@gnome.org>
+
* MAINTAINERS: Add Userid field.
2007-08-07 Behdad Esfahbod <behdad@gnome.org>