summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2002-11-02 17:57:04 +0000
committerChangwoo Ryu <cwryu@src.gnome.org>2002-11-02 17:57:04 +0000
commite7a3d2af2ba0eb315ca69b2595fb5d4cdb137168 (patch)
tree1cfe7c7d56d9f9ccdee2c49489b2bfe9a0225ecb
parent90d16dc665ad93b8868aa69bcd6313e4964e2a38 (diff)
downloadpango-e7a3d2af2ba0eb315ca69b2595fb5d4cdb137168.tar.gz
Removed hangul syllables and hangul tonemarks ranges. Now hangul-xft is
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.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--modules/basic/basic-fc.c4
-rw-r--r--modules/basic/basic-xft.c4
8 files changed, 34 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fba30fb..bf90b993 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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, "" },