Document that GUnicodeScript is interchangeable with PangoScript.
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 21 Aug 2007 02:51:11 +0000 (02:51 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 21 Aug 2007 02:51:11 +0000 (02:51 +0000)
2007-08-20  Behdad Esfahbod  <behdad@gnome.org>

        * glib/tmpl/unicode.sgml: Document that GUnicodeScript is
        interchangeable with PangoScript.

2007-08-20  Behdad Esfahbod  <behdad@gnome.org>

        * glib/guniprop.c: Document that g_unichar_get_script() is
        equivalent to pango_script_for_unichar().

svn path=/trunk/; revision=5713

ChangeLog
docs/reference/ChangeLog
docs/reference/glib/tmpl/unicode.sgml
glib/guniprop.c

index e6ecd8f..25b66d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
 
+       * glib/guniprop.c: Document that g_unichar_get_script() is
+       equivalent to pango_script_for_unichar().
+
+2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
+
        * glib/gmappedfile.c:
        * glib/gregex.c:
        * glib/gstdio.c:
index 5bc6dad..21afbc0 100644 (file)
@@ -1,5 +1,10 @@
 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
 
+       * glib/tmpl/unicode.sgml: Document that GUnicodeScript is
+       interchangeable with PangoScript.
+
+2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
+
        * glib/tmpl/spawn.sgml:
        Fix typos (#468694).
 
index be1b2ca..02a327b 100644 (file)
@@ -411,7 +411,8 @@ See <ulink url="http://www.unicode.org/unicode/reports/tr14/"
 <para>
 The #GUnicodeScript enumeration identifies different writing
 systems. The values correspond to the names as defined in the
-Unicode standard. The enumeration has been added in GLib 2.14. 
+Unicode standard. The enumeration has been added in GLib 2.14,
+and is interchangeable with #PangoScript.
 Note that new types may be added in the future. Applications 
 should be ready to handle unknown values.
 See <ulink
index 5eb0f13..b12b456 100644 (file)
@@ -1286,6 +1286,9 @@ g_unichar_get_script_bsearch (gunichar ch)
  * by Unicode Standard Annex #24). No check is made for @ch being a
  * valid Unicode character; if you pass in invalid character, the
  * result is undefined.
+ *
+ * This function is equivalent to pango_script_for_unichar() and the
+ * two are interchangeable.
  * 
  * Return value: the #GUnicodeScript for the character.
  *