X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-12;h=93711d1b7be2c7811b5be8821bc1666e3d545e71;hb=a412fb16541620ed72da86daac0774afe4703d9d;hp=9d0be6ea6a21af67eff1c92319b56b3250aa3237;hpb=ca1ff92c511cd264886fc2384a4275d8566e1d0b;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 9d0be6e..93711d1 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,8 +1,51 @@ +2003-07-25 Matthias Clasen + + * glib/gwin32.c: + * glib/gutf8.c: + * glib/gunicollate.c: + * glib/gtree.c: + * glib/gspawn.c: + * glib/gmain.c: + * glib/giochannel.c: + * glib/gfileutils.c: + * glib/gerror.c: + * glib/gconvert.c: + * glib/gasyncqueue.c: + * glib/gmem.c: Remove some explicit Docbook markup which is no longer necessary + since gtk-doc does the right thing. + + * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. + +2003-07-20 Hans Breuer + + * glib/trio/makefile.msc : (new file) for msvc build + + * glib/glib.def : removed some duplicated entries + + * glib/gscanner.c : add same workaround for MSVC(5.0) + which does not allow to cast an uint64 to float. + Same as in gvaluetransform.c + Also move #include behind inclusion of "glib.h" + which defines the needed G_OS_WIN32 + + * glib/makefile.msc.in : added gprintf.obj, trio\trio.lib + as well as shell32.lib + + * tests/spawn-test.c : include on win32 + +2003-07-12 Matthias Clasen + + * glib/gprintf.c: Doc additions. + +2003-07-10 Joel Brich + + * configure.in: Added "eo" to ALL_LINGUAS. + Wed Jul 9 16:27:26 2003 Manish Singh * glib/gmain.c (g_main_context_unref_and_unlock): check if context->poll_chunk is set before trying to destroy it. For example, - This can happen if no sources are added to a context before it is + this can happen if no sources are added to a context before it is freed. 2003-07-09 Morten Welinder