summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-07-28 22:28:37 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-07-28 22:28:37 +0000
commit14aa651170b89e022de3e72809a0e38ee6aa7f77 (patch)
tree7f542c47d581249b9102607dfdf81a2ab8691782 /ChangeLog.pre-1-8
parent126367f2a45b36f5d65023bebd8241779e46dced (diff)
downloadpango-14aa651170b89e022de3e72809a0e38ee6aa7f77.tar.gz
Revert back out the FreeType patch preventing ligatures of not-originally
Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c (Lookup_LigatureSubst): Revert back out the FreeType patch preventing ligatures of not-originally adjacent glyphs; it doesn't work for all scripts. (#118472, Kailash C. Chowksey)
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-810
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 3f8adf63..01163d70 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,8 +1,16 @@
+Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
+ Revert back out the FreeType patch preventing
+ ligatures of not-originally adjacent glyphs;
+ it doesn't work for all scripts. (#118472,
+ Kailash C. Chowksey)
+
Sat Jul 26 22:30:59 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
Check for lookahead glyphs in the right place. (Patch
- from #116860)
+ from Kailash C. Chowksey, #116860)
* pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
Same fix here.