X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=3b8a2ee429541eb9d504d42519164f2a165270ba;hp=304cab9bb36617aff798d6e1996128b3a1a56f47;hb=e1c8c19034a3cb13d6c467442a1dafa0b12a4c60;hpb=93d564f187ed22d1acc94f6cb9994c61754c9f80 diff --git a/ChangeLog2 b/ChangeLog2 index 304cab9..3b8a2ee 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,39 @@ +2007-09-11 Murray Cumming + + * src/maemo/modest-account-settings-dialog.c: + (modest_account_settings_dialog_set_account_name): Set the incoming + secure-auth checkbox only when a secure auth method is really specified + in gconf. For some reason, it was set also if a secure connection was + chosen, but that does not make sense to me, and was not commented. + For instance, this stops the user from seeing an error about unsupported + secure authentication when editing a gmail account. + +2007-09-05 Murray Cumming + + * src/maemo/modest-maemo-utils.c: + (on_camel_account_get_supported_secure_authentication), + (modest_maemo_utils_get_supported_secure_authentication_methods): + Adapted to the changed tinymail signature of the callback, and + printf a warning when there is an exception, as a clue. + +2007-09-03 Armin Burgmeier + + * src/maemo/modest-maemo-utils.c: Don't set the temporary account + online that checks for supported authentication methods. This fixes + projects.maemo.org bug NB#61369. + +2007-09-03 Murray Cumming + + * src/widgets/modest-folder-view.c: (strings_are_equal), + (on_model_foreach_set_name), (on_get_mmc_account_name), + (text_cell_data): Restored this code that was removed in + svn revision 3165 by jfernandez, because this late name-discovery + really is necessary sometimes. This is the correct fix to the endless + calling of this function: + * src/modest-tny-account.c: (on_modest_file_system_info): + Don't call tny_account_set_name() when the name is already correct, + to avoid unnecessary (endless) updates to the tree model. + 2007-08-31 Murray Cumming * src/modest-defs.h: Rename MODEST_CONF_CONNECTION_SPECIFIC_SMTP_LIST to