diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-23 12:43:36 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-23 12:43:36 +0000 |
commit | ce22d934fce30c8fce9b660221419f8a0055d565 (patch) | |
tree | 09edaacb296170440c05b930a56be06561785836 /ChangeLog | |
parent | b96b62b89cadc96e8a1612d7e33db99bfe58d82f (diff) | |
download | pango-ce22d934fce30c8fce9b660221419f8a0055d565.tar.gz |
Set cluster only on base chars, like the Arabic module does.
2006-01-23 Behdad Esfahbod <behdad@gnome.org>
* modules/basic/basic-fc.c: Set cluster only on base chars, like the
Arabic module does.
* modules/indic/indic-fc.c: Draw an unknown glyph on missing glyphs,
like other modules do. (part of bug #326960, LingNing Zhang)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-01-23 Behdad Esfahbod <behdad@gnome.org> + + * modules/basic/basic-fc.c: Set cluster only on base chars, like the + Arabic module does. + + * modules/indic/indic-fc.c: Draw an unknown glyph on missing glyphs, + like other modules do. (part of bug #326960, LingNing Zhang) + 2006-01-22 Behdad Esfahbod <behdad@gnome.org> * docs/TEXT/coding-style: Added "Since:" in the doc example. |