summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-0
diff options
context:
space:
mode:
authorElliot Lee <sopwith@redhat.com>2000-08-04 03:22:08 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-08-04 03:22:08 +0000
commitb8a07999404dae9364733ba956e8c5eccbaed341 (patch)
treef7814daaee67bf009b0d170f2e62144542d9d02c /ChangeLog.pre-1-0
parentb77b31c48f62191054c57e2b0696aef3f8654d1a (diff)
downloadpango-b8a07999404dae9364733ba956e8c5eccbaed341.tar.gz
Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do not
2000-08-03 Elliot Lee <sopwith@redhat.com> * pango/modules.c: Fix segfault when tmp_list has no 'prev' pointer. * pango/pango-attributes.c (pango_attr_list_insert_internal): Infinite loops do not fast programs make. * pango/pango-context.c: Set a default font size so that things don't go boom if someone forgets to set it themselves. * pango/pango-layout.c (pango_layout_index_to_pos): Exclude newlines from consideration. (pango_layout_line_index_to_x): Take shape attributes into consideration when determining position.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r--ChangeLog.pre-1-08
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 884bc8b4..edcb701e 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,11 @@
+2000-08-03 Elliot Lee <sopwith@redhat.com>
+
+ * pango/modules.c: Fix segfault when tmp_list has no 'prev' pointer.
+ * pango/pango-attributes.c (pango_attr_list_insert_internal): Infinite loops do not fast programs make.
+ * pango/pango-context.c: Set a default font size so that things don't go boom if someone forgets to set it themselves.
+ * pango/pango-layout.c (pango_layout_index_to_pos): Exclude newlines from consideration.
+ (pango_layout_line_index_to_x): Take shape attributes into consideration when determining position.
+
Wed Aug 2 12:00:53 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_get_extents):