diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | modules/basic/basic-fc.c | 4 | ||||
-rw-r--r-- | modules/basic/basic-xft.c | 4 |
8 files changed, 34 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2002-11-03 Changwoo Ryu <cwryu@debian.org> + + * modules/basic/basic-xft.c: Removed hangul syllables and hangul + tonemarks ranges. Now hangul-xft is responsible for these ranges. + 2002-11-01 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h modules/hangul/hangul-xft.c: diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 2fba30fb..bf90b993 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +2002-11-03 Changwoo Ryu <cwryu@debian.org> + + * modules/basic/basic-xft.c: Removed hangul syllables and hangul + tonemarks ranges. Now hangul-xft is responsible for these ranges. + 2002-11-01 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h modules/hangul/hangul-xft.c: diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 2fba30fb..bf90b993 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,8 @@ +2002-11-03 Changwoo Ryu <cwryu@debian.org> + + * modules/basic/basic-xft.c: Removed hangul syllables and hangul + tonemarks ranges. Now hangul-xft is responsible for these ranges. + 2002-11-01 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h modules/hangul/hangul-xft.c: diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 2fba30fb..bf90b993 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +2002-11-03 Changwoo Ryu <cwryu@debian.org> + + * modules/basic/basic-xft.c: Removed hangul syllables and hangul + tonemarks ranges. Now hangul-xft is responsible for these ranges. + 2002-11-01 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h modules/hangul/hangul-xft.c: diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 2fba30fb..bf90b993 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +2002-11-03 Changwoo Ryu <cwryu@debian.org> + + * modules/basic/basic-xft.c: Removed hangul syllables and hangul + tonemarks ranges. Now hangul-xft is responsible for these ranges. + 2002-11-01 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h modules/hangul/hangul-xft.c: diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 2fba30fb..bf90b993 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +2002-11-03 Changwoo Ryu <cwryu@debian.org> + + * modules/basic/basic-xft.c: Removed hangul syllables and hangul + tonemarks ranges. Now hangul-xft is responsible for these ranges. + 2002-11-01 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h modules/hangul/hangul-xft.c: diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c index a447ed21..35f88657 100644 --- a/modules/basic/basic-fc.c +++ b/modules/basic/basic-fc.c @@ -37,8 +37,8 @@ static PangoEngineRange basic_ranges[] = { { 0x10a0, 0x10ff, "*" }, /* Georgian */ { 0x1200, 0x16ff, "*" }, /* Ethiopic,Cherokee,Canadian,Ogham,Runic */ { 0x1e00, 0x1fff, "*" }, - { 0x2000, 0x9fff, "*" }, - { 0xac00, 0xd7a3, "kr" }, + { 0x2000, 0x302d, "*" }, + { 0x3030, 0x9fff, "*" }, { 0xf900, 0xfa0b, "kr" }, { 0xff00, 0xffe3, "*" }, { 0x0000, 0xffff, "" }, diff --git a/modules/basic/basic-xft.c b/modules/basic/basic-xft.c index a447ed21..35f88657 100644 --- a/modules/basic/basic-xft.c +++ b/modules/basic/basic-xft.c @@ -37,8 +37,8 @@ static PangoEngineRange basic_ranges[] = { { 0x10a0, 0x10ff, "*" }, /* Georgian */ { 0x1200, 0x16ff, "*" }, /* Ethiopic,Cherokee,Canadian,Ogham,Runic */ { 0x1e00, 0x1fff, "*" }, - { 0x2000, 0x9fff, "*" }, - { 0xac00, 0xd7a3, "kr" }, + { 0x2000, 0x302d, "*" }, + { 0x3030, 0x9fff, "*" }, { 0xf900, 0xfa0b, "kr" }, { 0xff00, 0xffe3, "*" }, { 0x0000, 0xffff, "" }, |