X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog2;h=b1272c91483b903a76a74e355ba76c4bf1724e37;hb=e7c11995eead176629592f70148b088d3c3185e2;hp=33f40c4b678cbb9813aefb7d9c00eb91196e2eb0;hpb=a8d4ea1b3505db4744746caadff3a24e9cfb7ef6;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index 33f40c4..b1272c9 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,81 @@ +2007-08-29 Armin Burgmeier + + * src/modest-protocol-info.h: + * src/modest-protocol-info.c: Added + modest_protocol_info_get_auth_protocol() to translate an + authentication protocol name to the corresponding enum value. + + * src/maemo/modest-maemo-utils.c: Fixed supported auth protocol list + generation using the newly added function. + + * src/maemo/modest-account-settings-dialog.c: Use the current element + when traversing through the list of supported authentication methods, + not always the first. + +2007-08-29 Murray Cumming + + * src/maemo/easysetup/modest-easysetup-wizard.c: + (check_first_supported_auth_method), (on_before_next), + (create_account): + * src/maemo/modest-account-settings-dialog.c: (check_data): + Some cleanup, to make the code clearer. + +2007-08-29 Murray Cumming + + * src/modest-tny-account-store.c: (modest_tny_account_store_alert): + Use the mail_ni_ssl_certificate_error ("Secure connection failed") + logical ID when the secure authentication method is not supported by + the server, as requested by Mox on the wiki, though I hate not + giving the user the clue. + +2007-08-29 Murray Cumming + + * src/modest-search.c: (modest_search_all_accounts): + * src/modest-platform.h: + * src/maemo/modest-platform.c: Moved and renamed + check_and_wait_for_account_is_online() to + modest_platform_check_and_wait_for_account_is_online() so it + can be used in more places. + +2007-08-29 Murray Cumming + + * src/maemo/modest-platform.c: (modest_platform_connect_and_wait): + Removed the sleep(1) experiment because it does not seem to help, + and I should not have checked the experiment in anyway. + The problem is maybe in the TnyAccount connected state - I will + investigate that instead. + +2007-08-28 Murray Cumming + + * src/maemo/modest-platform.c: (modest_platform_connect_and_wait): + Added a sleep(1) in case it helps with bug #66769. + +2007-08-28 Murray Cumming + + * src/modest-search.c: (on_timeout_check_account_is_online), + (check_and_wait_for_account_is_online): + It is OK for local-folder and mmc accounts to be used when they + are in the _INIT folder, instead of waiting for them to change + (they never do). + For POP and IMAP, wait from them to stop being _INIT, rather than + waiting from them to be _CONNECTED, because that seems to be + the status that causes the problems. + +2007-08-28 Murray Cumming + + * src/modest-search.c: (check_and_wait_for_account_is_online): + Actually pass the account to the timeout callback. + +2007-08-28 Murray Cumming + + * src/modest-search.c: (on_timeout_check_account_is_online): + Added some debug output to help me debug a problem on the N800. + (check_and_wait_for_account_is_online): Fail immediately if the + device is offline. + modest_search_all_accounts(): Try the search even if the account does + not seem to be online, because this can work sometimes, and should work + with the cache if there is no active libconic connection. + 2007-08-27 Armin Burgmeier * src/modest-tny-send-queue.c: Implement TnyFolderObserver and