X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=03a04cfcd24db3e01f3f36003cf9c8caa61ee3c4;hb=bfa8a37a9e143d78fc3c064960053c8dd452114a;hp=19801fa7e33eb232820fd8ad1aabd061a6309229;hpb=9af2838a91fdbb84549622652d25ec557278c6c5;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 19801fa..03a04cf 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,46 @@ +2004-10-23 Matthias Clasen + + * glib/gkeyfile.h: + * glib/gkeyfile.c: Add a parser for desktop entries and + similar files with a .ini-like syntax. (#139974, Ray Strode) + + * glib/glib.h: Include gkeyfile.h + + * glib/Makefile.am (libglib_2_0_la_SOURCES): Add gkeyfile.c + (glibsubinclude_HEADERS): Add gkeyfile.h + + * glib/gutils.c (_g_compute_locale_variants): Make this + non-static and use it in gkeyfile.c + +2004-10-22 Matthias Clasen + + * tests/uri-test.c (run_uri_list_tests): Add some + uri list tests.c. + + * glib/gconvert.h: + * glib/gconvert.c (g_uri_list_extract_uris): New function to + split a text/uri-list data into individual uris and strip comments. + +2004-10-20 Matthias Clasen + + * glib/goption.c (get_change): Don't return the wrong + change. (#155856, Lucas Rocha) + +2004-10-17 Matthias Clasen + + * glib/gutils.h (G_IS_DIR_SEPARATOR): + * glib/gutils.c: Make public. (#155589, Tim-Philipp Müller) + +2004-10-08 Matthias Clasen + + * glib/gmain.c (g_child_watch_add_full): + * glib/gmain.c (g_child_watch_add): Document that GLib supports only + a single callback per pid. (#154828, Gustavo Carneiro) + +2004-10-06 Matthias Clasen + + * glib/gfileutils.c: Fix some C99isms. (#154676, Kjartan Maraas) + 2004-10-05 Anders Carlsson * glib/goption.c: (g_option_context_parse):