summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-11-27 22:03:30 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-11-27 22:03:30 +0000
commit93d18a9135830d74bec50f04ca1723cb68c4ff1d (patch)
treee3c90745ee362565eda1c2a9503038e3a9990d5d /ChangeLog
parent7d36abc19331579d1a9d0df8b2c41a9bf57dd669 (diff)
downloadpango-93d18a9135830d74bec50f04ca1723cb68c4ff1d.tar.gz
Bug 371388 – Add Thai langauage engine Patch from Theppitak
2006-11-27 Behdad Esfahbod <behdad@gnome.org> Bug 371388 – Add Thai langauage engine Patch from Theppitak Karoonboonyanan * configure.in: Look for libthai and enable thai-lang module. * modules/thai/Makefile.am: Hook thai-lang module. * modules/thai/thai-lang.c: New Thai language engine that uses libthai to do dictionary-based Thai line-breaking. * examples/test-thai.txt: Improved.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24649ac4..883e8acc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-11-27 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 371388 – Add Thai langauage engine
+ Patch from Theppitak Karoonboonyanan
+
+ * configure.in: Look for libthai and enable thai-lang module.
+ * modules/thai/Makefile.am: Hook thai-lang module.
+
+ * modules/thai/thai-lang.c: New Thai language engine that uses libthai
+ to do dictionary-based Thai line-breaking.
+
+ * examples/test-thai.txt: Improved.
+
2006-11-25 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-render.c (acquire_renderer), (release_renderer),