summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-31 23:52:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-31 23:52:46 +0000
commit079b6761d43011d341dbe1aca4183a8250270d2c (patch)
tree55a1ab91d20a7b25f8e645f38a0b09c1634f6e11 /ChangeLog.pre-1-8
parentf27d6c31c1a933f9b27dc21e95314ecf05786416 (diff)
downloadpango-079b6761d43011d341dbe1aca4183a8250270d2c.tar.gz
Make the hack for avoiding the last index of the line more sophisticated
Thu May 31 19:35:27 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_line_x_to_index): Make the hack for avoiding the last index of the line more sophisticated in order to deal with newlines internal to the layout and the case where the second half of the last character is specifically selected. (Fixes #51190)
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-88
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index c969bae9..72192473 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,11 @@
+Thu May 31 19:35:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_line_x_to_index):
+ Make the hack for avoiding the last index of the line more
+ sophisticated in order to deal with newlines internal
+ to the layout and the case where the second half of the
+ last character is specifically selected. (Fixes #51190)
+
Thu May 31 12:31:20 2001 Owen Taylor <otaylor@redhat.com>
* pango/pangox-fontmap.c (pango_x_font_map_for_display):