diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-07-31 19:08:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-07-31 19:08:14 +0000 |
commit | 9f790d57b0cea4fafc70a43acc7ee98b23f09f8d (patch) | |
tree | 05a2cd4e54efe4a56fcc8b088712f51ad0e2e914 /ChangeLog.pre-1-2 | |
parent | c506f17f0155956d90a506be3cc1b33f3618af64 (diff) | |
download | pango-9f790d57b0cea4fafc70a43acc7ee98b23f09f8d.tar.gz |
Patch from Changwoo Ryu <cwryu@debian.org> (#86591)
Sat Jul 27 18:18:20 2002 Owen Taylor <otaylor@redhat.com>
Patch from Changwoo Ryu <cwryu@debian.org> (#86591)
* configure.in, modules/hangul/Makefile.am: : Added hangul-xft
module.
* modules/hangul/hangul-xft.c: New file, shaping Hangul Jamos
(U+1100-U+11FF) with Xft.
* modules/hangul/hangul-x.c (JOHAB_COMMON): Render any prefix of
uncommposable Hangul syllable as a syllable, and render remains as
uncomposed form. This looks better than completely uncomposed
jamo glyphs.
(render_syllable_with_iso10646): Likewise.
(render_syllable_with_ksc5601): Likewise.
(hangul_engine_shape): Fixed memory leak on shaping a syllable
with >= 6 jamos.
* modules/hangul/tables-jamos.i, modules/hangul/tables-ksc5601.i:
Separated Hangul Jamo mapping table from ksx1001 <=> unicode
table.
* modules/hangul/hangul-defs.h: New file with some common defines
and macros.
* modules/hangul/hangul-x.c (render_syllable_with_johabs): Fixed
wrong font index around fallback display with johabs.
(find_subfont): Uses "johabsh-1" (johabs-1 font with Hanja) in the
same way with "johabs-1".
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index a742427a..aa0a08c4 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,34 @@ +Sat Jul 27 18:18:20 2002 Owen Taylor <otaylor@redhat.com> + + Patch from Changwoo Ryu <cwryu@debian.org> (#86591) + + * configure.in, modules/hangul/Makefile.am: : Added hangul-xft + module. + + * modules/hangul/hangul-xft.c: New file, shaping Hangul Jamos + (U+1100-U+11FF) with Xft. + + * modules/hangul/hangul-x.c (JOHAB_COMMON): Render any prefix of + uncommposable Hangul syllable as a syllable, and render remains as + uncomposed form. This looks better than completely uncomposed + jamo glyphs. + (render_syllable_with_iso10646): Likewise. + (render_syllable_with_ksc5601): Likewise. + (hangul_engine_shape): Fixed memory leak on shaping a syllable + with >= 6 jamos. + + * modules/hangul/tables-jamos.i, modules/hangul/tables-ksc5601.i: + Separated Hangul Jamo mapping table from ksx1001 <=> unicode + table. + + * modules/hangul/hangul-defs.h: New file with some common defines + and macros. + + * modules/hangul/hangul-x.c (render_syllable_with_johabs): Fixed + wrong font index around fallback display with johabs. + (find_subfont): Uses "johabsh-1" (johabs-1 font with Hanja) in the + same way with "johabs-1". + Wed Jul 31 14:41:07 2002 Owen Taylor <otaylor@redhat.com> * pango/pangox.c (pango_x_list_subfonts): Make charset |