don't return an error if we come across a value with invalid utf8 or if we
authorRay Strode <rstrode@redhat.com>
Mon, 1 Nov 2004 19:28:32 +0000 (19:28 +0000)
committerRay Strode <halfline@src.gnome.org>
Mon, 1 Nov 2004 19:28:32 +0000 (19:28 +0000)
commit0a5580d8223085b08fce15dbf83738b61bbc77cf
treec161fcea5c8df770d38b4abc45813b28c9971381
parent286d84fcb015da87985c6d2d996d76960322b36d
don't return an error if we come across a value with invalid utf8 or if we

2004-11-01  Ray Strode <rstrode@redhat.com>

* glib/gkeyfile.c:
(g_key_file_get_locale_string): don't return an
error if we come across a value with invalid utf8 or
if we don't find a translated string. Just fallback
to the untranslated string (Mark McLoughlin, bug
#156790).

* glib/gkeyfile.c:
(g_key_file_init), (g_key_file_clear): track the
actual start GKeyFileGroup rather than just its name
(g_key_file_parse_group): allow add_group() to
update the start group.
(g_key_file_remove_group_node): update the start
group if it gets removed (Mark McLoughlin, bug
#156790).

* glib/gkeyfile.c:
(g_key_file_parse_string_as_value): Don't escape
tabs and spaces in the middle of key values.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gkeyfile.c