2007-04-12 Julien Puydt * Makefile.am: Made the EXTRA_DIST better handle win32/. 2007-04-12 Damien Sandras * Makefile.am: Added win32 to EXTRA_DIST. 2007-04-11 Damien Sandras * configure.in: Incremented to 2.0.9. 2007-04-10 Damien Sandras * win32: Applied patch from Vincent Luba to automatically build Ekiga for WIN32. Added patch for an NDIS installer by Vincent Luba. Original compilation patches from Julien Puydt, Matthias Schneider, Kilian Krause, and many others. * src/gui/callbacks.cpp: Fixed Help on WIN32 thanks to Vincent Luba . 2007-04-05 Jan Schampera * src/gui/accounts.cpp: Installed the old error message strings again to respect GNOME string freeze. 2007-04-04 Jan Schampera * src/gui/accounts.cpp: Installed a quick fix to make the check working everywhere. It didn't work on SOME systems and nobody really knows why (PWLib Regex?). Fix from Luc Saillard, thanks a ton! 2007-03-30 Damien Sandras * configure.in: Incremented version and recommended versions of pwlib and opal. 2007-03-30 Damien Sandras * lib/gui: Updated tray icon code to the latest version. 2007-03-23 Julien Puydt * lib/gui/gmdialog.c(gnomemeeting_warning_dialog_on_widget): Pushed va_start further down, so we don't corrupt the stack. Fixes #421801. 2007-03-23 Jan Schampera * src/gui/accounts.cpp: Use the old regex for username validation, as the new one seems to break on some installations and crash pwlib 2007-03-19 Damien Sandras * lib/gui/gmdialog.c: Fixed possible crash when displaying warning dialogs thanks to Robin Putters (robin putters gmail com) (fixes #418991. 2007-03-19 Jan Schampera * src/gui/addressbook.cpp: Fix possible crash/NULL referencing due to wrong check logic (fixes #419996) 2007-03-18 Jan Schampera * src/gui/accounts.cpp: Fix username check regex. 2007-03-18 Jan Schampera * src/gui/accounts.cpp: Allow more characters as username (#419017) 2007-03-18 Jan Schampera * src/gui/accounts.cpp: Allow more characters as account name (ENH #399378) 2007-03-17 Damien Sandras * lib/gmcontacts/gmcontacts-avahi.cpp: Fixed previous commit. 2007-03-15 Damien Sandras * lib/gmconf/gmconf-glib.c: Fixed leak (Julien). * lib/gmcontacts/gmcontacts-avahi.cpp: Fixed possible double free, and strcmp on initialized variable.