X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=eb70be4b31750898d2a671051a0d92083bec9e84;hb=b1d15587479deaacb9bd983fd28c6f3d3e27142e;hp=afbd7ed436f954f02330b7a5e54f0a12c92387fa;hpb=306bd3a2bf59423938f71279b4208fdf0114df24;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index afbd7ed..eb70be4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,28 @@ +2000-10-12 Sebastian Wilhelmi + + * glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h, + gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h, + ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h, + gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h, + grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h, + gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h + into many header files mostly according to the resp. *.c-files. + + * gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case + of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and + __END_DECLS. + + * configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h, + gunicode.h, : Changed guard-macro names to something more + consistent. + + * configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS. + + * configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including + alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h. + + * configure.in: Removed cruft from old threading code. + 2000-10-09 Raja R Harinath Work with beta autoconf 2.50.