summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-2
diff options
context:
space:
mode:
authorElliot Lee <sopwith@redhat.com>2000-08-09 02:37:44 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-08-09 02:37:44 +0000
commit6d8b209bb67d3abd57de313548716710e7bfca87 (patch)
treea7332918d861405dce947e3c7e4c495564541de0 /ChangeLog.pre-1-2
parent0d0b47ba872c90fbad6312c77c12b7380f27ab6c (diff)
downloadpango-6d8b209bb67d3abd57de313548716710e7bfca87.tar.gz
Fix incorrect list rearrangement that caused some segfaults. Pay attention
2000-08-08 Elliot Lee <sopwith@redhat.com> * pango/modules.c: Fix incorrect list rearrangement that caused some segfaults. * pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes (not perfect since the layout of chars inside a shaped run is unknown, but gives start index of the chars in the run).
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r--ChangeLog.pre-1-26
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 2d6092b9..61071e29 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,9 @@
+2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * pango/modules.c: Fix incorrect list rearrangement.
+ * pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
+ (not perfect since the layout of chars inside a shape is unknown, but gives start
+ index).
+
2000-08-07 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: If the first pango_skip_space fails, remember to free enginepair before continuing.