summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Levitt <nlevitt@columbia.edu>2003-11-25 18:05:55 +0000
committerNoah Levitt <nlevitt@src.gnome.org>2003-11-25 18:05:55 +0000
commit6495fbc14fe9a55d540a21c578e7f067b2edbe6b (patch)
treee8c70d602460137d3bd3724d87c99e7daae33ff8
parent052a41752e501a5ca7a8b1bec09b8f4990461d39 (diff)
downloadpango-6495fbc14fe9a55d540a21c578e7f067b2edbe6b.tar.gz
Italian is "it"; "iw" is deprecated for Hebrew, should be "he".
2003-11-25 Noah Levitt <nlevitt@columbia.edu> * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated for Hebrew, should be "he".
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/pango-utils.c4
6 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c4267c6c..9f2cbba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
2003-11-20 Manish Singh <yosh@gimp.org>
* pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index c4267c6c..9f2cbba1 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
2003-11-20 Manish Singh <yosh@gimp.org>
* pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index c4267c6c..9f2cbba1 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
2003-11-20 Manish Singh <yosh@gimp.org>
* pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index c4267c6c..9f2cbba1 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
2003-11-20 Manish Singh <yosh@gimp.org>
* pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index c4267c6c..9f2cbba1 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
2003-11-20 Manish Singh <yosh@gimp.org>
* pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index ea4d5e03..05db2610 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1177,8 +1177,8 @@ static LangInfo lang_texts[] = {
{ "fi", "Finnish (Suomi) Hei, Hyv\303\244\303\244 p\303\244iv\303\244\303\244" },
{ "fr", "French (Fran\303\247ais)" },
{ "de", "German Gr\303\274\303\237 Gott" },
- { "iw", "Hebrew \327\251\327\234\327\225\327\235" },
- { "il", "Italiano Ciao, Buon giorno" },
+ { "he", "Hebrew \327\251\327\234\327\225\327\235" },
+ { "it", "Italiano Ciao, Buon giorno" },
{ "ja", "Japanese (\346\227\245\346\234\254\350\252\236) \343\201\223\343\202\223\343\201\253\343\201\241\343\201\257, \357\275\272\357\276\235\357\276\206\357\276\201\357\276\212" },
{ "ko", "Korean (\355\225\234\352\270\200) \354\225\210\353\205\225\355\225\230\354\204\270\354\232\224, \354\225\210\353\205\225\355\225\230\354\213\255\353\213\210\352\271\214" },
{ "mt", "Maltese \304\212aw, Sa\304\247\304\247a" },