X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=884db6178d551b850e3c5fa40effcbfee899eb42;hp=71db94706e556f685a7bba452a09fc9f49e1ec9a;hb=b2ffde6f5d5661279e9b2b2f6a42b458d394e368;hpb=cf65f904d6f7d16b1375403f01b904005f09fa09 diff --git a/ChangeLog2 b/ChangeLog2 index 71db947..884db61 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,22 @@ 2007-08-01 Murray Cumming + * src/modest-tny-account-store.c: (show_password_warning_only), + (show_wrong_password), (request_password_and_wait), (get_password), + (modest_tny_account_store_alert): Remove the (incomplete anyway) + attempts to show UI only in the main context, which used g_idle_add() + and mainloops, because tinymail now guarantees that it only calls these + callbacks in the mainloop with the gdk lock. This makes everything much + simpler. + +2007-08-01 Murray Cumming + + * src/modest-tny-account-store.c: (modest_tny_account_store_alert): + Handle TNY_ACCOUNT_ERROR_TRY_CONNECT_SERVICE_UNAVAILABLE in the same + way as TNY_ACCOUNT_ERROR_TRY_CONNECT_HOST_LOOKUP_FAILED, showing an + error dialog, instead of ignoring it. + +2007-08-01 Murray Cumming + * src/maemo/modest-msg-view-window.c: (modest_msg_view_window_get_header), (modest_msg_view_window_last_message_selected):