summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2006-12-19 18:05:05 +0000
committerChangwoo Ryu <cwryu@src.gnome.org>2006-12-19 18:05:05 +0000
commitf9cae2d7edabf388e67b40962a9b1057d4e42613 (patch)
treecfe1d78063f9e87f48ae8ff2782263b890ba1175 /ChangeLog
parenteb12e36e8f06cd04b9f7b7b1de0c110a1e3dcb96 (diff)
downloadpango-f9cae2d7edabf388e67b40962a9b1057d4e42613.tar.gz
Optimizing for non-old Hangul users; no more waste of decompose and
2006-12-20 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h: * modules/hangul/hangul-fc.c (hangul_engine_shape): Optimizing for non-old Hangul users; no more waste of decompose and compose. (render_syllable): The string argument is now in UTF-8. Normalization is now done only when the entire sequence is equivalent to a precomposed syllable. (render_isolated_tone): Conditioned out tone mark's dummy base character drawing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7a60cc7..64834ea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-12-20 Changwoo Ryu <cwryu@debian.org>
+
+ * modules/hangul/hangul-defs.h:
+ * modules/hangul/hangul-fc.c
+ (hangul_engine_shape): Optimizing for non-old Hangul users; no
+ more waste of decompose and compose.
+ (render_syllable): The string argument is now in UTF-8. Normalization
+ is now done only when the entire sequence is equivalent to a
+ precomposed syllable.
+ (render_isolated_tone): Conditioned out tone mark's dummy base
+ character drawing.
+
2006-12-17 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs):