From 9d6ace02aa048c97c33c451b2f156b4c3110ac03 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 21 Aug 2007 02:51:11 +0000 Subject: [PATCH] Document that GUnicodeScript is interchangeable with PangoScript. 2007-08-20 Behdad Esfahbod * glib/tmpl/unicode.sgml: Document that GUnicodeScript is interchangeable with PangoScript. 2007-08-20 Behdad Esfahbod * glib/guniprop.c: Document that g_unichar_get_script() is equivalent to pango_script_for_unichar(). svn path=/trunk/; revision=5713 --- ChangeLog | 5 +++++ docs/reference/ChangeLog | 5 +++++ docs/reference/glib/tmpl/unicode.sgml | 3 ++- glib/guniprop.c | 3 +++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6ecd8f..25b66d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-08-20 Behdad Esfahbod + * glib/guniprop.c: Document that g_unichar_get_script() is + equivalent to pango_script_for_unichar(). + +2007-08-20 Behdad Esfahbod + * glib/gmappedfile.c: * glib/gregex.c: * glib/gstdio.c: diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 5bc6dad..21afbc0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,10 @@ 2007-08-20 Behdad Esfahbod + * glib/tmpl/unicode.sgml: Document that GUnicodeScript is + interchangeable with PangoScript. + +2007-08-20 Behdad Esfahbod + * glib/tmpl/spawn.sgml: Fix typos (#468694). diff --git a/docs/reference/glib/tmpl/unicode.sgml b/docs/reference/glib/tmpl/unicode.sgml index be1b2ca..02a327b 100644 --- a/docs/reference/glib/tmpl/unicode.sgml +++ b/docs/reference/glib/tmpl/unicode.sgml @@ -411,7 +411,8 @@ See 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