X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=ba7b558cb290194cba94ef5e0229bf57d7a70044;hb=420262f515d72701229b6cae1fdac952e2919aa0;hp=6e71f3abceb6458481de9c58fbdb4d2b4141e164;hpb=50abe4cb2eb889b1cb15cd46459245f7244705cd;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog b/ChangeLog index 6e71f3a..ba7b558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2007-04-15 Tor Lillqvist + + * build: Include the build module using the svn:externals + mechanism. + + * Makefile.am + * configure: Add the references to build back. + +2007-04-11 Matthias Clasen + + * glib/gspawn.c (g_spawn_async): Fix a doc typo. (#427285, + Jochen Baier) + +2007-04-11 Emmanuele Bassi + + * glib/ghash.[ch]: Add g_hash_table_get_keys() and + g_hash_table_get_values(), API to retrieve the keys + and values inside an hash table in list form. (#413133) + + * glib/glib.symbols: Update symbols. + + * tests/hash-test.c: Exercise newly added functions. + +2007-04-11 Matthias Clasen + + * configure.in: Use CFLAGS/LDFLAGS in addition to + PCRE_CFLAGS/PCRE_LIBS when checking system PCRE. (#421607, + Paul Jarc) + +2007-03-27 Emmanuele Bassi + + * glib/gdate.h: Remove old comment and forward declaration of + struct tm: gdate.h includes time.h now. + +2007-03-23 Matthias Clasen + + * tests/gobject/Makefile.am: Handle $RANDOM missing. (#356843, + Paul Jarc) + +2007-03-22 Matthias Clasen + + * glib/guniprop.c: Fix corner-cases of upper/lowercase conversion. + (#418217, Denis Jacquerye) + +2007-03-22 Chris Wilson + + * glib/gkeyfile.c: Track whether the last key=value pair in a group + is a blank line and during to_data() only insert a new blank line + betweens group in its absence. This allows the beautification of the + GKeyFile and prevents newlines being inserted indefinitely. (#420686) + + * tests/keyfile-test.c (test_reload_idempotency): Test that after a + single beautification pass, g_key_file_to_data() does not alter its + input data. + 2007-03-21 Matthias Clasen * glib/pcre/Makefile.am: Make builddir != srcdir work. (#419900)