diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-26 13:50:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-26 13:50:23 +0000 |
commit | 5b0bab8a7113f06ff78077bb467383a0a15d4b44 (patch) | |
tree | f9d2bb62a0edfd7518e6083d3fb5721dd07bc84a /ChangeLog.pre-1-8 | |
parent | f15abf82e90c3eafdd1f771dfe7acaf7ea55a4d4 (diff) | |
download | pango-5b0bab8a7113f06ff78077bb467383a0a15d4b44.tar.gz |
If applying a ligature lookup makes adjacent two glyphs that were not
Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
If applying a ligature lookup makes adjacent two glyphs
that were not originally adjacent, avoid making
subsequent ligatures between those glyphs.
(From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 8b4a7b5a..ed9f94d6 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,9 +1,17 @@ +Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com> + + * pango/opentype/ftxgsub.c (Lookup_LigatureSubst): + If applying a ligature lookup makes adjacent two glyphs + that were not originally adjacent, avoid making + subsequent ligatures between those glyphs. + (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23) + Sat Jul 26 09:16:57 2003 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c: Fix some FreeType1 variable declarations that snuck in from the last commits (Christophe Fergeau, - 118363) + #118363) Fri Jul 25 23:38:07 2003 Owen Taylor <otaylor@redhat.com> |