From: Matthias Clasen Date: Thu, 27 Apr 2006 23:31:36 +0000 (+0000) Subject: Small fixes X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1e50095189bb7b63be8b1ae8ee5bb17254ec034c;p=dana%2Fcg-glib.git Small fixes --- diff --git a/ChangeLog b/ChangeLog index 1c52ca35..3191f7d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-04-27 Matthias Clasen + * glib/glib.symbols: Add g_unichar_iswide_cjk. + * glib/guniprop.c: Add a "Since: 2.12". + * NEWS: Updates 2006-04-27 Behdad Esfahbod diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 1c52ca35..3191f7d8 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,8 @@ 2006-04-27 Matthias Clasen + * glib/glib.symbols: Add g_unichar_iswide_cjk. + * glib/guniprop.c: Add a "Since: 2.12". + * NEWS: Updates 2006-04-27 Behdad Esfahbod diff --git a/glib/glib.symbols b/glib/glib.symbols index 2a9a27d2..05aac3bd 100644 --- a/glib/glib.symbols +++ b/glib/glib.symbols @@ -1235,6 +1235,7 @@ g_unichar_isspace G_GNUC_CONST g_unichar_istitle G_GNUC_CONST g_unichar_isupper G_GNUC_CONST g_unichar_iswide G_GNUC_CONST +g_unichar_iswide_cjk G_GNUC_CONST g_unichar_isxdigit G_GNUC_CONST g_unichar_tolower G_GNUC_CONST g_unichar_totitle G_GNUC_CONST diff --git a/glib/guniprop.c b/glib/guniprop.c index a5acc840..af40130d 100644 --- a/glib/guniprop.c +++ b/glib/guniprop.c @@ -412,10 +412,12 @@ interval_compare (const void *key, const void *elt) * g_unichar_iswide(), then it is also reported wide with this function, but * the converse is not necessarily true. See the * Unicode Standard - * Annex #11 for details: + * Annex #11 for details. * * Return value: %TRUE if the character is wide in legacy East Asian locales - **/ + * + * Since: 2.12 + */ /* This function stolen from Markus Kuhn . */ gboolean g_unichar_iswide_cjk (gunichar c)