X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-12;h=a09eab90684c9d50d6a2c7e204003fc5a4aa452a;hb=5aa4c5ef6d48aeea7418ce02b283663161ff07f2;hp=d37ee5b0a61c4a073fd38bad7eb7e41698f05115;hpb=486c42ba75c956377db27cdfb56ed29311e4e6dc;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index d37ee5b..a09eab9 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,47 @@ +2006-04-19 Matthias Clasen + + * glib/gdataset.c: Add some missing Since: 2.8 tags. + +2006-04-19 Tor Lillqvist + + * glib/gatomic.c: Adapt to the changed prototype of + InterlockedCompareExchange() in newer SDKs. Use + InterlockedCompareExchangePointer() when applicable. (#155884, + John Ehresman) + +2006-04-18 Matthias Clasen + + * glib/gkeyfile.h: + * glib/glib.symbols: + * glib/gkeyfile.c: Add api to get and set doubles and + lists of doubles. (#164719, Maurizio Monge, Dom Lachowicz) + + * tests/keyfile-test.c: Add tests for new api. + + * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate + groups. (#157877, Sebastien Bacher) + + * tests/keyfile-test.c: Add tests for duplicate key and + duplicate group handling. + +2006-04-17 Matthias Clasen + + * glib/gcompletion.c (g_completion_complete_utf8): Make passing + NULL for new_prefix work as documented. (#338845, Yevgen Muntyan) + + * tests/completion-test.c: Test that passing NULL for + new_prefix in g_completion_complete_utf8 works. + +2006-04-17 Kjartan Maraas + + * configure.in: Remove obsolete entry for no_NO. + * po/no.po: And the translation. + +2006-04-16 Matthias Clasen + + * glib/gdate.c (g_date_fill_parse_tokens): Avoid an array + overrun. (Coverity, fix by Pascal Terjan) + 2006-04-12 Bastien Nocera reviewed by: Matthias Clasen