summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-08-15 21:22:16 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-08-15 21:22:16 +0000
commit57fac60bd6e1f48bc97b7bdaae95c60ee471e35d (patch)
treed7ab37b132155c9fdb5d4bd6c9efbdd0296a3a13
parentd95e7b978abe87c7f4b71a0689f0e0670a8ccb74 (diff)
downloadpango-57fac60bd6e1f48bc97b7bdaae95c60ee471e35d.tar.gz
Glagolitic shouldn't have Coptic as a sample language; it was used to
2005-08-15 Owen Taylor <otaylor@redhat.com> * pango/pango-script.c (pango_script_get_sample_language): Glagolitic shouldn't have Coptic as a sample language; it was used to write Old Church Slavonic. Tifinagh shouldn't have Berber as a sample language, since it isn't the *primary* script used to write Berber.
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-1-108
-rw-r--r--pango/pango-script.c7
3 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bd7403aa..b59f3129 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-08-15 Owen Taylor <otaylor@redhat.com>
+ * pango/pango-script.c (pango_script_get_sample_language):
+ Glagolitic shouldn't have Coptic as a sample language; it was used
+ to write Old Church Slavonic. Tifinagh shouldn't have Berber
+ as a sample language, since it isn't the *primary* script used
+ to write Berber.
+
+2005-08-15 Owen Taylor <otaylor@redhat.com>
+
* pango/pangofc-font.c (pango_fc_font_create_metrics_for_context)
pango/pangofc-private.h pango/pangocairo-fcfcont.c: Cut out the meat of
pango_fc_font_get_metrics_for_context() and export it (privately),
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index bd7403aa..b59f3129 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,5 +1,13 @@
2005-08-15 Owen Taylor <otaylor@redhat.com>
+ * pango/pango-script.c (pango_script_get_sample_language):
+ Glagolitic shouldn't have Coptic as a sample language; it was used
+ to write Old Church Slavonic. Tifinagh shouldn't have Berber
+ as a sample language, since it isn't the *primary* script used
+ to write Berber.
+
+2005-08-15 Owen Taylor <otaylor@redhat.com>
+
* pango/pangofc-font.c (pango_fc_font_create_metrics_for_context)
pango/pangofc-private.h pango/pangocairo-fcfcont.c: Cut out the meat of
pango_fc_font_get_metrics_for_context() and export it (privately),
diff --git a/pango/pango-script.c b/pango/pango-script.c
index 0fbc3462..9113d799 100644
--- a/pango/pango-script.c
+++ b/pango/pango-script.c
@@ -538,8 +538,11 @@ pango_script_get_sample_language (PangoScript script)
"", /* PANGO_SCRIPT_NEW_TAI_LUE */
"bug", /* PANGO_SCRIPT_BUGINESE */
- "cop", /* PANGO_SCRIPT_GLAGOLITIC */
- "ber", /* PANGO_SCRIPT_TIFINAGH */
+ /* The original script for Old Church Slavonic (chu), later
+ * written with Cyrillic */
+ "", /* PANGO_SCRIPT_GLAGOLITIC */
+ /* Used for for Berber (ber), but Arabic script is more common */
+ "", /* PANGO_SCRIPT_TIFINAGH */
/* Syloti Nagri is used for Sylheti, no ISO 639 code */
"", /* PANGO_SCRIPT_SYLOTI_NAGRI */
"peo", /* PANGO_SCRIPT_OLD_PERSIAN */