From 712c9d672e68f644dfd286e8caacd960c2101f93 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Sep 2003 22:04:28 +0000 Subject: [PATCH] Add "Since: 2.4" to docs. Add g_unichar_get_mirror_char and 2003-09-29 Matthias Clasen * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" to docs. * glib/glib-sections.txt: Add g_unichar_get_mirror_char and g_static_mutex_get_mutex_impl_shortcut. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ docs/reference/ChangeLog | 5 +++++ docs/reference/glib/glib-sections.txt | 2 ++ glib/guniprop.c | 2 ++ 9 files changed, 39 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1c39658f..d75d4352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-29 Matthias Clasen + + * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" + to docs. + Thu Sep 25 15:43:08 2003 Owen Taylor * tests/gobject/testmodule.[ch] test/gobject/Makefile.am: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1c39658f..d75d4352 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2003-09-29 Matthias Clasen + + * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" + to docs. + Thu Sep 25 15:43:08 2003 Owen Taylor * tests/gobject/testmodule.[ch] test/gobject/Makefile.am: diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 1c39658f..d75d4352 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2003-09-29 Matthias Clasen + + * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" + to docs. + Thu Sep 25 15:43:08 2003 Owen Taylor * tests/gobject/testmodule.[ch] test/gobject/Makefile.am: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1c39658f..d75d4352 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2003-09-29 Matthias Clasen + + * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" + to docs. + Thu Sep 25 15:43:08 2003 Owen Taylor * tests/gobject/testmodule.[ch] test/gobject/Makefile.am: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1c39658f..d75d4352 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2003-09-29 Matthias Clasen + + * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" + to docs. + Thu Sep 25 15:43:08 2003 Owen Taylor * tests/gobject/testmodule.[ch] test/gobject/Makefile.am: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1c39658f..d75d4352 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2003-09-29 Matthias Clasen + + * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" + to docs. + Thu Sep 25 15:43:08 2003 Owen Taylor * tests/gobject/testmodule.[ch] test/gobject/Makefile.am: diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 5f04c9cf..2a8cf8a2 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2003-09-30 Matthias Clasen + + * glib/glib-sections.txt: Add g_unichar_get_mirror_char and + g_static_mutex_get_mutex_impl_shortcut. + Mon Sep 29 10:55:23 2003 Owen Taylor * gobject/gobject-sections.txt gobject/tmpl/gtype.sgml: diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 7c9fd8ac..ce45eaa2 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -568,6 +568,7 @@ G_THREAD_ECF G_THREAD_CF G_THREAD_UF g_static_mutex_get_mutex_impl +g_static_mutex_get_mutex_impl_shortcut G_MUTEX_DEBUG_MAGIC g_thread_init_with_errorcheck_mutexes G_LOCK_NAME @@ -1921,6 +1922,7 @@ GUnicodeBreakType g_unichar_break_type g_unicode_canonical_ordering g_unicode_canonical_decomposition +g_unichar_get_mirror_char g_utf8_next_char diff --git a/glib/guniprop.c b/glib/guniprop.c index f1e8c316..349870a8 100644 --- a/glib/guniprop.c +++ b/glib/guniprop.c @@ -998,6 +998,8 @@ g_utf8_casefold (const gchar *str, * * Return value: %TRUE if @ch has a mirrored character and @mirrored_ch is * filled in, %FALSE otherwise + * + * Since: 2.4 **/ /* This code is adapted from FriBidi (http://fribidi.sourceforge.net/). * FriBidi is: Copyright (C) 1999,2000 Dov Grobgeld, and -- 2.34.1