summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-05-15 23:29:32 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-15 23:29:32 +0000
commit18e700760e42c18aa4a2f752f184ce1454d4cd82 (patch)
treeffdf2175852eaf6822480a1e673bbc5832715e7b /ChangeLog
parent92b13f8b4399582b66f31ccf804ad27a3145c433 (diff)
downloadpango-18e700760e42c18aa4a2f752f184ce1454d4cd82.tar.gz
Move ruleset creation after populating buffer.
2007-05-15 Behdad Esfahbod <behdad@gnome.org> * modules/arabic/arabic-fc.c (arabic_engine_shape): * modules/basic/basic-fc.c (basic_engine_shape): * modules/syriac/syriac-fc.c (syriac_engine_shape): Move ruleset creation after populating buffer. svn path=/trunk/; revision=2303
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98ff754c..007813b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-05-15 Behdad Esfahbod <behdad@gnome.org>
+ * modules/arabic/arabic-fc.c (arabic_engine_shape):
+ * modules/basic/basic-fc.c (basic_engine_shape):
+ * modules/syriac/syriac-fc.c (syriac_engine_shape):
+ Move ruleset creation after populating buffer.
+
+2007-05-15 Behdad Esfahbod <behdad@gnome.org>
+
* modules/indic/indic-fc.c (indic_engine_shape), (create):
Port to new OpenType APIs.