X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog2;h=11cbbcec6e9696a5fb7900817622a205260c0976;hb=2c42f21178287256da1a51613e0653327f49f51e;hp=9d1c67e5c924d3367abf96be1da785fc59be4cde;hpb=1d40b380b95b4dd4c14f593683caaa97c897623a;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index 9d1c67e..11cbbce 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,39 @@ 2007-07-12 Murray Cumming + * src/modest-tny-account-store.c: (get_password): + Show the password dialog (via the signal) only in the mainloop, via + an idle handler that we wait for. This could theoretically prevent + hangs, though I worry that it could introduce some too. + +2007-07-12 Murray Cumming + + * src/gnome/modest-platform.c: (modest_platform_connect_and_wait): + * src/maemo/modest-platform.c: + (modest_platform_connect_and_wait): + Take a TnyAccount* parameter and try to set it to online + (a TnyCamel-only API), because tinymail sets accounts to offline + when the user cancels a password dialog, and doesn't ask again until + it has been set to online. + However, this is commented out because it causes a hang now. + + (modest_platform_connect_and_wait_if_network_account): + * src/modest-mail-operation.c: + (modest_mail_operation_update_account): + * src/modest-platform.h: + * src/modest-ui-actions.c: (_modest_ui_actions_open), + (download_uncached_messages), (modest_ui_actions_on_send): Adapted. + +2007-07-12 Armin Burgmeier + + * src/modest-error.h: Added MODEST_MAIL_OPERATION_FOLDER_EXISTS error. + + * src/modest-mail-operation.c: + * src/modest-ui-actions.c: Check for already existing folder before + querying the server, show error message from camel if the request + still fails. This fixes projects.maemo.org bug NB#58701. + +2007-07-12 Murray Cumming + * src/modest-tny-account-store.h: * src/modest-tny-account-store.c: Added modest_tny_account_store_forget_password_in_memory(),