summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-23 12:43:36 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-23 12:43:36 +0000
commitce22d934fce30c8fce9b660221419f8a0055d565 (patch)
tree09edaacb296170440c05b930a56be06561785836 /ChangeLog
parentb96b62b89cadc96e8a1612d7e33db99bfe58d82f (diff)
downloadpango-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 079e019f..a9f88c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.