diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-04-04 00:36:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-04-04 00:36:30 +0000 |
commit | 2149bad49c6b0603daa2ee90d66a9f37d75f1eb9 (patch) | |
tree | 8611273faef107a30a29da4fdec6daa76a4d65cf /ChangeLog.pre-1-0 | |
parent | f3542cd8e6a4f666b3c39cb8d562a88369d9e858 (diff) | |
download | pango-2149bad49c6b0603daa2ee90d66a9f37d75f1eb9.tar.gz |
Fix handling of positions at character limits.
Mon Apr 3 20:30:20 2000 Owen Taylor <otaylor@redhat.com>
* pango/mapping.c (pango_glyph_string_x_to_index): Fix handling
of positions at character limits.
* modules/basic/basic.c (basic_engine_shape): Fix bug that
was causing mirrored characters not to mirror.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 4b90b181..e495c272 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,11 @@ +Mon Apr 3 20:30:20 2000 Owen Taylor <otaylor@redhat.com> + + * pango/mapping.c (pango_glyph_string_x_to_index): Fix handling + of positions at character limits. + + * modules/basic/basic.c (basic_engine_shape): Fix bug that + was causing mirrored characters not to mirror. + Mon Apr 3 15:16:06 2000 Owen Taylor <otaylor@redhat.com> * pango/glyphstring.c (pango_glyph_string_get_logical_widths): |