summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-12-14 22:35:06 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-12-14 22:35:06 +0000
commit718b847a64e940285b2be80aab98ca7f905b6062 (patch)
tree17430df59739ec5379c68fec3b2b20a981b35d32
parentb1aa8d58cf757258edf02c73d1fca2d1ea40216e (diff)
downloadpango-718b847a64e940285b2be80aab98ca7f905b6062.tar.gz
Add the correct char classes for Unicode-4.0 characters U+A01, U+A03.
Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot-class-tables.c (guruCharClasses): Add the correct char classes for Unicode-4.0 characters U+A01, U+A03. (#158943, Sukhjinder Sidhu)
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-1-108
-rw-r--r--ChangeLog.pre-1-88
-rw-r--r--modules/indic/indic-ot-class-tables.c2
4 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c335cd1f..8f8619b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (guruCharClasses):
+ Add the correct char classes for Unicode-4.0 characters
+ U+A01, U+A03. (#158943, Sukhjinder Sidhu)
+
2004-12-14 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_font_get_metrics): Set also
@@ -86,7 +92,7 @@ Mon Sep 20 12:17:37 2004 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-font.c (get_face_metrics):
Don't use face->ascender/descender for non-scalable fonts,
- since they aren't set. (#Enrico Scholz,
+ since they aren't set. (Enrico Scholz,
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129246)
2004-09-18 Tor Lillqvist <tml@iki.fi>
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index c335cd1f..8f8619b8 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,9 @@
+Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (guruCharClasses):
+ Add the correct char classes for Unicode-4.0 characters
+ U+A01, U+A03. (#158943, Sukhjinder Sidhu)
+
2004-12-14 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_font_get_metrics): Set also
@@ -86,7 +92,7 @@ Mon Sep 20 12:17:37 2004 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-font.c (get_face_metrics):
Don't use face->ascender/descender for non-scalable fonts,
- since they aren't set. (#Enrico Scholz,
+ since they aren't set. (Enrico Scholz,
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129246)
2004-09-18 Tor Lillqvist <tml@iki.fi>
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index c335cd1f..8f8619b8 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,9 @@
+Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (guruCharClasses):
+ Add the correct char classes for Unicode-4.0 characters
+ U+A01, U+A03. (#158943, Sukhjinder Sidhu)
+
2004-12-14 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_font_get_metrics): Set also
@@ -86,7 +92,7 @@ Mon Sep 20 12:17:37 2004 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-font.c (get_face_metrics):
Don't use face->ascender/descender for non-scalable fonts,
- since they aren't set. (#Enrico Scholz,
+ since they aren't set. (Enrico Scholz,
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129246)
2004-09-18 Tor Lillqvist <tml@iki.fi>
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 7d75d429..d159f95d 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -101,7 +101,7 @@ static IndicOTCharClass bengCharClasses[] =
static IndicOTCharClass guruCharClasses[] =
{
- _xx, _xx, _ma, _xx, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _xx, _xx, _iv, /* 0A00 - 0A0F */
+ _xx, _ma, _ma, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _xx, _xx, _iv, /* 0A00 - 0A0F */
_iv, _xx, _xx, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0A10 - 0A1F */
_ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _ct, _ct, _ct, _ct, _ct, _bb, /* 0A20 - 0A2F */
_vt, _xx, _ct, _ct, _xx, _bb, _ct, _xx, _ct, _bb, _xx, _xx, _nu, _xx, _dr, _dl, /* 0A30 - 0A3F */