2005-12-29 Abel Cheung * configure.in: Added "ca" "da" "mk" "ru" "vi" "zh_HK" to ALL_LINGUAS. 2005-12-23 Simon Zheng * storage/exchange-component.c (impl_createView): changed from createControls for new shell apis. 2005-12-21 Sushma Rai * addressbook/e-book-backend-exchange.c (e_book_backend_exchange_start_book_view): Added the check for NULL context. (e_book_backend_exchange_authenticate_user): Corrected the typo, an if condition was terminated by ";". (e_book_backend_exchange_load_source): Initializing the writable state and notifying the connection status. 2005-12-17 Sushma Rai * storage/main.c (setup_calendar_factory): Set the offline/online mode of the calendar as it impl_setLineStatus() does not get invoked when started in offline mode. This fixes the problem of not loading addressbook contents when started in offline mode. (setup_addressbook_factory): Similar. * calendar/e-cal-backend-exchange.c (set_mode): Return if failed to retrieve the folder, and set the mode only if successful, in the offline mode. Fixes #315105. * mail/mail-stub-exchange.c (stub_connect): Set the ExchangeAccount mode to offline/online based on exchange component mode, as impl_setLineStatus() does not get invoked when started in offline mode. This fixes the problem of not loading the folder, after account creation, even if the user is authenticated. Fixes #315605, #315333.