summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-26 13:43:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-26 13:43:45 +0000
commite824d178edfbb2fb6f31a7cba208f8011ed061a4 (patch)
treeced345948c9565df670bc6a0567a582c8578ab08
parent59467b6cedcb1baff9934ba6bd0bfb2cdee296f8 (diff)
downloadpango-e824d178edfbb2fb6f31a7cba208f8011ed061a4.tar.gz
Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu form of ra.
2005-07-26 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot-class-tables.c (oryaCharClasses): Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu form of ra. (#151393, Gautam Sengupta, fix from Gora Mohanty) * modules/indic/indic-ot-class-tables.c (oryaCharClasses): Change U+B02 from _ma to _mp. Anusvara appears after not above in Oriya. (#311575, Gora Mohanty) * modules/indic/indic-ot-class-tables.c (oryaCharClasses): Classify unicode standard additions U+0B35 (va), U+0B71 (wa) as _ct. (Also #311575)
-rw-r--r--ChangeLog16
-rw-r--r--ChangeLog.pre-1-1016
-rw-r--r--NEWS23
-rw-r--r--modules/indic/indic-ot-class-tables.c6
4 files changed, 57 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e2fea928..5aac3a63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-07-26 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu
+ form of ra. (#151393, Gautam Sengupta, fix from
+ Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+B02 from _ma to _mp. Anusvara appears after not
+ above in Oriya. (#311575, Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Classify unicode standard additions U+0B35 (va),
+ U+0B71 (wa) as _ct. (Also #311575)
+
2005-07-25 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (line_set_resolved_dir): Always set
@@ -108,6 +123,7 @@
test from Amit for the operation of PangoLayoutIter.
2005-07-21 Owen Taylor <otaylor@redhat.com>
+
* pango/pango-layout.c (pango_layout_set_text): Avoid calling
memcpy with a NULL argument. (#310021, Morten Welinder)
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index e2fea928..5aac3a63 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,18 @@
+2005-07-26 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu
+ form of ra. (#151393, Gautam Sengupta, fix from
+ Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+B02 from _ma to _mp. Anusvara appears after not
+ above in Oriya. (#311575, Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Classify unicode standard additions U+0B35 (va),
+ U+0B71 (wa) as _ct. (Also #311575)
+
2005-07-25 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (line_set_resolved_dir): Always set
@@ -108,6 +123,7 @@
test from Amit for the operation of PangoLayoutIter.
2005-07-21 Owen Taylor <otaylor@redhat.com>
+
* pango/pango-layout.c (pango_layout_set_text): Avoid calling
memcpy with a NULL argument. (#310021, Morten Welinder)
diff --git a/NEWS b/NEWS
index 73596b9f..b2d01938 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
-pOverview of changes between 1.8.0 and 1.8.1
+Overview of changes between 1.8.1 and 1.8.2
+===========================================
+* Add Khmer support [Jens Herden, Javier Sola]
+* Fix bugs and crashes in the operation of PangoLayoutIter [Amit Aronovitch]
+* Increase sharing of data between different copies of Pango
+ [Tommi Komulainen, Ross Burton]
+* Remove dependence of opentype code on FreeType internals [David Turner,
+ Behdad Esfahbod]
+* Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan]
+* Cache metrics for the Win32 backend [Tor Lillqvist]
+* Improve handling of RTL text when passing it to Uniscribe [Tor]
+* Support for TrueType fonts on Win32 with characters outside the BMP [Tor]
+* Handle alpha in XftColors again. [Mikael Magnusson]
+* Handle zero width chars properly in Hangul backend
+ [Young-Ho Cha, Changwoo Ryu]
+* Clean up copyright/licensing information [William N. Ray]
+* Misc bug and build fixes [Sebastien Bacher, Brandon Bergren,
+ Chris Blizzard, Paolo Borelli, Behdad, Harshula, Alex Jones, Aivars Kalvans,
+ Stepan Kasal, Karel Kulhavy, Ryan Lortie, Ben Maurer, Sukhjinder Sidhu,
+ Manish Singh, Emil Soleyman-Zomalan, Morten Welinder]
+
+Overview of changes between 1.8.0 and 1.8.1
===========================================
* Fix several problems with conjuct formation in Sinhala [Harshula]
* Fix problems that were causing fonts to be missized and
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 2de743e7..5c122f8e 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -151,14 +151,14 @@ static const IndicOTCharClass gujrCharClasses[] =
static const IndicOTCharClass oryaCharClasses[] =
{
- _xx, _ma, _ma, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _iv, /* 0B00 - 0B0F */
+ _xx, _ma, _mp, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _iv, /* 0B00 - 0B0F */
_iv, _xx, _xx, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0B10 - 0B1F */
_ct, _ct, _ct, _ct, _bb, _ct, _ct, _ct, _bb, _xx, _ct, _ct, _bb, _bb, _bb, _pb, /* 0B20 - 0B2F */
- _rv, _xx, _bb, _bb, _xx, _xx, _ct, _ct, _ct, _ct, _xx, _xx, _nu, _xx, _dr, _da, /* 0B30 - 0B3F */
+ _rb, _xx, _bb, _bb, _xx, _ct, _ct, _ct, _ct, _ct, _xx, _xx, _nu, _xx, _dr, _da, /* 0B30 - 0B3F */
_dr, _db, _db, _db, _xx, _xx, _xx, _dl, _s1, _xx, _xx, _s2, _s3, _vr, _xx, _xx, /* 0B40 - 0B4F */
_xx, _xx, _xx, _xx, _xx, _xx, _da, _dr, _xx, _xx, _xx, _xx, _cn, _cn, _xx, _cn, /* 0B50 - 0B5F */
_iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 0B60 - 0B6F */
- _xx /* 0B70 */
+ _xx, _ct /* 0B70 - 0B71 */
};
static const IndicOTCharClass tamlCharClasses[] =