2005-03-01 Kjartan Maraas * libgnome/gnome-program.c: (gnome_program_init_paramv): Minimal fix to get things building again on 64-bit. Patch from James Henstridge which is partly a revert to the first fix plus being a bit more strict about arguments passed in there. Closes bug #168387. Thanks to Benoît Dejean, Joe Marcus Clarke, Jean Bréfort and James for this fix. 2005-02-14 Kjartan Maraas * libgnome/gnome-program.c: (gnome_program_init_paramv): init args to 0 to avoid complaints from gcc. Fix for my previous commit. 2005-02-08 Christian Rose * configure.in: Added "xh" to ALL_LINGUAS. 2005-02-04 Hans Petter Jansson * configure.in: Detect _NSGetEnviron() and crt_externs.h on Darwin. * libgnome/gnome-util.c: Call _NSGetEnviron() to get the environment on Darwin. Prevents build breakage. 2005-02-01 Kjartan Maraas * libgnome/gnome-program.c: (gnome_program_init_paramv): Fix build on Red Hat 7.2 Alpha. Fix from Closes bug #165564.