summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-11-14 01:02:05 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-14 01:02:05 +0000
commit8c0b3b59674586d069dba895929f23ee6c9ea91b (patch)
tree9dfe6171de302592f4b71207439187d10816f75d /ChangeLog.pre-1-6
parent4d3301bfb0b7797a09c0a59c65b1a13e76ebf424 (diff)
downloadpango-8c0b3b59674586d069dba895929f23ee6c9ea91b.tar.gz
Don't need to check_lines, pango_layout_get_iter() will do that
2000-11-13 Havoc Pennington <hp@redhat.com> * pango/pango-layout.c (pango_layout_get_cursor_pos): Don't need to check_lines, pango_layout_get_iter() will do that (next_cluster_start): don't ever return a value past the end of the glyph string
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-67
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index cd7e499f..3dcbc145 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,5 +1,12 @@
2000-11-13 Havoc Pennington <hp@redhat.com>
+ * pango/pango-layout.c (pango_layout_get_cursor_pos): Don't need
+ to check_lines, pango_layout_get_iter() will do that
+ (next_cluster_start): don't ever return a value past the end
+ of the glyph string
+
+2000-11-13 Havoc Pennington <hp@redhat.com>
+
* examples/pangox.aliases: Add italic/bold variants
2000-11-13 Elliot Lee <sopwith@redhat.com>