2004-09-24  Christophe Merlet  <[email protected]>

       * configure.in: Added 'fr' (French) to ALL_LINGUAS.

2004-09-22  Craig Jeffares <[email protected]>

       * configure.in: Added 'it, zh_TW & zh_CN' to ALL_LINGUAS.

2004-09-17  Dan Winship  <[email protected]>

       Pull up changes from HEAD for 2.0.1 (all from Sushma)

       * storage/exchange-hierarchy-favorites.c
       (exchange_hierarchy_favorites_add_folder): Checking for
       permanent_uri being NULL. Fixes #65850

       * storage/exchange-config-listener.c (account_changed):
       Removing the just the e-sources if the user changes the
       account name, and not forgetting the password and
       displaying account removal warning message.
       Fixes #64188

       * addressbook/e-book-backend-gal.c (build_query):
       Added check to not to return all contacts, when user
       tries to get the mail ID from GAL,  while composing mail,
       by perfoming empty query in "Select Contacts form Addressbook"
       dialog. Fixes #41647

       * addressbook/e-book-backend-exchange.c
       (e_book_backend_exchange_remove): Moved unused variables
       to kill warnings.