diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-08-10 16:01:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-08-10 16:01:46 +0000 |
commit | f978372136fc20679761bc86eff186edbca8ee42 (patch) | |
tree | 7e51fbd012914249b5da3ac336db74f7f930bf6d /ChangeLog.pre-1-6 | |
parent | 285abaf4388ff793e1daf5d2084c69a83a9d82eb (diff) | |
download | pango-f978372136fc20679761bc86eff186edbca8ee42.tar.gz |
Fix bug where cluster was getting set to 0 for non-spacing marks rather
Tue Aug 10 11:51:10 2004 Owen Taylor <otaylor@redhat.com>
* modules/arabic/arabic-fc.c (arabic_engine_shape): Fix
bug where cluster was getting set to 0 for non-spacing
marks rather than to the cluster of the base character.
(#149126, Behdad Esfahbod)
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r-- | ChangeLog.pre-1-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 11bd4d0d..d8317c3f 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,10 @@ +Tue Aug 10 11:51:10 2004 Owen Taylor <otaylor@redhat.com> + + * modules/arabic/arabic-fc.c (arabic_engine_shape): Fix + bug where cluster was getting set to 0 for non-spacing + marks rather than to the cluster of the base character. + (#149126, Behdad Esfahbod) + 2004-08-06 Hans Breuer <hans@breuer.org> * pango/pango.def pango/pangoft2.def pango/pangowin32.def |