diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-20 23:13:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-20 23:13:19 +0000 |
commit | 9504ea2f6f125954badb7278fcbddeace79be32d (patch) | |
tree | 4a24634fed963b6685a13fb46ed59ae0277a5174 /docs | |
parent | aa0b79f7281d90a6d4b2f13572331cedfa36485b (diff) |
Remove FIXME. (#67063)
* glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
* glib/glib-sections.txt: Move g_get_charset() to the
Charset conversion section. (#65630)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f4c0858c4..38298dbe6 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2001-12-21 Matthias Clasen <matthias@poet.de> + + * glib/glib-sections.txt: Move g_get_charset() to the + Charset conversion section. (#65630) + Wed Dec 19 23:07:53 2001 Owen Taylor <otaylor@redhat.com> * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 7b6046093..414981d2e 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -1837,6 +1837,10 @@ g_filename_from_uri g_filename_to_uri g_locale_from_utf8 GConvertError + +<SUBSECTION> +g_get_charset + <SUBSECTION Private> g_convert_error_quark </SECTION> @@ -1848,9 +1852,6 @@ gunichar gunichar2 <SUBSECTION> -g_get_charset - -<SUBSECTION> g_unichar_validate g_unichar_isalnum g_unichar_isalpha |