diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-12-10 15:52:00 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-12-10 15:52:00 +0000 |
commit | 478ed480cbb4c12f0b794b0e43380d0c92dfba07 (patch) | |
tree | 4705f95bbbc946841ab5709f0897b3c23cf7c906 /ChangeLog.pre-1-0 | |
parent | ed501e35b65432d62f955a126d2632d4286a915d (diff) | |
download | pango-478ed480cbb4c12f0b794b0e43380d0c92dfba07.tar.gz |
Fix problem with returned width on lines other than the first line
Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_index_to_pos):
Fix problem with returned width on lines other than
the first line (#66274).
* pango/pangox,ft2,win32.c (pango_*_render_layout):
Fix problem where indent wasn't honored (#66275).
[ Note, however, there are remaining problems - see, #66626 ]
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 48c50aa3..ecc425c8 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,13 @@ +Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.c (pango_layout_index_to_pos): + Fix problem with returned width on lines other than + the first line (#66274). + + * pango/pangox,ft2,win32.c (pango_*_render_layout): + Fix problem where indent wasn't honored (#66275). + [ Note, however, there are remaining problems - see, #66626 ] + Thu Dec 6 19:07:31 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (get_items_log_attrs): Fix problem |