X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog2;h=a24ca677347ac88e1b7f7362987c502845e615e7;hb=f12789961e471f75c7ba2461e7420262c6023376;hp=32f311da480e235f9b1034c9371ede813bcead3e;hpb=65aed723f936a94579a16855f66d58f87e74eeec;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index 32f311d..a24ca67 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,11 +1,38 @@ -2007-07-02 Murray Cumming - * src/modest-tny-account.c: Added util_run_in_main_thread_and_wait() + * src/modest-tny-account.c: + (modest_tny_account_get_special_folder): (util_on_idle), + Handle the GError so we can see when tny_folder_store_get_folders() + fails, as it currently does while something else is connecting. + + Added util_run_in_main_thread_and_wait() which uses an idlen handler and mainloop to ensure that the function is called in the main thread. (on_connection_status_changed): Use util_run_in_main_thread_and_wait() to make sure that we call attempt the connection in the mainloop only, which might solve some hangs. + +2007-07-03 Murray Cumming + + (modest_tny_account_store_get_tny_account_by): Do not allow accounts to + be found by their display name. This is never useful. + * src/modest-tny-account-store.c: (on_account_removed): Find the account + by its ID, instead of trying to use its ID as its display name. + + * src/modest-tny-account-store.h: + * src/modest-tny-account.c: + (modest_tny_account_get_special_folder): Add a g_warning() when + tny_folder_store_get_folders() returns an empty list for the maildir. + + * src/modest-tny-send-queue.c: (modest_tny_send_queue_get_outbox): + Add a g_warning() when this returns NULL, because that it not allowed + by tinymail. + +2007-07-02 Armin Burgmeier + + * src/maemo/easysetup/modest-easysetup-wizard.c: Added a confirmation + note when trying to cancel the wizard. This fixes projects.maemo.org + bug NB#60946. 2007-07-02 Murray Cumming